Censys · Schema

QcStatements_ParsedStatements

QcStatements_ParsedStatements schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
etsi_compliance arraynull
legislation arraynull
limit arraynull
pds_locations arraynull
retention_period arraynull
sscd arraynull
types arraynull
View JSON Schema on GitHub

JSON Schema

platform-qcstatements-parsedstatements-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-qcstatements-parsedstatements-schema.json",
  "title": "QcStatements_ParsedStatements",
  "description": "QcStatements_ParsedStatements schema from Censys Platform API",
  "type": "object",
  "properties": {
    "etsi_compliance": {
      "items": {
        "type": "boolean"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "legislation": {
      "items": {
        "$ref": "#/components/schemas/QcStatements_QCLegislation"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "limit": {
      "items": {
        "$ref": "#/components/schemas/QcStatements_MonetaryValue"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "pds_locations": {
      "items": {
        "$ref": "#/components/schemas/QcStatements_PdsLocation"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "retention_period": {
      "items": {
        "format": "int64",
        "type": "integer"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "sscd": {
      "items": {
        "type": "boolean"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "types": {
      "items": {
        "$ref": "#/components/schemas/QcStatements_QcType"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}