addedInput schema / properties / cursor
Added value: +{
+ "description": "nextCursor from a previous page.",
+ "maxLength": 64,
+ "type": "string"
+}
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"
+}