addedOutput schema / $defs / Coverage
Added value: +{
+ "additionalProperties": true,
+ "description": "What was asked for and what came back.\n\n``missing`` is THE anti-hallucination field. An agent handed an empty list for a ticker it asked\nabout will reason about the absence; an agent handed ``missing:[\"9999\"]`` with a reason cannot.",
+ "properties": {
+ "from_": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "From"
+ },
+ "missing": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Missing"
+ },
+ "reason": {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reason"
+ },
+ "reason_by_item": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reason By Item"
+ },
+ "requested": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Requested"
+ },
+ "returned": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Returned"
+ },
+ "to": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "To"
+ }
+ },
+ "title": "Coverage",
+ "type": "object"
+}
addedOutput schema / $defs / Freshness
Added value: +{
+ "additionalProperties": true,
+ "description": "Server-computed, against the dataset's OWN cadence budget.\n\n``is_stale`` is null — never false — when it could not be determined: a missing measurement is\nnot evidence of freshness. A dataset with no calendar budget (a reference table, an event feed\nthat fires a few times a year) is ``AS_OF`` and is never stale.",
+ "properties": {
+ "age_days": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Age Days"
+ },
+ "detail": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Detail"
+ },
+ "expected_lag": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Expected Lag"
+ },
+ "is_stale": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Is Stale"
+ },
+ "latest_available": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Latest Available"
+ },
+ "status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Status"
+ }
+ },
+ "title": "Freshness",
+ "type": "object"
+}
addedOutput schema / $defs / Provenance
Added value: +{
+ "additionalProperties": true,
+ "description": "Where one value came from. Fields are null when unknown rather than absent — an absent key\nreads as \"this API does not do provenance\", a null reads as \"we do not know this one\".",
+ "properties": {
+ "ingested_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ingested At"
+ },
+ "provenance_uri": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Provenance Uri"
+ },
+ "revision": {
+ "anyOf": [
+ {},
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Revision"
+ },
+ "source": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Source"
+ },
+ "source_role": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Source Role"
+ }
+ },
+ "title": "Provenance",
+ "type": "object"
+}
addedOutput schema / $defs / QueryMeta / properties / envelope_version
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Envelope Version"
+}
addedOutput schema / $defs / QueryMeta / properties / query_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Query Id"
+}
addedOutput schema / properties / coverage
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/Coverage"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / properties / freshness
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/Freshness"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedOutput schema / properties / not_investment_advice
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Not Investment Advice"
+}
addedOutput schema / properties / provenance
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/Provenance"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}