Skip to content

Commit

Permalink
Add schema for Azure DevOps extension manifest (#3007)
Browse files Browse the repository at this point in the history
* Add schema for Azure DevOps extension manifest

* [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>
  • Loading branch information
cnshenj and pre-commit-ci[bot] authored Jun 19, 2023
1 parent 726fe2b commit af525db
Show file tree
Hide file tree
Showing 3 changed files with 624 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,14 @@
"5": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json"
}
},
{
"name": "Azure DevOps extension manifest",
"description": "Azure DevOps extension manifest schema",
"url": "https://json.schemastore.org/azure-devops-extension-manifest-1.0.json",
"versions": {
"1.0": "https://json.schemastore.org/azure-devops-extension-manifest-1.0.json"
}
},
{
"name": "Azure IoT EdgeAgent deployment",
"description": "Azure IoT EdgeAgent deployment schema",
Expand Down
Loading

0 comments on commit af525db

Please sign in to comment.