{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExperimentVariantTrendsBaseStats", "title": "ExperimentVariantTrendsBaseStats", "additionalProperties": false, "properties": { "absolute_exposure": { "title": "Absolute Exposure", "type": "number" }, "count": { "title": "Count", "type": "number" }, "exposure": { "title": "Exposure", "type": "number" }, "key": { "title": "Key", "type": "string" } }, "required": [ "absolute_exposure", "count", "exposure", "key" ], "type": "object" }