[@spackbot] updating style on behalf of becker33

This commit is contained in:
becker33 2023-03-30 19:39:57 +00:00 committed by Gregory Becker
parent 9a1e9574aa
commit e6c34d39ba

View File

@ -111,14 +111,20 @@
"type": "array", "type": "array",
"items": {"type": "string"}, "items": {"type": "string"},
}, },
"update_method": {"anyOf": [ "update_method": {
{"type": "string", "anyOf": [
{
"type": "string",
"pattern": "(symlink|exchange)", "pattern": "(symlink|exchange)",
}, },
{"type": "array", {
"items": {"type": "string", "pattern": "(symlink|exchange)"} "type": "array",
"items": {
"type": "string",
"pattern": "(symlink|exchange)",
}, },
], },
]
}, },
"projections": projections_scheme, "projections": projections_scheme,
}, },