Commit 161f8496 authored by Jérome Perrin's avatar Jérome Perrin

fixup! ERP5: new parameters to override ZODB settings for any zope

json was not formatted with `./format-json` this was causing test
failures.
parent 6bc0a3e8
Pipeline #6961 failed with stage
in 0 seconds
...@@ -334,7 +334,10 @@ ...@@ -334,7 +334,10 @@
}, },
{ {
"description": "Override value (parameter for maching nodes).", "description": "Override value (parameter for maching nodes).",
"type": ["integer", "string"] "type": [
"integer",
"string"
]
} }
], ],
"type": "array" "type": "array"
...@@ -343,7 +346,10 @@ ...@@ -343,7 +346,10 @@
} }
}, },
"additionalProperties": { "additionalProperties": {
"type": ["integer", "string"] "type": [
"integer",
"string"
]
}, },
"type": "object" "type": "object"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment