We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01ad2e commit 13296ffCopy full SHA for 13296ff
data-raw/schema.cue
@@ -1,4 +1,4 @@
1
-// usage: cue vet -c schema.cue file.yml
+// usage: cue vet -c schema.cue file.yml
2
3
"guide.version"! : #Version
4
"template.name"! : string
@@ -10,7 +10,7 @@
10
11
#Version: =~ "^\\d+\\.\\d+$" // Only version numbers in major.minor format allowed
12
13
-#Plateformat: 96 | 384
+#Plateformat: 24 | 48 | 96 | 384
14
15
//#AnyLocation: {
16
// "sheet"! : string
@@ -66,4 +66,4 @@
66
67
#Cell : =~ "^[A-Z]\\d+$" // Valid spreadsheed cell value required
68
69
-#VariableName : =~ "[^\\s]" // variable names are not allowed to contain space-like characters
+#VariableName : =~ "[^\\s]" // variable names are not allowed to contain space-like characters
0 commit comments