{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/meta_keywords", "title": "meta_keywords", "type": "object", "properties": { "meta_keywords": { "type": "array", "description": "Custom meta keywords for the category page. If not defined, the store\u02bcs default keywords will be used. Must post as an array like: [\"awesome\",\"sauce\"].\n", "items": { "type": "string" } } } }