mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:48:13 +00:00
14 lines
205 B
JSON
14 lines
205 B
JSON
{
|
|
"title": "Text Field",
|
|
"description": "Enter something",
|
|
"type": "object",
|
|
"required": [
|
|
"test"
|
|
],
|
|
"properties": {
|
|
"test": {
|
|
"type": "string",
|
|
"title": "Test "
|
|
}
|
|
}
|
|
} |