{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutoCompleteSuggestions", "title": "AutoCompleteSuggestions", "additionalProperties": false, "description": "The results from a JQL query.", "properties": { "results": { "description": "The list of suggested item.", "items": { "$ref": "#/components/schemas/AutoCompleteSuggestion" }, "type": "array" } }, "type": "object" }