removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / country
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "ISO country code (ES, GB, FR...). Auto-detected from VAT prefix if not provided"
-}
removedInput schema / properties / name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Alias for query — pass company name here if your client serializes 'name'"
-}
removedInput schema / properties / q / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / q / default
Removed value: -null
changedInput schema / properties / q / description
Previous value: -"Alias for query — pass here if your client serializes 'q' instead of 'query'"New value: +"Company name, CIF/NIF (B82846825), EU VAT (ESB82846825), or LEI (20 chars)"
addedInput schema / properties / q / maxLength
Added value: +500
addedInput schema / properties / q / minLength
Added value: +2
addedInput schema / properties / q / type
Added value: +"string"
removedInput schema / properties / query
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "CIF (e.g. B80988678), EU VAT (e.g. ESB80988678, FR12345678901), LEI (20 alphanumeric chars), or company name"
-}
addedInput schema / required
Added value: +[
+ "q"
+]
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "type": "object"
-}New value: +null