diff --git a/playground/appyazilim/test1/ad-schema.json b/playground/appyazilim/test1/ad-schema.json index ab604799..742d1b27 100644 --- a/playground/appyazilim/test1/ad-schema.json +++ b/playground/appyazilim/test1/ad-schema.json @@ -12,6 +12,14 @@ "enum": [ "40" ] + }, + "dicle_mah_8802_sok_no7a_d2_buca_izmir": { + "type": "string", + "title": "Dicle Mah. 880/2 Sok. No:7A D:2 Buca İzmir", + "enum": [ + "ankara", + "izmir" + ] } }, "required": [] diff --git a/playground/appyazilim/test1/ad-uischema.json b/playground/appyazilim/test1/ad-uischema.json index 107533bb..96c433d6 100644 --- a/playground/appyazilim/test1/ad-uischema.json +++ b/playground/appyazilim/test1/ad-uischema.json @@ -1,6 +1,7 @@ { "ui:order": [ "soyad", - "yas" + "yas", + "dicle_mah_8802_sok_no7a_d2_buca_izmir" ] } \ No newline at end of file