changedInput schema / properties / slug / description
Previous value: -"Slug de modelo com calculadora completa: embraer-phenom-100, embraer-phenom-300, beechcraft-hawker-400xp, leonardo-aw109 ou airbus-h125."New value: +"Modelo com calculadora completa (mesmos aliases do compute_tco)."
removedInput schema / properties / slug / enum
Removed value: -[
- "embraer-phenom-100",
- "embraer-phenom-300",
- "beechcraft-hawker-400xp",
- "leonardo-aw109",
- "airbus-h125"
-]
addedInput schema / properties / slug / maxLength
Added value: +80
addedInput schema / properties / slug / minLength
Added value: +2
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"
+}