Censys · JSON Structure

Platform Rawcertificateresponse Structure

RawCertificateResponse schema from Censys Platform API

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

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

Properties

certificate_id pem

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-rawcertificateresponse-structure.json",
  "name": "RawCertificateResponse",
  "description": "RawCertificateResponse schema from Censys Platform API",
  "type": "object",
  "required": [
    "certificate_id",
    "pem"
  ],
  "additionalProperties": false,
  "properties": {
    "certificate_id": {
      "type": "string"
    },
    "pem": {
      "type": "string"
    }
  }
}