{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InlineCommentProperties",
"type": "object",
"description": "Properties specific to inline comments.",
"properties": {
"textSelection": {
"type": "string",
"description": "The selected text that this inline comment is anchored to."
},
"textSelectionMatchCount": {
"type": "integer",
"description": "The match index of the text selection, if the same text appears multiple times."
}
}
}