Update ShipModule.json

update the order of the objects to make it consistent with the Mounts model
This commit is contained in:
Elena Robu 2024-03-19 15:18:59 +00:00 committed by GitHub
parent 3ff410cbfe
commit 0f7c93dbac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
@ -56,4 +56,4 @@
"description",
"requirements"
]
}
}