Use correct type validation for MarketId/SystemAddress

This commit is contained in:
DarkWanderer 2019-02-07 21:49:59 +03:00
parent 1150a72b47
commit 6a47163c3e
5 changed files with 5 additions and 5 deletions

@ -44,7 +44,7 @@
"minLength" : 1
},
"marketId": {
"type" : "number"
"type" : "integer"
},
"timestamp": {
"type" : "string",

@ -43,7 +43,7 @@
"minLength" : 1
},
"marketId": {
"type" : "number"
"type" : "integer"
},
"horizons": {
"type" : "boolean",

@ -55,7 +55,7 @@
"description" : "Must be added by the sender if not present in the journal event"
},
"SystemAddress": {
"type" : "number",
"type" : "integer",
"description" : "Should be added by the sender if not present in the journal event"
},

@ -43,7 +43,7 @@
"minLength" : 1
},
"marketId": {
"type" : "number"
"type" : "integer"
},
"horizons": {
"type" : "boolean",

@ -43,7 +43,7 @@
"minLength" : 1
},
"marketId": {
"type" : "number"
"type" : "integer"
},
"horizons": {
"type" : "boolean",