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