{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.recordingInfo", "title": "recordingInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "initiator": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The identities of the recording initiator." }, "recordingStatus": { "$ref": "#/components/schemas/microsoft.graph.recordingStatus" }, "@odata.type": { "type": "string" } } }