demo-process-models/playground/emerson/test/Test 1-schema.json

15 lines
264 B
JSON

{
"title": "Simple Form",
"description": "This is a basic text field.",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Ana Solano"
}
}
}