{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.toneInfo", "title": "toneInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "sequenceId": { "type": "number", "description": "An incremental identifier used for ordering DTMF events.", "format": "int64" }, "tone": { "$ref": "#/components/schemas/microsoft.graph.tone" }, "@odata.type": { "type": "string" } } }