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 d94f96a commit 06a8c28Copy full SHA for 06a8c28
files/nodegroup.schema
@@ -1,5 +1,4 @@
1
-{
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
+{ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
"type": "object",
4
"definitions": {
5
"gres": {
@@ -27,6 +26,21 @@
27
26
"type": "string",
28
"minLength": 1
29
},
+ "ram_mb": {
30
+ "type": "number",
31
+ },
32
+ "ram_multiplier": {
33
34
35
+ "features": {
36
+ "type": "array",
37
+ "items": {
38
+ "type": "string"
39
+ }
40
41
+ "node_params": {
42
+ "type": "object",
43
44
"gres_autodetect": {
45
46
@@ -38,6 +52,7 @@
52
"required": [
53
"name"
54
],
55
+ "additionalProperties": false,
56
"if": {
57
"properties": {
58
0 commit comments