api-docs/models/WaypointChart.json
2022-10-05 18:13:55 -07:00

13 lines
272 B
JSON

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