{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InventoryConfigurationList",
"type": "array",
"items": {
"type": "object",
"properties": {
"Destination": {},
"IsEnabled": {},
"Filter": {},
"Id": {},
"IncludedObjectVersions": {},
"OptionalFields": {},
"Schedule": {}
},
"required": [
"Destination",
"IsEnabled",
"Id",
"IncludedObjectVersions",
"Schedule"
],
"description": "Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory in the Amazon S3 API Reference. "
}
}