{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateBackupRequest",
"title": "CreateBackupRequest",
"description": "The configuration needed to create a backup of an index.",
"type": "object",
"properties": {
"name": {
"description": "The name of the backup.",
"type": "string"
},
"description": {
"description": "A description of the backup.",
"type": "string"
}
}
}