{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-project-template-id-structure.json", "name": "ProjectTemplateId", "description": "ProjectTemplateId schema from AWS CodeStar API", "type": "string", "pattern": "^arn:aws[^:\\s]{0,5}:codestar:[^:\\s]+::project-template(\\/(github|codecommit))?\\/[a-z0-9-]+$", "minLength": 1 }