mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
17da776350
* feat(ios): add snapshot backend conformance * fix(ios): load built SDK at live runtime * test(client): isolate snapshot forwarding regression * refactor(snapshot): keep backend capability metadata internal * fix(test): merge backend conformance imports * fix(snapshot): keep backend forcing internal * refactor(snapshot): isolate backend capability fixtures * refactor(snapshot): keep capability governance internal * fix(ios): align snapshot actionability contract
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"screen": "checkout-form-after-text-entry",
|
|
"minimumNodeCount": 3,
|
|
"requiredControls": [
|
|
{
|
|
"identifier": "field-name",
|
|
"label": "Full name",
|
|
"role": "text-field",
|
|
"value": "Ada Lovelace",
|
|
"interactive": true
|
|
},
|
|
{
|
|
"identifier": "field-email",
|
|
"label": "Email",
|
|
"role": "text-field",
|
|
"value": "ada@example.test",
|
|
"interactive": true
|
|
}
|
|
]
|
|
}
|