{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MasterProperties", "type": "object", "description": "The properties of a Page that are only relevant for pages with pageType MASTER.\n", "properties": { "displayName": { "type": "string", "description": "The human-readable name of the master." } } }