{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedAppStatusRaw", "title": "microsoft.graph.managedAppStatusRaw", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" }, { "title": "managedAppStatusRaw", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "description": "Status report content." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.managedAppStatusRaw" } }, "description": "Represents an un-typed status report about organizations app protection and configuration." } ], "x-ms-discriminator-value": "#microsoft.graph.managedAppStatusRaw" }