Skip to content
Snippets Groups Projects
Commit 606d5405 authored by Moul's avatar Moul
Browse files

bma.node.summary: Add storage to jsonschema (#201)

Set forkWindowSize as required now
parent 7b9b294e
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,15 @@ SUMMARY_SCHEMA = { ...@@ -30,8 +30,15 @@ SUMMARY_SCHEMA = {
"software": {"type": "string"}, "software": {"type": "string"},
"version": {"type": "string"}, "version": {"type": "string"},
"forkWindowSize": {"type": "number"}, "forkWindowSize": {"type": "number"},
"storage": {
"type": "object",
"properties": {
"transaction": {"type": "boolean"},
"wotwizard": {"type": "boolean"},
},
},
}, },
"required": ["software", "version"], "required": ["software", "version", "forkWindowSize"],
} }
}, },
"required": ["duniter"], "required": ["duniter"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment