Amazon CodeArtifact · JSON Structure

Codeartifact List Tags For Resource Result Structure

ListTagsForResourceResult schema from Amazon CodeArtifact API

Type: object Properties: 1
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

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

Properties

tags

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-tags-for-resource-result-structure.json",
  "name": "ListTagsForResourceResult",
  "description": "ListTagsForResourceResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "A list of tag key and value pairs associated with the specified resource."
        }
      ]
    }
  }
}