{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RetentionType", "title": "RetentionType", "enum": [ "retention_recurring", "retention_first_time", "retention_first_ever_occurrence" ], "type": "string" }