mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-03 00:51:20 +03:00
Merge pull request #75 from EDSM-NET/Add-marketId
Add marketId to cAPI schemas
This commit is contained in:
commit
ccf11c9df6
@ -42,6 +42,9 @@
|
||||
"stationName": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
},
|
||||
"marketId": {
|
||||
"type" : "number"
|
||||
},
|
||||
"timestamp": {
|
||||
"type" : "string",
|
||||
|
@ -41,6 +41,9 @@
|
||||
"stationName": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
},
|
||||
"marketId": {
|
||||
"type" : "number"
|
||||
},
|
||||
"timestamp": {
|
||||
"type" : "string",
|
||||
|
@ -41,6 +41,9 @@
|
||||
"stationName": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
},
|
||||
"marketId": {
|
||||
"type" : "number"
|
||||
},
|
||||
"timestamp": {
|
||||
"type" : "string",
|
||||
|
@ -41,6 +41,9 @@
|
||||
"stationName": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
},
|
||||
"marketId": {
|
||||
"type" : "number"
|
||||
},
|
||||
"timestamp": {
|
||||
"type" : "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user