{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-describe-journal-s3export-response-structure.json", "name": "DescribeJournalS3ExportResponse", "description": "DescribeJournalS3ExportResponse schema from Amazon QLDB API", "type": "object", "properties": { "ExportDescription": { "allOf": [ { "$ref": "#/components/schemas/JournalS3ExportDescription" }, { "description": "Information about the journal export job returned by a DescribeJournalS3Export request." } ] } }, "required": [ "ExportDescription" ] }