{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.accessPackageTextInputQuestion", "title": "microsoft.graph.accessPackageTextInputQuestion", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.accessPackageQuestion" }, { "title": "accessPackageTextInputQuestion", "required": [ "@odata.type" ], "type": "object", "properties": { "isSingleLineQuestion": { "type": "boolean", "description": "Indicates whether the answer is in single or multiple line format.", "nullable": true }, "regexPattern": { "type": "string", "description": "The regular expression pattern that any answer to this question must match.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.accessPackageTextInputQuestion" } } } ], "x-ms-discriminator-value": "#microsoft.graph.accessPackageTextInputQuestion" }