{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebexSettingsModel", "title": "WebexSettingsModel", "type": "object", "properties": { "env": { "type": "string", "description": "Webex Environment Name", "example": "qaus1" } }, "description": "Create Or Update Organization Webex Settings" }