Amazon CodeStar · JSON Structure

Codestar Project Summary Structure

Information about the metadata for a project.

Type: object Properties: 2
Developer ToolsDevOpsProject ManagementTeam Collaboration

ProjectSummary 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

projectId projectArn

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-project-summary-structure.json",
  "name": "ProjectSummary",
  "description": "Information about the metadata for a project.",
  "type": "object",
  "properties": {
    "projectId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectId"
        },
        {
          "description": "The ID of the project."
        }
      ]
    },
    "projectArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the project."
        }
      ]
    }
  }
}