{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationAttributeCollectionPage", "title": "authenticationAttributeCollectionPage", "required": [ "@odata.type" ], "type": "object", "properties": { "views": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationAttributeCollectionPageViewConfiguration" }, "description": "A collection of displays of the attribute collection page." }, "@odata.type": { "type": "string" } } }