{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/search_keywords", "title": "search_keywords", "type": "object", "properties": { "search_keywords": { "type": "string", "description": "A comma-separated list of keywords that can be used to locate the category when searching the store.\n" } } }