removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / limit
Removed value: -{
- "default": 10,
- "description": "Max results (1-50)",
- "maximum": 50,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / province
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Province filter (e.g. Madrid, Barcelona, Valencia)"
-}
changedInput schema / properties / query / description
Previous value: -"Professional name, colegiado number, or specialty keyword"New value: +"Professional name, colegiado number, or REPS identifier"
addedInput schema / properties / query / maxLength
Added value: +500
addedInput schema / properties / query / minLength
Added value: +2
removedInput schema / properties / registry
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "(Legacy) raw registry: 'reps' (523K), 'dentistas' (44K), 'psicologos' (3.5K). Prefer `vertical` for the 11 sanitary verticals."
-}
removedInput schema / properties / vertical
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Healthcare vertical: dental, medicos, enfermeria, farmacia, veterinarios, psicologia, fisioterapia, optica, podologia, nutricion, logopedia. Auto-routes to the best registry + filter. Use this instead of `registry` for clarity."
-}
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "type": "object"
-}New value: +null