sample-process-models/misc/qa/forms/test-text-area-1/test-text-area-1-schema.json
2024-07-15 10:51:00 -04:00

11 lines
238 B
JSON

{
"title": "Text Area",
"description": "A larger resizable area to enter longer text. (field name will be 'address')",
"type": "object",
"properties": {
"address": {
"type": "string",
"title": "Address"
}
}
}