Skip to content

Commit daed2e3

Browse files
authored
Merge pull request #3180 from itowlson/templates-point-at-manifest-schema
Add schema directive to template manifests
2 parents 0a26f5d + d545c1f commit daed2e3

File tree

10 files changed

+20
-0
lines changed

10 files changed

+20
-0
lines changed

templates/http-c/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/http-go/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/http-grain/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/http-php/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/http-rust/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/http-zig/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/redirect/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/redis-go/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/redis-rust/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

templates/static-fileserver/content/spin.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#:schema https://schemas.spinframework.dev/spin/manifest-v2/latest.json
2+
13
spin_manifest_version = 2
24

35
[application]

0 commit comments

Comments
 (0)