|
{
|
|
"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": []
|
|
} |