mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Merge pull request #80 from kjackson1998/shipyard-shiptype-not-optional
Various fixes: Shipyard.shiptyps.type, supply-contruction:201, enum normalizing
This commit is contained in:
commit
d2663cd2e8
@ -16,7 +16,10 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"$ref": "./ShipType.json"
|
"$ref": "./ShipType.json"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"type"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transactions": {
|
"transactions": {
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
"type",
|
||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
"description",
|
"description",
|
||||||
|
@ -2,15 +2,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"$ref": "./WaypointModifierSymbol.json"
|
||||||
"description": "The unique identifier of the modifier.",
|
|
||||||
"enum": [
|
|
||||||
"STRIPPED",
|
|
||||||
"UNSTABLE",
|
|
||||||
"RADIATION_LEAK",
|
|
||||||
"CRITICAL_LIMIT",
|
|
||||||
"CIVIL_UNREST"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
11
models/WaypointModifierSymbol.json
Normal file
11
models/WaypointModifierSymbol.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"description": "The unique identifier of the modifier.",
|
||||||
|
"enum": [
|
||||||
|
"STRIPPED",
|
||||||
|
"UNSTABLE",
|
||||||
|
"RADIATION_LEAK",
|
||||||
|
"CRITICAL_LIMIT",
|
||||||
|
"CIVIL_UNREST"
|
||||||
|
]
|
||||||
|
}
|
@ -867,7 +867,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"201": {
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
Loading…
Reference in New Issue
Block a user