{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MeanRetentionCalculation", "title": "MeanRetentionCalculation", "enum": [ "simple", "weighted", "none" ], "type": "string" }