Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 335839b

Browse files
Radu Mglyn
authored andcommitted
Add schemaVersion property to examples
Signed-off-by: Radu M <root@radu.sh>
1 parent d9231e7 commit 335839b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

examples/helloazure/bundle.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"imageType": "azure-image",
88
"image": "duffle-dev/duffle-vm-example-0.1.1"
99
}
10-
]
11-
}
10+
],
11+
"schemaVersion": "v1.0.0-WD"
12+
}

examples/helloworld/bundle.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"invocationImages": [
66
{
77
"image": "deislabs/helloworld-cnab:675c2daf7449ae58927f251acdd88acb9d1e9767",
8-
"imageType":"docker"
8+
"imageType": "docker"
99
}
1010
],
1111
"keywords": [
@@ -27,5 +27,6 @@
2727
],
2828
"images": null,
2929
"parameters": null,
30-
"credentials": null
31-
}
30+
"credentials": null,
31+
"schemaVersion": "v1.0.0-WD"
32+
}

examples/helloworld/duffle.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
}
3030
},
3131
"parameters": null,
32-
"credentials": null
33-
}
32+
"credentials": null,
33+
"schemaVersion": "v1.0.0-WD"
34+
}

0 commit comments

Comments
 (0)