mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"title": "Form",
|
|
"description": "Review submitted information",
|
|
"type": "object",
|
|
"required": [
|
|
"MyText"
|
|
],
|
|
"properties": {
|
|
"MyText": {
|
|
"type": "string",
|
|
"title": "Enter text:"
|
|
}
|
|
}
|
|
} |