{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopeRecipientTabs", "type": "object", "properties": { "signHereTabs": { "type": "array" }, "initialHereTabs": { "type": "array" }, "dateSignedTabs": { "type": "array" }, "textTabs": { "type": "array" }, "fullNameTabs": { "type": "array" }, "emailTabs": { "type": "array" }, "checkboxTabs": { "type": "array" }, "radioGroupTabs": { "type": "array" }, "listTabs": { "type": "array" }, "numberTabs": { "type": "array" }, "dateTabs": { "type": "array" }, "formulaTabs": { "type": "array" }, "noteTabs": { "type": "array" }, "approveTabs": { "type": "array" }, "declineTabs": { "type": "array" } } }