{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/searchKeywords",
"title": "searchKeywords",
"type": "object",
"properties": {
"search_keywords": {
"type": "string",
"description": "Comma-separated list of keywords that shoppers can use to locate this page when searching the store.\n",
"example": "trousers,pockets,luxury",
"nullable": true,
"default": "\"\"",
"readOnly": false
}
}
}