{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "AnalyticsS3BucketDestination", "type": "object", "description": "Contains information about where to publish the analytics results.", "fields": [ { "name": "Format", "type": "string" }, { "name": "BucketAccountId", "type": "string" }, { "name": "Bucket", "type": "string" }, { "name": "Prefix", "type": "string" } ] }