{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callMediaState", "title": "callMediaState", "required": [ "@odata.type" ], "type": "object", "properties": { "audio": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mediaState" }, { "type": "object", "nullable": true } ], "description": "The audio media state. The possible values are: active, inactive, unknownFutureValue." }, "@odata.type": { "type": "string" } } }