AssetSummaryList

AssetSummaryList schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet
View JSON Schema on GitHub

JSON Schema

codeartifact-asset-summary-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-asset-summary-list-schema.json",
  "title": "AssetSummaryList",
  "description": "AssetSummaryList schema from Amazon CodeArtifact API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/AssetSummary"
  }
}