Censys · JSON Structure

Platform Searchquerytaginfo Structure

SearchQueryTagInfo schema from Censys Platform API

Type: object Properties: 2 Required: 1
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

SearchQueryTagInfo is a JSON Structure definition published by Censys, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

display_name id

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-searchquerytaginfo-structure.json",
  "name": "SearchQueryTagInfo",
  "description": "SearchQueryTagInfo schema from Censys Platform API",
  "type": "object",
  "required": [
    "display_name"
  ],
  "additionalProperties": false,
  "properties": {
    "display_name": {
      "type": "string",
      "description": "Name of the tag."
    },
    "id": {
      "type": "uuid",
      "description": "ID of the tag."
    }
  }
}