{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SessionRecordingRetentionPeriodEnum", "title": "SessionRecordingRetentionPeriodEnum", "enum": [ "30d", "90d", "1y", "5y" ], "type": "string", "description": "* `30d` - 30 Days\n* `90d` - 90 Days\n* `1y` - 1 Year\n* `5y` - 5 Years" }