The custom page state.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-pages_state", "title": "custom-pages_state", "description": "The custom page state.", "enum": [ "default", "customized" ], "example": "default", "type": "string" }