{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-put-package-origin-configuration-result-structure.json", "name": "PutPackageOriginConfigurationResult", "description": "PutPackageOriginConfigurationResult schema from Amazon CodeArtifact API", "type": "object", "properties": { "originConfiguration": { "allOf": [ { "$ref": "#/components/schemas/PackageOriginConfiguration" }, { "description": "A PackageOriginConfiguration object that describes the origin configuration set for the package. It contains a PackageOriginRestrictions object that describes how new versions of the package can be introduced to the repository." } ] } } }