{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-snapshot-options-schema.json",
"title": "SnapshotOptions",
"description": "Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.",
"type": "object",
"properties": {
"AutomatedSnapshotStartHour": {
"allOf": [
{
"$ref": "#/components/schemas/IntegerClass"
},
{
"description": "Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours."
}
]
}
}
}