{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/meta_description",
"title": "meta_description",
"type": "object",
"properties": {
"meta_description": {
"maxLength": 65535,
"minLength": 0,
"type": "string",
"description": "Custom meta description for the category page. If not defined, the store\u02bcs default meta description will be used.\n"
}
}
}