{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Page", "title": "", "allOf": [ { "type": "object", "properties": { "email": { "type": "string", "description": "Applicable when the page type is `contact_form`: contact email address that receives messages sent via the form. Must be unique.", "maxLength": 255, "default": "" }, "meta_title": { "type": "string", "nullable": true }, "body": { "type": "string", "description": "HTML or variable that populates this page\u2019s element, in default/desktop view. Required in a `POST` request if the page type is `raw`.\n", "example": "