mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
ccbbedd73f
* Typo and descriptions * Remove $ref suiblings. * missed one when refactoring ShipNavRouteWaypointDeprecated to keep deprecated flag. * Agent.shipCount always seems to be returned. Why would this be optional?
18 lines
503 B
JSON
18 lines
503 B
JSON
{
|
|
"type": "object",
|
|
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
|
|
"properties": {
|
|
"waypointSymbol": {
|
|
"$ref": "./WaypointSymbol.json"
|
|
},
|
|
"submittedBy": {
|
|
"type": "string",
|
|
"description": "The agent that submitted the chart for this waypoint."
|
|
},
|
|
"submittedOn": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"description": "The time the chart for this waypoint was submitted."
|
|
}
|
|
}
|
|
} |