{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.virtualEventWebinar", "title": "microsoft.graph.virtualEventWebinar", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.virtualEvent" }, { "title": "virtualEventWebinar", "required": [ "@odata.type" ], "type": "object", "properties": { "audience": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.meetingAudience" }, { "type": "object", "nullable": true } ], "description": "To whom the webinar is visible. The possible values are: everyone, organization, and unknownFutureValue." }, "coOrganizers": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.communicationsUserIdentity" }, "description": "Identity information of coorganizers of the webinar." }, "registrationConfiguration": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration" }, { "type": "object", "nullable": true } ], "description": "Registration configuration of the webinar.", "x-ms-navigationProperty": true }, "registrations": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.virtualEventRegistration" }, "description": "Registration records of the webinar.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.virtualEventWebinar" } } } ], "x-ms-discriminator-value": "#microsoft.graph.virtualEventWebinar" }