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