{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedAppStatus", "title": "microsoft.graph.managedAppStatus", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedAppStatus", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Friendly name of the status report.", "nullable": true }, "version": { "type": "string", "description": "Version of the entity.", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Represents app protection and configuration status for the organization.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.managedAppStatusRaw": "#/components/schemas/microsoft.graph.managedAppStatusRaw" } } } ] }