mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:38:13 +00:00
31 lines
447 B
JSON
31 lines
447 B
JSON
{
|
||
"title": "form1",
|
||
"description": "Adınızı girin",
|
||
"properties": {
|
||
"ad": {
|
||
"type": "string",
|
||
"title": "ad"
|
||
},
|
||
"soyad": {
|
||
"type": "string",
|
||
"title": "Soyad"
|
||
},
|
||
"yas": {
|
||
"type": "string",
|
||
"title": "yaş",
|
||
"enum": [
|
||
"40"
|
||
]
|
||
},
|
||
"adres": {
|
||
"type": "string",
|
||
"enum": [
|
||
"ankara",
|
||
"izmir"
|
||
]
|
||
}
|
||
},
|
||
"required": [
|
||
|
||
]
|
||
} |