{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-s3-content-base-location-structure.json", "name": "S3ContentBaseLocation", "description": "The S3 bucket that holds the application information.", "type": "object", "properties": { "BucketARN": { "allOf": [ { "$ref": "#/components/schemas/BucketARN" }, { "description": "The Amazon Resource Name (ARN) of the S3 bucket." } ] }, "BasePath": { "allOf": [ { "$ref": "#/components/schemas/BasePath" }, { "description": "The base path for the S3 bucket." } ] } }, "required": [ "BucketARN" ] }