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