{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-schema/codestar-delete-project-result-schema.json", "title": "DeleteProjectResult", "description": "DeleteProjectResult schema from AWS CodeStar API", "type": "object", "properties": { "stackId": { "allOf": [ { "$ref": "#/components/schemas/StackId" }, { "description": "The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources." } ] }, "projectArn": { "allOf": [ { "$ref": "#/components/schemas/ProjectArn" }, { "description": "The Amazon Resource Name (ARN) of the deleted project." } ] } } }