Censys · JSON Structure

Platform Searchqueryhit Structure

SearchQueryHit schema from Censys Platform API

Type: object Properties: 4
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

SearchQueryHit is a JSON Structure definition published by Censys, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

certificate_v1 host_v1 tags webproperty_v1

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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