{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-structure/ground-station-s3-recording-details-structure.json", "name": "S3RecordingDetails", "description": "Details about an S3 recording Config used in a contact.", "type": "object", "properties": { "bucketArn": { "allOf": [ { "$ref": "#/components/schemas/BucketArn" }, { "description": "ARN of the bucket used." } ] }, "keyTemplate": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Key template used for the S3 Recording Configuration" } ] } } }