{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RedSkyCreateObject", "title": "RedSkyCreateObject", "type": "object", "required": [ "email" ], "properties": { "orgPrefix": { "$ref": "#/components/schemas/orgPrefixObject", "description": "Represents whether the customer is 'Webex Calling' or not." }, "email": { "type": "string", "example": "test@cisco.com", "description": "The email for the RedSky account administrator." }, "partnerRedskyOrgId": { "type": "string", "example": "584cf4cd-eea7-4c8c-83ee-67d88fc6eab5", "description": "New organization is created under this partner organization ID if present, otherwise it will be created under a Cisco partner." } } }