{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityUserFlow", "title": "microsoft.graph.identityUserFlow", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "identityUserFlow", "required": [ "@odata.type" ], "type": "object", "properties": { "userFlowType": { "$ref": "#/components/schemas/microsoft.graph.userFlowType" }, "userFlowTypeVersion": { "oneOf": [ { "type": "number", "format": "float", "nullable": true }, { "type": "string", "nullable": true }, { "$ref": "#/components/schemas/ReferenceNumeric" } ] }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.b2xIdentityUserFlow": "#/components/schemas/microsoft.graph.b2xIdentityUserFlow" } } } ] }