{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AggregationAxisFormat", "title": "AggregationAxisFormat", "enum": [ "numeric", "duration", "duration_ms", "percentage", "percentage_scaled", "currency", "short" ], "type": "string" }