Censys · JSON Structure

Platform Qcstatements Qctype Structure

QcStatements_QcType schema from Censys Platform API

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

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

Properties

ids

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-qcstatements-qctype-structure.json",
  "name": "QcStatements_QcType",
  "description": "QcStatements_QcType schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ids": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}