api-docs/models/Chart.json

19 lines
540 B
JSON
Raw Normal View History

2022-10-06 01:42:15 +02:00
{
"type": "object",
2022-10-22 18:05:01 +02:00
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
2022-10-06 01:42:15 +02:00
"properties": {
2022-12-23 16:25:46 +01:00
"waypointSymbol": {
2023-06-09 22:50:36 +02:00
"type": "string",
"description": "The symbol of the waypoint."
2022-12-23 16:25:46 +01:00
},
2022-10-06 01:42:15 +02:00
"submittedBy": {
2023-06-09 22:50:36 +02:00
"type": "string",
"description": "The agent that submitted the chart for this waypoint."
2022-10-06 01:42:15 +02:00
},
"submittedOn": {
"type": "string",
2023-06-09 22:50:36 +02:00
"format": "date-time",
"description": "The time the chart for this waypoint was submitted."
2022-10-06 01:42:15 +02:00
}
}
}