We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613fb20 commit 1784be4Copy full SHA for 1784be4
1 file changed
au.org.access-nri/model/spack/environment/deployment/2-0-0.json
@@ -75,18 +75,31 @@
75
"default": [],
76
"minItems": 1,
77
"items": {
78
- "type": "string",
79
- "pattern": "^.+@git\\.[^= ]+.*$|\\$ROOT_SPEC|^.+@latest"
+ "type": "string"
80
}
81
},
82
"definitions": {
83
"type": "array",
84
+ "required": ["_name", "_version"],
85
86
"type": "object",
87
"properties": {
88
- "when": {
89
- "type": "string"
+ "_name": {
+ "type": "array",
90
+ "minItems": 1,
91
+ "maxItems": 1,
92
+ "items": {
93
94
+ }
95
+ },
96
+ "_version": {
97
98
99
100
101
102
103
104
"ROOT_PACKAGE": {
105
0 commit comments