removedInput schema / properties / language
Removed value: -{
- "description": "Caption language code (default: en)",
- "type": "string"
-}
removedInput schema / properties / limit
Removed value: -{
- "description": "Number of photos to return",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
-}
addedInput schema / properties / locale
Added value: +{
+ "description": "Preferred locales for localized fields, in priority order (e.g. [\"en\",\"es\"])",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / offset
Removed value: -{
- "description": "Index of the first photo",
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
-}
addedInput schema / properties / page
Added value: +{
+ "description": "Page index (1-based)",
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / size
Added value: +{
+ "description": "Results per page (max 20)",
+ "maximum": 20,
+ "minimum": 1,
+ "type": "integer"
+}
removedInput schema / properties / source
Removed value: -{
- "description": "Comma-separated photo sources to allow: Expert, Management, Traveler (default: all)",
- "pattern": "^(Expert|Management|Traveler)(,(Expert|Management|Traveler))*$",
- "type": "string"
-}