{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutoCompleteRequest", "title": "AutoCompleteRequest", "type": "object", "properties": { "keywords": { "type": "string" }, "limit": { "type": "integer", "format": "int32" }, "filter": { "type": "object" } } }