Amazon CodeArtifact · JSON Structure

Codeartifact List Packages Result Structure

ListPackagesResult schema from Amazon CodeArtifact API

Type: object Properties: 2
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

packages nextToken

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-list-packages-result-structure.json",
  "name": "ListPackagesResult",
  "description": "ListPackagesResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "packages": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageSummaryList"
        },
        {
          "description": " The list of returned <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\">PackageSummary</a> objects. "
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": " If there are additional results, this is the token for the next set of results. "
        }
      ]
    }
  }
}