Amazon CodeStar · JSON Structure

Codestar List Tags For Project Result Structure

ListTagsForProjectResult schema from AWS CodeStar API

Type: object Properties: 2
Developer ToolsDevOpsProject ManagementTeam Collaboration

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

Properties

tags 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-codestar/refs/heads/main/json-structure/codestar-list-tags-for-project-result-structure.json",
  "name": "ListTagsForProjectResult",
  "description": "ListTagsForProjectResult schema from AWS CodeStar API",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "The tags for the project."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "Reserved for future use."
        }
      ]
    }
  }
}