From 44c7a7fc561a61f99a294f6689375076c0e41da0 Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 12 Nov 2021 08:29:47 +0100 Subject: [PATCH] Revert "new: added submarine" This reverts commit d1401437cb5c4a3b67582515536c2a9af73cc78e. --- objects/submarine/definition.json | 144 ------------------------------ 1 file changed, 144 deletions(-) delete mode 100644 objects/submarine/definition.json diff --git a/objects/submarine/definition.json b/objects/submarine/definition.json deleted file mode 100644 index 3f59578..0000000 --- a/objects/submarine/definition.json +++ /dev/null @@ -1,144 +0,0 @@ -{ - "attributes": { - "class": { - "description": "Submarine class", - "misp-attribute": "text", - "ui-priority": 0 - }, - "builders": { - "description": "The organisation building this class of submarines", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 0 - }, - "in_service_from": { - "description": "The year the submarine entered service", - "misp-attribute": "counter", - "ui-priority": 0 - }, - "in_service_until": { - "description": "The year the submarine left service", - "misp-attribute": "counter", - "ui-priority": 0 - }, - "planned": { - "description": "The number of submarines of this class planned to be built", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "completed": { - "description": "The number of submarines of this class built", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "cancelled": { - "description": "The number of submarines of this class cancelled", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "active": { - "description": "The number of submarines of this class in active service", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "retired": { - "description": "The number of submarines of this class that has been retired", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "operator": { - "description": "The countries operating such vessels (can be multiple)", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 0 - }, - "predecessor": { - "description": "Predecessor class", - "misp-attribute": "text", - "ui-priority": 0 - }, - "successor": { - "description": "Successor class", - "misp-attribute": "text", - "ui-priority": 0 - }, - "type": { - "description": "Submarine type", - "disable_correlation": true, - "misp-attribute": "text", - "sane_default": [ - "Ballistic missile submarine" - ], - "ui-priority": 0 - }, - - "displacement": { - "description": "Displacement in tonns", - "misp-attribute": "counter", - "recommended": true, - "ui-priority": 0 - }, - "length": { - "description": "The length measurement of the submarine in meters", - "misp-attribute": "float", - "recommended": false, - "ui-priority": 0 - }, - "beam": { - "description": "The beam measurement of the submarine in meters", - "misp-attribute": "float", - "recommended": false, - "ui-priority": 0 - }, - "draught": { - "description": "The draught measurement of the submarine in meters", - "misp-attribute": "float", - "recommended": false, - "ui-priority": 0 - }, - "propulsion": { - "description": "The propulsion of the submarine, add multiple if applicabe", - "misp-attribute": "text", - "recommended": false, - "multiple": true, - "ui-priority": 0 - }, - "speed_surfaced": { - "description": "Surfaced top speed in knots", - "misp-attribute": "float", - "ui-priority": 1 - }, - "speed_submerged": { - "description": "Surfaced top speed in knots", - "misp-attribute": "float", - "ui-priority": 1 - }, - "endurance": { - "description": "Expected submerged endurance in days", - "misp-attribute": "counter", - "ui-priority": 1 - }, - "complement": { - "description": "Crew size", - "misp-attribute": "counter", - "recommended": false, - "ui-priority": 0 - }, - "armament": { - "description": "Armaments carried by the submarine", - "misp-attribute": "sha512/256", - "recommended": false, - "multiple": true, - "ui-priority": 0 - } - }, - "description": "Submarine description", - "meta-category": "naval", - "name": "submarine", - "required": [ - "class", - "type" - ], - "uuid": "c8e0c039-0ada-486a-b446-2686709e1e28", - "version": 1 -}