{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityGovernance.workflowVersion", "title": "microsoft.graph.identityGovernance.workflowVersion", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identityGovernance.workflowBase" }, { "title": "workflowVersion", "required": [ "@odata.type" ], "type": "object", "properties": { "versionNumber": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.", "format": "int32" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.identityGovernance.workflowVersion" } } } ], "x-ms-discriminator-value": "#microsoft.graph.identityGovernance.workflowVersion" }