{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/page_title",
"title": "page_title",
"type": "object",
"properties": {
"page_title": {
"type": "string",
"description": "Custom title for the category page. If not defined, the category name will be used as the meta title.\n",
"example": "Bath"
}
}
}