{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion", "title": "microsoft.graph.virtualEventRegistrationPredefinedQuestion", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase" }, { "title": "virtualEventRegistrationPredefinedQuestion", "required": [ "@odata.type" ], "type": "object", "properties": { "label": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestionLabel" }, { "type": "object", "nullable": true } ], "description": "Label of the predefined registration question. It accepts a single line of text: street, city, state, postalCode, countryOrRegion, industry, jobTitle, organization, and unknownFutureValue." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.virtualEventRegistrationPredefinedQuestion" } } } ], "x-ms-discriminator-value": "#microsoft.graph.virtualEventRegistrationPredefinedQuestion" }