mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:58:19 +00:00
28 lines
396 B
JSON
28 lines
396 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": []
|
|
} |