mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30: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": {
|
||||||
@ -35,4 +35,4 @@
|
|||||||
"speed",
|
"speed",
|
||||||
"requirements"
|
"requirements"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user