api-docs/models/Chart.json
2022-12-23 10:25:46 -05:00

16 lines
334 B
JSON

{
"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"
},
"submittedOn": {
"type": "string",
"format": "date-time"
}
}
}