removedInput schema / properties / bolum
Removed value: -{
- "default": "ALL",
- "description": "Select the department (Bölüm). Use 'ALL' for all departments.",
- "enum": [
- "ALL",
- "Ceza Bölümü",
- "Genel Kurul Kararları",
- "Hukuk Bölümü"
- ],
- "type": "string"
-}
addedInput schema / properties / case_sensitive
Added value: +{
+ "default": false,
+ "description": "Whether the search is case sensitive.",
+ "type": "boolean"
+}
removedInput schema / properties / esas_sayisi
Removed value: -{
- "default": "",
- "description": "Case number ('Esas Sayısı').",
- "type": "string"
-}
removedInput schema / properties / esas_yil
Removed value: -{
- "default": "",
- "description": "Case year ('Esas Yılı').",
- "type": "string"
-}
removedInput schema / properties / hepsi
Removed value: -{
- "default": "",
- "description": "Search for texts containing all specified words.",
- "type": "string"
-}
removedInput schema / properties / herhangi_birisi
Removed value: -{
- "default": "",
- "description": "Search for texts containing any of the specified words.",
- "type": "string"
-}
changedInput schema / properties / icerik / description
Previous value: -"Keyword or content for main text search."New value: +"Search text. Searches full decision text, or matches a case/decision number depending on search_scope."
removedInput schema / properties / kanun_no
Removed value: -{
- "default": "",
- "description": "Relevant Law Number.",
- "type": "string"
-}
removedInput schema / properties / karar_date_begin
Removed value: -{
- "default": "",
- "description": "Decision start date (DD.MM.YYYY).",
- "type": "string"
-}
removedInput schema / properties / karar_date_end
Removed value: -{
- "default": "",
- "description": "Decision end date (DD.MM.YYYY).",
- "type": "string"
-}
removedInput schema / properties / karar_sayisi
Removed value: -{
- "default": "",
- "description": "Decision number ('Karar Sayısı').",
- "type": "string"
-}
removedInput schema / properties / karar_sonuclari
Removed value: -{
- "description": "List of desired 'Karar Sonucu' types.",
- "items": {
- "enum": [
- "Hüküm Uyuşmazlığı Olmadığına Dair",
- "Hüküm Uyuşmazlığı Olduğuna Dair"
- ],
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / karar_yil
Removed value: -{
- "default": "",
- "description": "Decision year ('Karar Yılı').",
- "type": "string"
-}
removedInput schema / properties / not_hepsi
Removed value: -{
- "default": "",
- "description": "Exclude texts containing these specified words.",
- "type": "string"
-}
addedInput schema / properties / page_number
Added value: +{
+ "default": 1,
+ "description": "Result page number.",
+ "minimum": 1,
+ "type": "integer"
+}
removedInput schema / properties / resmi_gazete_date
Removed value: -{
- "default": "",
- "description": "Official Gazette date (DD.MM.YYYY).",
- "type": "string"
-}
removedInput schema / properties / resmi_gazete_sayi
Removed value: -{
- "default": "",
- "description": "Official Gazette number.",
- "type": "string"
-}
addedInput schema / properties / search_scope
Added value: +{
+ "default": "All",
+ "description": "Search scope: 'All' (full text), 'EsasNo' (by case number), 'KararNo' (by decision number).",
+ "enum": [
+ "All",
+ "EsasNo",
+ "KararNo"
+ ],
+ "type": "string"
+}
removedInput schema / properties / tumce
Removed value: -{
- "default": "",
- "description": "Exact phrase search.",
- "type": "string"
-}
removedInput schema / properties / uyusmazlik_turu
Removed value: -{
- "default": "ALL",
- "description": "Select the type of dispute. Use 'ALL' for all types.",
- "enum": [
- "ALL",
- "Görev Uyuşmazlığı",
- "Hüküm Uyuşmazlığı"
- ],
- "type": "string"
-}
removedInput schema / properties / wild_card
Removed value: -{
- "default": "",
- "description": "Search for phrase and its inflections.",
- "type": "string"
-}