{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "InsertTextRequest", "type": "object", "properties": { "objectId": { "type": "string" }, "text": { "type": "string" }, "insertionIndex": { "type": "integer" } } }