{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://newruntime.com/machine-consumption-schema.json","title":"New Runtime machine consumption report v1.1","description":"Backward-compatible schema for schema_version 1. New v1.1 gateway, verification, coverage, and interpretation fields are optional for existing consumers.","type":"object","required":["schema_version","generated_at","privacy","summary","categories","formats","sections","content_items"],"properties":{"schema_version":{"const":1},"contract_version":{"type":"string"},"type":{"type":"string"},"generated_at":{"type":["string","null"],"format":"date-time"},"refresh_hint":{"type":"string"},"human_url":{"type":"string","format":"uri"},"schema_url":{"type":"string","format":"uri"},"discovery_graph_url":{"type":"string","format":"uri"},"crawler_journeys_url":{"type":"string","format":"uri"},"experiment_registry_url":{"type":"string","format":"uri"},"next_reads":{"type":"array","items":{"type":"object","required":["type","url","media_type"],"properties":{"type":{"type":"string"},"url":{"type":"string","format":"uri"},"media_type":{"type":"string"}},"additionalProperties":false}},"privacy":{"type":"object"},"taxonomy":{"type":"object"},"summary":{"type":"object","required":["external_machine_requests","route_coverage"],"properties":{"external_machine_requests":{"type":"integer","minimum":0},"route_coverage":{"type":"object","required":["listed_requests","external_machine_requests","complete"],"properties":{"listed_requests":{"type":"integer","minimum":0},"external_machine_requests":{"type":"integer","minimum":0},"complete":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true},"categories":{"type":"array"},"formats":{"type":"array"},"sections":{"type":"array"},"content_items":{"type":"array"},"agents":{"type":"array"},"identity":{"type":"object"},"interpretation":{"type":"object"},"source_window":{"type":"object"},"last_24h":{"type":["object","null"]}},"additionalProperties":true}
