Schema for a Pages V3 page with `type: page`
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/typePage", "title": "typePage", "description": "Schema for a Pages V3 page with `type: page`\n", "allOf": [ { "$ref": "#/components/schemas/anyTypePage" }, { "$ref": "#/components/schemas/pageMeta" }, { "$ref": "#/components/schemas/searchKeywords" } ] }