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