{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callRecords.networkConnectionType", "title": "networkConnectionType", "enum": [ "unknown", "wired", "wifi", "mobile", "tunnel", "unknownFutureValue" ], "type": "string" }