Guardian page customization.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TenantSettingsGuardianPage", "title": "TenantSettingsGuardianPage", "type": [ "object", "null" ], "description": "Guardian page customization.", "additionalProperties": false, "properties": { "enabled": { "type": "boolean", "description": "Whether to use the custom Guardian HTML (true) or the default Auth0 page (false, default)", "default": false }, "html": { "type": "string", "description": " Custom Guardian HTML (<a href='https://github.com/Shopify/liquid/wiki/Liquid-for-Designers'>Liquid syntax</a> is supported).", "default": "" } } }