mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:28:14 +00:00
26 lines
467 B
JSON
26 lines
467 B
JSON
{
|
||
"title": "Ad",
|
||
"description": "Adınızı girin",
|
||
"properties": {
|
||
"soyad": {
|
||
"type": "string",
|
||
"title": "Soyad"
|
||
},
|
||
"yas": {
|
||
"type": "string",
|
||
"title": "yaş",
|
||
"enum": [
|
||
"40"
|
||
]
|
||
},
|
||
"dicle_mah_8802_sok_no7a_d2_buca_izmir": {
|
||
"type": "string",
|
||
"title": "Dicle Mah. 880/2 Sok. No:7A D:2 Buca İzmir",
|
||
"enum": [
|
||
"ankara",
|
||
"izmir"
|
||
]
|
||
}
|
||
},
|
||
"required": []
|
||
} |