changedInput schema / properties / registrations / description
Previous value: -"Brazilian registrations, with or without hyphen."New value: +"Brazilian registrations, with or without hyphen, any case. Invalid items come back as found:false with error invalid_registration; duplicates (PR-TBL and prtbl) count once."
changedInput schema / properties / registrations / items / maxLength
Previous value: -7New value: +20
changedInput schema / properties / registrations / items / minLength
Previous value: -5New value: +1
addedOutput schema / properties / _meta / properties / asOf / description
Added value: +"Alias of sourceUpdatedAt (kept for compatibility)."
addedOutput schema / properties / _meta / properties / generatedAt
Added value: +{
+ "description": "When this response was produced (ISO 8601).",
+ "type": "string"
+}
addedOutput schema / properties / _meta / properties / observedAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Last event actually observed in the data returned (last flight, last arrival, last listing sighting)."
+}
addedOutput schema / properties / _meta / properties / sourceUpdatedAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Last sync of the underlying source (RAB snapshot, registry import, listing scan). Never in the future."
+}
addedOutput schema / properties / _meta / properties / validUntil
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Expiry of the fact returned, when it has one (CVA validity, period end)."
+}
addedOutput schema / properties / code
Added value: +{
+ "description": "Machine-readable error code (INTERNAL, TIMEOUT, INVALID_ARGUMENT, NOT_FOUND, TOOL_FAILED, ACCOUNT_KEY_REQUIRED).",
+ "type": "string"
+}
addedOutput schema / properties / requestId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / retryable
Added value: +{
+ "type": "boolean"
+}