31 lines
447 B
JSON
Raw Normal View History

{
"title": "form1",
"description": "Adınızı girin",
"properties": {
"ad": {
"type": "string",
"title": "ad"
},
"soyad": {
"type": "string",
"title": "Soyad"
},
"yas": {
"type": "string",
"title": "yaş",
"enum": [
"40"
]
},
"adres": {
"type": "string",
"enum": [
"ankara",
"izmir"
]
}
},
"required": [
]
}