Merge pull request #25 from dbeckwith/patch-1

Fix type of ShipEngine speed property
This commit is contained in:
SpaceAdmiral 2023-05-21 09:26:56 -07:00 committed by GitHub
commit 4b62bf3252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
] ]
} }