{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-prometheus-response-activetarget-labels-schema.json", "title": "Prometheus_Response_ActiveTarget_Labels", "description": "Prometheus_Response_ActiveTarget_Labels schema from Asset Graph API", "type": "object", "properties": { "instance": { "description": "Instance after relabelling has occurred.", "type": "string" }, "job": { "description": "Job of target after relabelling has occurred.", "type": "string" } }, "additionalProperties": false }