{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-function-apps/refs/heads/main/json-schema/azure-function-apps-container-network-interface-statistics-schema.json", "title": "ContainerNetworkInterfaceStatistics", "description": "ContainerNetworkInterfaceStatistics schema from Azure Function Apps API", "type": "object", "properties": { "rxBytes": { "format": "int64", "type": "integer" }, "rxDropped": { "format": "int64", "type": "integer" }, "rxErrors": { "format": "int64", "type": "integer" }, "rxPackets": { "format": "int64", "type": "integer" }, "txBytes": { "format": "int64", "type": "integer" }, "txDropped": { "format": "int64", "type": "integer" }, "txErrors": { "format": "int64", "type": "integer" }, "txPackets": { "format": "int64", "type": "integer" } } }