[@spackbot] updating style on behalf of becker33
This commit is contained in:
parent
9a1e9574aa
commit
e6c34d39ba
@ -111,14 +111,20 @@
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
},
|
||||
"update_method": {"anyOf": [
|
||||
{"type": "string",
|
||||
"pattern": "(symlink|exchange)",
|
||||
},
|
||||
{"type": "array",
|
||||
"items": {"type": "string", "pattern": "(symlink|exchange)"}
|
||||
},
|
||||
],
|
||||
"update_method": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "(symlink|exchange)",
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "(symlink|exchange)",
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
"projections": projections_scheme,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user