{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-package-version-input-config-schema.json", "title": "PackageVersionInputConfig", "description": "A package version input configuration.", "type": "object", "properties": { "S3Location": { "allOf": [ { "$ref": "#/components/schemas/S3Location" }, { "description": "A location in Amazon S3." } ] } }, "required": [ "S3Location" ] }