2023-09-22 14:09:00 +00:00
|
|
|
|
{
|
2023-09-22 14:12:22 +00:00
|
|
|
|
"title": "form1",
|
2023-09-22 14:09:00 +00:00
|
|
|
|
"description": "Adınızı girin",
|
|
|
|
|
"properties": {
|
2023-09-22 14:12:22 +00:00
|
|
|
|
"ad": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"title": "ad"
|
|
|
|
|
},
|
2023-09-22 14:09:00 +00:00
|
|
|
|
"soyad": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"title": "Soyad"
|
|
|
|
|
},
|
|
|
|
|
"yas": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"title": "yaş",
|
|
|
|
|
"enum": [
|
|
|
|
|
"40"
|
|
|
|
|
]
|
2023-09-22 14:09:42 +00:00
|
|
|
|
},
|
2023-09-22 14:11:06 +00:00
|
|
|
|
"adres": {
|
2023-09-22 14:09:42 +00:00
|
|
|
|
"type": "string",
|
|
|
|
|
"enum": [
|
|
|
|
|
"ankara",
|
|
|
|
|
"izmir"
|
|
|
|
|
]
|
2023-09-22 14:09:00 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-22 14:12:22 +00:00
|
|
|
|
"required": [
|
|
|
|
|
|
|
|
|
|
]
|
2023-09-22 14:09:00 +00:00
|
|
|
|
}
|