{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.approval", "title": "microsoft.graph.approval", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "approval", "required": [ "@odata.type" ], "type": "object", "properties": { "stages": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.approvalStage" }, "description": "A collection of stages in the approval decision.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.approval" }