{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-s3-content-base-location-update-schema.json", "title": "S3ContentBaseLocationUpdate", "description": "The information required to update the S3 base location that holds the application.", "type": "object", "properties": { "BucketARNUpdate": { "allOf": [ { "$ref": "#/components/schemas/BucketARN" }, { "description": "The updated Amazon Resource Name (ARN) of the S3 bucket." } ] }, "BasePathUpdate": { "allOf": [ { "$ref": "#/components/schemas/BasePath" }, { "description": "The updated S3 bucket path." } ] } } }