{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-structure/azure-container-registry-operation-metric-specification-definition-structure.json", "description": "The definition of Azure Monitoring metric.", "type": "object", "properties": { "aggregationType": { "description": "Metric aggregation type.", "type": "string" }, "displayDescription": { "description": "Metric description.", "type": "string" }, "displayName": { "description": "Metric display name.", "type": "string" }, "internalMetricName": { "description": "Internal metric name.", "type": "string" }, "name": { "description": "Metric name.", "type": "string" }, "unit": { "description": "Metric unit.", "type": "string" } }, "name": "OperationMetricSpecificationDefinition" }