{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LayoutProperties", "type": "object", "description": "The properties of a Page that are only relevant for pages with pageType LAYOUT.\n", "properties": { "masterObjectId": { "type": "string", "description": "The object ID of the master that this layout is based on.\n" }, "name": { "type": "string", "description": "The name of the layout." }, "displayName": { "type": "string", "description": "The human-readable name of the layout." } } }