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",
|
||||
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
|
||||
"properties": {
|
||||
"waypointSymbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"submittedBy": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -1220,10 +1220,14 @@
|
||||
"properties": {
|
||||
"chart": {
|
||||
"$ref": "../models/Chart.json"
|
||||
},
|
||||
"waypoint": {
|
||||
"$ref": "../models/Waypoint.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"chart"
|
||||
"chart",
|
||||
"waypoint"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user