An initial tab placed on a document.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InitialHere", "type": "object", "description": "An initial tab placed on a document.", "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" }, "optional": { "type": "string" }, "scaleValue": { "type": "string" } } }