addedOutput schema / properties
Added value: +{
+ "result": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "description": "Result returned by references.",
+ "properties": {
+ "hasMore": {
+ "type": "boolean"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": false,
+ "description": "Paginated source location item.",
+ "properties": {
+ "inWorkspace": {
+ "type": "boolean"
+ },
+ "offset": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "range": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "description": "One-based source range returned by public tools.",
+ "properties": {
+ "end": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "description": "One-based source position returned by public tools.",
+ "properties": {
+ "character": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "line": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "line",
+ "character"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "start": {
+ "additionalProperties": false,
+ "description": "One-based source position returned by public tools.",
+ "properties": {
+ "character": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "line": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "line",
+ "character"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "start"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "uri": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "uri",
+ "offset",
+ "inWorkspace"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "nextOffset": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "offset": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "totalItems": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "items",
+ "totalItems",
+ "offset",
+ "limit",
+ "hasMore"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ ]
+ }
+}