api-docs/models/Chart.json

16 lines
334 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": {
"type": "string"
},
2022-10-06 01:42:15 +02:00
"submittedBy": {
"type": "string"
},
"submittedOn": {
"type": "string",
"format": "date-time"
}
}
}