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

api.bma.tx.HISTORY_SCHEMA: Unset 'receiving' field as required (#201)

parent 3a05fe26
No related branches found
No related tags found
1 merge request!184api.bma.tx.HISTORY_SCHEMA: Unset 'receiving' field as required (#201)
Pipeline #32351 waiting for manual action
...@@ -36,7 +36,7 @@ HISTORY_SCHEMA = { ...@@ -36,7 +36,7 @@ HISTORY_SCHEMA = {
"receiving": {"$ref": "#/definitions/transactioning_data"}, "receiving": {"$ref": "#/definitions/transactioning_data"},
"pending": {"$ref": "#/definitions/transactioning_data"}, "pending": {"$ref": "#/definitions/transactioning_data"},
}, },
"required": ["sent", "received", "sending", "receiving", "pending"], "required": ["sent", "received", "sending", "pending"],
}, },
}, },
"definitions": { "definitions": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment