mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add waypoint data to chart endpoint
This commit is contained in:
parent
f9defdd086
commit
0e97d330af
@ -2,6 +2,9 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
|
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"waypointSymbol": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"submittedBy": {
|
"submittedBy": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -1220,10 +1220,14 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"chart": {
|
"chart": {
|
||||||
"$ref": "../models/Chart.json"
|
"$ref": "../models/Chart.json"
|
||||||
|
},
|
||||||
|
"waypoint": {
|
||||||
|
"$ref": "../models/Waypoint.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"chart"
|
"chart",
|
||||||
|
"waypoint"
|
||||||
],
|
],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user