{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SignHere", "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" }, "anchorXOffset": { "type": "string" }, "anchorYOffset": { "type": "string" }, "anchorUnits": { "type": "string" }, "scaleValue": { "type": "string" }, "optional": { "type": "string" }, "stampType": { "type": "string" } } }