Skip to content

Commit 5d034b8

Browse files
committed
fix openapi json
1 parent 2b3344e commit 5d034b8

File tree

1 file changed

+30
-37
lines changed

1 file changed

+30
-37
lines changed

reference/SpaceTraders.json

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"license": {
1212
"name": "No Permission",
13-
"url": "https://choosealicense.com/no-permission/"
13+
"url": "https://choosealicense.com/no-permission/",
14+
"identifier": "No-License"
1415
}
1516
},
1617
"security": [
@@ -3896,6 +3897,9 @@
38963897
"/market/supply-chain": {
38973898
"get": {
38983899
"summary": "Get Supply Chain",
3900+
"tags": [
3901+
"Data"
3902+
],
38993903
"description": "Describes which import and exports map to each other.",
39003904
"parameters": [],
39013905
"operationId": "get-supply-chain",
@@ -3925,45 +3929,34 @@
39253929
"type": "object",
39263930
"properties": {
39273931
"exportToImportMap": {
3928-
"type": "object",
3929-
"properties": {
3930-
"string": {
3931-
"type": "array",
3932-
"items": {
3933-
"type": "string"
3934-
}
3935-
}
3936-
}
3937-
},
3938-
"required": [
3939-
"exportToImportMap"
3940-
]
3941-
}
3942-
},
3943-
"required": [
3944-
"data"
3945-
]
3946-
}
3947-
},
3948-
"application/xml": {
3949-
"schema": {
3950-
"type": "object",
3951-
"properties": {}
3952-
}
3932+
"type": "object"
3933+
}
3934+
},
3935+
"required": [
3936+
"exportToImportMap"
3937+
]
3938+
}
3939+
},
3940+
"required": [
3941+
"data"
3942+
]
3943+
}
3944+
},
3945+
"application/xml": {
3946+
"schema": {
3947+
"type": "object",
3948+
"properties": {}
39533949
}
39543950
}
39553951
}
3956-
},
3957-
"tags": [
3958-
"Data"
3959-
],
3960-
"security": [
3961-
{
3962-
"AgentToken": []
3963-
}
3964-
]
3952+
}
39653953
},
3966-
"parameters": []
3954+
"security": [
3955+
{
3956+
"AgentToken": []
3957+
}
3958+
]
39673959
}
39683960
}
3969-
}
3961+
}
3962+
}

0 commit comments

Comments
 (0)