{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RetentionPeriod", "title": "RetentionPeriod", "enum": [ "Hour", "Day", "Week", "Month" ], "type": "string" }