Skip to content

Commit 14e219b

Browse files
Add AWS Copilot schema to catalog.json (SchemaStore#4843)
* Add AWS Copilot schema to catalog.json * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b99aee8 commit 14e219b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8292,6 +8292,12 @@
82928292
"description": "Jujutsu (jj) configuration file",
82938293
"fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
82948294
"url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
8295+
},
8296+
{
8297+
"name": "AWS Copilot Manifest",
8298+
"description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/",
8299+
"fileMatch": ["**/copilot/**/manifest.yml"],
8300+
"url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json"
82958301
}
82968302
]
82978303
}

0 commit comments

Comments
 (0)