api-docs/models/WaypointChart.json

13 lines
272 B
JSON
Raw Normal View History

2022-10-06 01:42:15 +02:00
{
"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"
}
}
}