demo-process-models/playground/appyazilim/test1/ad-schema.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": []
}