{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Metrics", "title": "Metrics", "type": "object", "description": "Azure Analytics metrics settings.", "properties": { "Version": { "type": "string", "description": "The version of metrics" }, "Enabled": { "type": "boolean", "description": "Whether metrics are enabled" }, "IncludeAPIs": { "type": "boolean", "description": "Whether to include API-level metrics" }, "RetentionPolicy": { "$ref": "#/components/schemas/RetentionPolicy" } } }