{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelectionObject", "title": "SelectionObject", "type": "string", "enum": [ "CUSTOM_NAME", "DISPLAY_NAME" ], "description": " * `DISPLAY_NAME` - When this option is selected, `displayName` is to be shown for this workspace.\n * `CUSTOM_NAME` - When this option is selected, `customName` is to be shown for this workspace." }