{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionProfileOrganizationShowAsButtonEnum", "title": "ConnectionProfileOrganizationShowAsButtonEnum", "type": "string", "description": "Indicates if the organization should be shown as a button.", "enum": [ "none", "optional", "required" ] }