Merge pull request #75 from EDSM-NET/Add-marketId

Add marketId to cAPI schemas
This commit is contained in:
AnthorNet 2018-02-28 14:00:28 +01:00 committed by GitHub
commit ccf11c9df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,9 @@
"stationName": {
"type" : "string",
"minLength" : 1
},
"marketId": {
"type" : "number"
},
"timestamp": {
"type" : "string",

View File

@ -41,6 +41,9 @@
"stationName": {
"type" : "string",
"minLength" : 1
},
"marketId": {
"type" : "number"
},
"timestamp": {
"type" : "string",

View File

@ -41,6 +41,9 @@
"stationName": {
"type" : "string",
"minLength" : 1
},
"marketId": {
"type" : "number"
},
"timestamp": {
"type" : "string",

View File

@ -41,6 +41,9 @@
"stationName": {
"type" : "string",
"minLength" : 1
},
"marketId": {
"type" : "number"
},
"timestamp": {
"type" : "string",