Skip to content

Commit beccfa5

Browse files
committed
more minimal descriptions
1 parent 39474bd commit beccfa5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

models/System.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "object",
3+
"description": "System details.",
34
"properties": {
45
"symbol": {
56
"type": "string",

models/SystemWaypoint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "object",
3+
"description": "Waypoint details.",
34
"properties": {
45
"symbol": {
56
"$ref": "./WaypointSymbol.json"

0 commit comments

Comments
 (0)