mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
Merge pull request #25 from dbeckwith/patch-1
Fix type of ShipEngine speed property
This commit is contained in:
commit
4b62bf3252
@ -21,7 +21,7 @@
|
|||||||
"$ref": "./ShipCondition.json"
|
"$ref": "./ShipCondition.json"
|
||||||
},
|
},
|
||||||
"speed": {
|
"speed": {
|
||||||
"type": "number",
|
"type": "integer",
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
Loading…
Reference in New Issue
Block a user