{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PropertyMathType", "title": "PropertyMathType", "enum": [ "avg", "sum", "min", "max", "median", "p75", "p90", "p95", "p99" ], "type": "string" }