{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SplunkS3BackupMode", "title": "SplunkS3BackupMode", "type": "string", "enum": [ "FailedEventsOnly", "AllEvents" ] }