{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StorageClassAnalysisDataExport", "type": "object", "properties": { "OutputSchemaVersion": {}, "Destination": {} }, "required": [ "OutputSchemaVersion", "Destination" ], "description": "Container for data related to the storage class analysis for an Amazon S3 bucket for export." }