{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SelfServiceProfileCustomTextPageEnum",
"title": "SelfServiceProfileCustomTextPageEnum",
"type": "string",
"enum": [
"get-started"
],
"description": "The page where the custom text is shown."
}