From 0f7c93dbac61e510f78ef7a8cad1ff5e83ec2b6c Mon Sep 17 00:00:00 2001 From: Elena Robu Date: Tue, 19 Mar 2024 15:18:59 +0000 Subject: [PATCH] Update ShipModule.json update the order of the objects to make it consistent with the Mounts model --- models/ShipModule.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/models/ShipModule.json b/models/ShipModule.json index f30ea36..224ffa5 100644 --- a/models/ShipModule.json +++ b/models/ShipModule.json @@ -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" ] -} \ No newline at end of file +}