{ "name": "RestHighlightResponse", "structure": { "type": "object", "required": [ "length", "offset" ], "properties": { "length": { "type": "integer", "format": "int64", "description": "The length (in number of characters) of the word to highlight." }, "offset": { "type": "integer", "format": "int64", "description": "The 0-based index position of the first character of the word to highlight in the string." } } } }