addedInput schema / properties / atHub
Added value: +{
+ "description": "true = only stays at the aircraft inferred hub (home parking); false = only stays AWAY from hub (maintenance prospecting: use false). Omit for both.",
+ "type": "boolean"
+}
addedInput schema / properties / ongoing
Added value: +{
+ "description": "true = only stays still in progress (aircraft is there now, as far as tracking sees); false = only finished stays. Omit for both.",
+ "type": "boolean"
+}
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"
+}