mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
13 lines
272 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|