{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-hosttimelineevent-schema.json", "title": "HostTimelineEvent", "description": "HostTimelineEvent schema from Censys Platform API", "type": "object", "properties": { "endpoint_scanned": { "$ref": "#/components/schemas/EndpointScanned" }, "event_time": { "type": "string" }, "forward_dns_resolved": { "$ref": "#/components/schemas/ForwardDnsResolved" }, "jarm_scanned": { "$ref": "#/components/schemas/JarmScanned" }, "location_updated": { "$ref": "#/components/schemas/LocationUpdated" }, "reverse_dns_resolved": { "$ref": "#/components/schemas/ReverseDnsResolved" }, "route_updated": { "$ref": "#/components/schemas/RouteUpdated" }, "service_scanned": { "$ref": "#/components/schemas/ServiceScanned" }, "whois_updated": { "$ref": "#/components/schemas/WhoisUpdated" } }, "additionalProperties": false }