{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SetSelfServiceProfileCustomTextRequestContent", "title": "SetSelfServiceProfileCustomTextRequestContent", "type": "object", "description": "The list of text keys and values to customize the Self-Service Enterprise Configuration flow page. Values can be plain text or rich HTML content limited to basic styling tags and hyperlinks.", "additionalProperties": { "type": "string", "maxLength": 2000 } }