mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Update ShipModule.json
update the order of the objects to make it consistent with the Mounts model
This commit is contained in:
parent
3ff410cbfe
commit
0f7c93dbac
@ -28,6 +28,14 @@
|
||||
],
|
||||
"description": "The symbol of the module."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of this module."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Description of this module."
|
||||
},
|
||||
"capacity": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
@ -38,14 +46,6 @@
|
||||
"minimum": 0,
|
||||
"description": "Modules that have a range will such as a sensor array show this value to denote how far can the module reach with its capabilities."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of this module."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Description of this module."
|
||||
},
|
||||
"requirements": {
|
||||
"$ref": "./ShipRequirements.json"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user