{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pageMeta", "title": "pageMeta", "type": "object", "properties": { "meta_title": { "type": "string", "nullable": true }, "meta_keywords": { "description": "Comma-separated list of SEO-relevant keywords to include in the element of this page.\n", "default": "\"\"", "type": "string", "nullable": true }, "meta_description": { "type": "string", "default": "\"\"", "description": "Description contained within the element of this page.\n", "nullable": true } } }