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."
|
"description": "The symbol of the module."
|
||||||
},
|
},
|
||||||
|
"name": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Name of this module."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Description of this module."
|
||||||
|
},
|
||||||
"capacity": {
|
"capacity": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
@ -38,14 +46,6 @@
|
|||||||
"minimum": 0,
|
"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."
|
"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": {
|
"requirements": {
|
||||||
"$ref": "./ShipRequirements.json"
|
"$ref": "./ShipRequirements.json"
|
||||||
}
|
}
|
||||||
@ -56,4 +56,4 @@
|
|||||||
"description",
|
"description",
|
||||||
"requirements"
|
"requirements"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user