{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.assignmentOrder", "title": "assignmentOrder", "required": [ "@odata.type" ], "type": "object", "properties": { "order": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "A list of identityUserFlowAttribute object identifiers that determine the order in which attributes should be collected within a user flow." }, "@odata.type": { "type": "string" } } }