{"id":29548044,"url":"https://github.com/sootyowl/aws-copilot-schemas","last_synced_at":"2026-04-30T16:32:18.203Z","repository":{"id":303824184,"uuid":"1016688787","full_name":"SootyOwl/aws-copilot-schemas","owner":"SootyOwl","description":"JSON Schemas for AWS Copilot manifest files with comprehensive validation.","archived":false,"fork":false,"pushed_at":"2025-07-09T15:27:43.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-09T16:43:09.564Z","etag":null,"topics":["aws","aws-copilot","json-schema","json-schema-definitions","json-schemas"],"latest_commit_sha":null,"homepage":"https://sootyowl.github.io/aws-copilot-schemas/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SootyOwl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-09T11:30:30.000Z","updated_at":"2025-07-09T15:27:46.000Z","dependencies_parsed_at":"2025-07-09T16:54:49.032Z","dependency_job_id":null,"html_url":"https://github.com/SootyOwl/aws-copilot-schemas","commit_stats":null,"previous_names":["sootyowl/aws-copilot-schemas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SootyOwl/aws-copilot-schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SootyOwl%2Faws-copilot-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SootyOwl%2Faws-copilot-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SootyOwl%2Faws-copilot-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SootyOwl%2Faws-copilot-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SootyOwl","download_url":"https://codeload.github.com/SootyOwl/aws-copilot-schemas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SootyOwl%2Faws-copilot-schemas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265662815,"owners_count":23807454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-copilot","json-schema","json-schema-definitions","json-schemas"],"created_at":"2025-07-17T21:01:01.659Z","updated_at":"2026-04-30T16:32:18.171Z","avatar_url":"https://github.com/SootyOwl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Copilot JSON Schemas\n\nComprehensive JSON Schemas for validating AWS Copilot manifest files (`manifest.yml`). These schemas provide strict validation for all Copilot manifest types according to the official AWS documentation.\n\n## 🌐 Hosted Schemas\n\n**Live URL:** https://sootyowl.github.io/aws-copilot-schemas/\n\n## 🚀 Quick Start\n\n### VS Code Integration\nAdd this to your VS Code `settings.json`:\n```json\n{\n  \"yaml.schemas\": {\n    \"https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json\": [\n      \"**/copilot/**/manifest.yml\",\n    ]\n  }\n}\n```\n\n### Direct Schema Reference\nAdd this to the top of your YAML manifest files:\n```yaml\n# yaml-language-server: $schema=https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json\n```\n\n## ✨ Features\n\n- ✅ **Complete validation** for all AWS Copilot manifest types\n- ✅ **Auto-detection** of manifest type (no manual specification needed)\n- ✅ **Strict adherence** to [AWS Copilot documentation](https://aws.github.io/copilot-cli/docs/manifest/overview/)\n- ✅ **Comprehensive error reporting** \n- ✅ **VS Code IntelliSense** and validation support\n- ✅ **SchemaStore compatible** with proper documentation URLs\n- ✅ **All manifest types supported**:\n  - Backend Service\n  - Load Balanced Web Service\n  - Request-Driven Web Service\n  - Worker Service\n  - Environment\n  - Scheduled Job\n  - Static Site\n  - Pipeline\n\n## 📋 Available Schemas\n\n- **`copilot-schema.json`** - **Universal schema (recommended)**\n- **`backend-service.json`** - Backend Service manifests\n- **`lb-web-service.json`** - Load Balanced Web Service manifests\n- **`rd-web-service.json`** - Request-Driven Web Service manifests\n- **`worker-service.json`** - Worker Service manifests\n- **`environment.json`** - Environment manifests\n- **`scheduled-job.json`** - Scheduled Job manifests\n- **`static-site.json`** - Static Site manifests\n- **`pipeline.json`** - Pipeline manifests\n- **`common-definitions.json`** - Shared definitions\n\n## 🔧 Development\n\n```bash\nnpm test        # Validate using individual schemas\nnpm run validate # Validate using top-level schema\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsootyowl%2Faws-copilot-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsootyowl%2Faws-copilot-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsootyowl%2Faws-copilot-schemas/lists"}