Files
2025.2/tmp/hello-world-form.form
Andreas Isler 2f9c0a5c9e Initial commit
2026-05-22 14:59:58 +02:00

27 lines
532 B
Plaintext

{
"key": "hello-world-form",
"name": "Hello World Form",
"fields": [
{
"fieldType": "FormField",
"id": "helloField",
"name": "Hello",
"type": "text",
"value": "hello",
"required": false,
"readOnly": false,
"overrideId": false
},
{
"fieldType": "FormField",
"id": "claudeField",
"name": "Claude",
"type": "text",
"value": "claude",
"required": false,
"readOnly": false,
"overrideId": false
}
],
"outcomes": []
}