{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Autocomplete", "properties": { "id": { "description": "ID of the autocomplete", "type": "string" }, "text": { "description": "Text of the autocomplete", "type": "string" } }, "type": "object" }