{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetUniversalLoginTemplate", "title": "GetUniversalLoginTemplate", "type": "object", "additionalProperties": false, "properties": { "body": { "type": "string", "description": "The custom page template for the New Universal Login Experience" } } }