{ "$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" } } }