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