{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CallLeg", "type": "object", "properties": { "legId": { "type": "string" }, "callGuid": { "type": "string" }, "legType": { "type": "string" }, "startTime": { "type": "string" }, "endTime": { "type": "string" }, "duration": { "type": "integer" }, "fromUri": { "type": "string" }, "toUri": { "type": "string" }, "serverHostname": { "type": "string" }, "sipResponseCode": { "type": "integer" } } }