mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:15:16 +00:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
||
"title": "Text Field",
|
||
"description": "Всего одно поле",
|
||
"type": "object",
|
||
"required": [
|
||
"firstName"
|
||
],
|
||
"properties": {
|
||
"firstName": {
|
||
"type": "string",
|
||
"title": "Вы кто такой",
|
||
}
|
||
}
|
||
} |