api-docs/models/Chart.json
2022-12-07 22:41:33 -08:00

13 lines
280 B
JSON

{
"type": "object",
"description": "The chart of a system or waypoint, which makes the location visible to other agents.",
"properties": {
"submittedBy": {
"type": "string"
},
"submittedOn": {
"type": "string",
"format": "date-time"
}
}
}