removedInput schema / properties / application_date_end
Removed value: -{
- "default": "",
- "description": "Application end date (norm_denetimi only)",
- "type": "string"
-}
removedInput schema / properties / application_date_start
Removed value: -{
- "default": "",
- "description": "Application start date (norm_denetimi only)",
- "type": "string"
-}
removedInput schema / properties / decision_end_date
Removed value: -{
- "default": "",
- "description": "Decision end date (bireysel_basvuru only)",
- "type": "string"
-}
removedInput schema / properties / decision_start_date
Removed value: -{
- "default": "",
- "description": "Decision start date (bireysel_basvuru only)",
- "type": "string"
-}
removedInput schema / properties / decision_type_norm
Removed value: -{
- "default": "ALL",
- "description": "Decision type for norm denetimi",
- "enum": [
- "ALL",
- "1",
- "2",
- "3"
- ],
- "type": "string"
-}
changedInput schema / properties / keywords / description
Previous value: -"Keywords to search for (common parameter)"New value: +"Keywords for full-text search (joined into a single query)"
removedInput schema / properties / keywords_all
Removed value: -{
- "description": "All keywords must be present (norm_denetimi only)",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / keywords_any
Removed value: -{
- "description": "Any of these keywords (norm_denetimi only)",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / norm_type
Removed value: -{
- "default": "ALL",
- "description": "Norm type (bireysel_basvuru only)",
- "enum": [
- "ALL",
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- "13",
- "14",
- "0"
- ],
- "type": "string"
-}
addedInput schema / properties / results_per_page
Added value: +{
+ "default": 10,
+ "description": "Results per page (1-100)",
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+}
removedInput schema / properties / subject_category
Removed value: -{
- "default": "",
- "description": "Subject category (bireysel_basvuru only)",
- "type": "string"
-}