{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-signature-requirement-structure.json", "name": "SignatureRequirement", "description": "Enables and configure the signature requirement.", "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Marks the signature requirement as required.", "example": true }, "collectSignerName": { "type": "boolean", "description": "Whether the signer's name should be collected.", "example": true }, "collectSignerRelationship": { "type": "boolean", "description": "Whether the signer's relationship with the intended recipient should be collected.", "example": true } } }