{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-signature-structure.json", "name": "Signature", "description": "Signature schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "self_signed": { "type": "boolean", "description": "Whether the certificate was signed by its own key." }, "signature_algorithm": { "$ref": "#/components/schemas/KeyAlgorithm" }, "valid": { "type": "boolean", "description": "Whether the signature is valid." }, "value": { "type": "string", "description": "Contents of the signature." } } }