Amazon CodeArtifact · JSON Structure

Codeartifact Package Version List Structure

PackageVersionList schema from Amazon CodeArtifact API

Type: array Properties: 0
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

PackageVersionList is a JSON Structure definition published by Amazon CodeArtifact. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-package-version-list-structure.json",
  "name": "PackageVersionList",
  "description": "PackageVersionList schema from Amazon CodeArtifact API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/PackageVersion"
  },
  "maxItems": 100
}