{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Text", "type": "object", "properties": { "tabId": { "type": "string" }, "tabLabel": { "type": "string" }, "documentId": { "type": "string" }, "pageNumber": { "type": "string" }, "recipientId": { "type": "string" }, "xPosition": { "type": "string" }, "yPosition": { "type": "string" }, "anchorString": { "type": "string" }, "value": { "type": "string" }, "required": { "type": "string" }, "locked": { "type": "string" }, "maxLength": { "type": "string" }, "width": { "type": "string" }, "height": { "type": "string" }, "font": { "type": "string" }, "fontSize": { "type": "string" }, "fontColor": { "type": "string" }, "bold": { "type": "string" }, "italic": { "type": "string" }, "underline": { "type": "string" }, "validationPattern": { "type": "string" }, "validationMessage": { "type": "string" }, "concealValueOnDocument": { "type": "string" } } }