{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-package-source-structure.json", "name": "PackageSource", "description": "The S3 location for importing the package specified as S3BucketName and S3Key", "type": "object", "properties": { "S3BucketName": { "allOf": [ { "$ref": "#/components/schemas/S3BucketName" }, { "description": "Name of the bucket containing the package." } ] }, "S3Key": { "allOf": [ { "$ref": "#/components/schemas/S3Key" }, { "description": "Key (file name) of the package." } ] } } }