{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InsertTextRequest",
"type": "object",
"description": "Inserts text at the given location.",
"properties": {
"text": {
"type": "string",
"description": "The text to be inserted. Inserting a newline character will implicitly create a new Paragraph at that index."
}
}
}