{ "$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." } ] } } }