{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-searchqueryhit-schema.json", "title": "SearchQueryHit", "description": "SearchQueryHit schema from Censys Platform API", "type": "object", "properties": { "certificate_v1": { "$ref": "#/components/schemas/CertificateAsset" }, "host_v1": { "$ref": "#/components/schemas/HostAssetWithMatchedServices" }, "tags": { "description": "Tags applied to this asset.", "items": { "$ref": "#/components/schemas/SearchQueryTagInfo" }, "type": [ "array", "null" ] }, "webproperty_v1": { "$ref": "#/components/schemas/WebpropertyAsset" } }, "additionalProperties": false }