Skip to content

Commit 13296ff

Browse files
committed
add admissible plate formats
1 parent f01ad2e commit 13296ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data-raw/schema.cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// usage: cue vet -c schema.cue file.yml
1+
// usage: cue vet -c schema.cue file.yml
22

33
"guide.version"! : #Version
44
"template.name"! : string
@@ -10,7 +10,7 @@
1010

1111
#Version: =~ "^\\d+\\.\\d+$" // Only version numbers in major.minor format allowed
1212

13-
#Plateformat: 96 | 384
13+
#Plateformat: 24 | 48 | 96 | 384
1414

1515
//#AnyLocation: {
1616
// "sheet"! : string
@@ -66,4 +66,4 @@
6666

6767
#Cell : =~ "^[A-Z]\\d+$" // Valid spreadsheed cell value required
6868

69-
#VariableName : =~ "[^\\s]" // variable names are not allowed to contain space-like characters
69+
#VariableName : =~ "[^\\s]" // variable names are not allowed to contain space-like characters

0 commit comments

Comments
 (0)