Skip to content

Commit

Permalink
Update iot edge deployment (template) json schema to 1.1 (SchemaStore…
Browse files Browse the repository at this point in the history
…#682)

* Update iot edge (deployment) template to 1.1

* Update catalog.json
  • Loading branch information
SLdragon authored and madskristensen committed May 8, 2019
1 parent 37e5cbc commit 0055cf2
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,20 @@
{
"name": "Azure IoT Edge deployment",
"description": "Azure IoT Edge deployment schema",
"url": "http://json.schemastore.org/azure-iot-edge-deployment-1.0",
"url": "http://json.schemastore.org/azure-iot-edge-deployment-1.1",
"versions": {
"1.0": "http://json.schemastore.org/azure-iot-edge-deployment-1.0"
"1.0": "http://json.schemastore.org/azure-iot-edge-deployment-1.0",
"1.1": "http://json.schemastore.org/azure-iot-edge-deployment-1.1"
}
},
{
"name": "Azure IoT Edge deployment template",
"description": "Azure IoT Edge deployment template schema",
"fileMatch": [ "deployment.template.json", "deployment.*.template.json" ],
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.0",
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.1",
"versions": {
"1.0": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.0"
"1.0": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.0",
"1.1": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.1"
}
},
{
Expand Down
Loading

0 comments on commit 0055cf2

Please sign in to comment.