{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-trackedscan-scantarget-schema.json", "title": "TrackedScan_ScanTarget", "description": "TrackedScan_ScanTarget schema from Censys Platform API", "type": "object", "properties": { "host_port": { "$ref": "#/components/schemas/TrackedScan_ScanTarget_HostPort" }, "hostname_port": { "$ref": "#/components/schemas/TrackedScan_ScanTarget_HostnamePort" }, "service_id": { "$ref": "#/components/schemas/ServiceId" }, "web_origin": { "$ref": "#/components/schemas/WebOrigin" } }, "additionalProperties": false }