api-docs/models/Chart.json
2023-06-09 23:50:36 +03:00

19 lines
540 B
JSON

{
"type": "object",
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
"properties": {
"waypointSymbol": {
"type": "string",
"description": "The symbol of the waypoint."
},
"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."
}
}
}