{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedOrgsObject", "title": "ManagedOrgsObject", "type": "object", "required": [ "orgId", "role" ], "properties": { "orgId": { "type": "string", "example": "75fe2995-24f5-4831-8d2c-1c2f8255912e", "description": "Webex Identity assigned organization identifier." }, "role": { "type": "string", "example": "id_full_admin", "description": "Role in the target organization for the user." } } }