{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-package-version-list-schema.json", "title": "PackageVersionList", "description": "PackageVersionList schema from Amazon CodeArtifact API", "type": "array", "items": { "$ref": "#/components/schemas/PackageVersion" }, "maxItems": 100 }