{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-hosttimelineevent-structure.json", "name": "HostTimelineEvent", "description": "HostTimelineEvent schema from Censys Platform API", "type": "object", "additionalProperties": false, "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" } } }