Verification details.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VerificationProof", "description": "Verification details.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-verification-proof-schema.json", "type": "object", "properties": { "signatureProof": { "nullable": true, "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-signature-proof-schema.json" }, "pictureProof": { "nullable": true, "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-picture-proof-schema.json" } } }