Censys · Schema

SearchQueryHit

SearchQueryHit schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
certificate_v1 object
host_v1 object
tags arraynull Tags applied to this asset.
webproperty_v1 object
View JSON Schema on GitHub

JSON Schema

platform-searchqueryhit-schema.json Raw ↑
{
  "$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
}