Storage analytics metrics settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Metrics", "type": "object", "description": "Storage analytics metrics settings.", "properties": { "Version": { "type": "string" }, "Enabled": { "type": "boolean" }, "IncludeAPIs": { "type": "boolean" } } }