Skip to content

Commit 39474bd

Browse files
committed
Added minimal description to market and shipyard models
1 parent 2b3344e commit 39474bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/Market.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "",
2+
"description": "Market details.",
33
"type": "object",
44
"properties": {
55
"symbol": {

models/Shipyard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "",
2+
"description": "Shipyard details.",
33
"type": "object",
44
"properties": {
55
"symbol": {

0 commit comments

Comments
 (0)