{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-certificatepolicy-structure.json", "name": "CertificatePolicy", "description": "CertificatePolicy schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "cps": { "type": [ "array", "null" ], "items": { "type": "string" } }, "id": { "type": "string" }, "user_notice": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/UserNotice" } } } }