Merge pull request #93 from DarkWanderer/type-correction

Use correct type validation for MarketId/SystemAddress
This commit is contained in:
AnthorNet 2019-02-09 13:25:58 +01:00 committed by GitHub
commit 52a7061d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -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"
},

View File

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

View File

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