misp-objects/objects/submarine/definition.json

149 lines
4.1 KiB
JSON
Raw Normal View History

2021-11-12 08:31:54 +01:00
{
"attributes": {
2021-11-12 08:33:24 +01:00
"active": {
"description": "The number of submarines of this class in active service",
"misp-attribute": "counter",
"ui-priority": 1
},
"armament": {
"description": "Armaments carried by the submarine",
"misp-attribute": "text",
2021-11-12 08:33:24 +01:00
"multiple": true,
"recommended": false,
"ui-priority": 0
},
"beam": {
"description": "The beam measurement of the submarine in meters",
"misp-attribute": "float",
"recommended": false,
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
"builders": {
"description": "The organisation building this class of submarines",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"cancelled": {
"description": "The number of submarines of this class cancelled",
2021-11-12 08:31:54 +01:00
"misp-attribute": "counter",
2021-11-12 08:33:24 +01:00
"ui-priority": 1
2021-11-12 08:31:54 +01:00
},
2021-11-12 08:33:24 +01:00
"class": {
"description": "Submarine class",
"misp-attribute": "text",
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"complement": {
"description": "Crew size",
2021-11-12 08:31:54 +01:00
"misp-attribute": "counter",
2021-11-12 08:33:24 +01:00
"recommended": false,
"ui-priority": 0
2021-11-12 08:31:54 +01:00
},
"completed": {
"description": "The number of submarines of this class built",
"misp-attribute": "counter",
"ui-priority": 1
},
2021-11-12 08:33:24 +01:00
"displacement": {
"description": "Displacement in tonns",
2021-11-12 08:31:54 +01:00
"misp-attribute": "counter",
2021-11-12 08:33:24 +01:00
"recommended": true,
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"draught": {
"description": "The draught measurement of the submarine in meters",
"misp-attribute": "float",
"recommended": false,
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"endurance": {
"description": "Expected submerged endurance in days",
"misp-attribute": "counter",
"ui-priority": 1
2021-11-12 08:31:54 +01:00
},
2021-11-12 08:33:24 +01:00
"in_service_from": {
"description": "The year the submarine entered service",
"misp-attribute": "counter",
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"in_service_until": {
"description": "The year the submarine left service",
2021-11-12 08:31:54 +01:00
"misp-attribute": "counter",
"ui-priority": 0
},
"length": {
"description": "The length measurement of the submarine in meters",
"misp-attribute": "float",
"recommended": false,
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"operator": {
"description": "The countries operating such vessels (can be multiple)",
"misp-attribute": "text",
"multiple": true,
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"planned": {
"description": "The number of submarines of this class planned to be built",
"misp-attribute": "counter",
"ui-priority": 1
},
"predecessor": {
"description": "Predecessor class",
"misp-attribute": "text",
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
"propulsion": {
"description": "The propulsion of the submarine, add multiple if applicabe",
"misp-attribute": "text",
"multiple": true,
2021-11-12 08:33:24 +01:00
"recommended": false,
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"retired": {
"description": "The number of submarines of this class that has been retired",
"misp-attribute": "counter",
2021-11-12 08:31:54 +01:00
"ui-priority": 1
},
"speed_submerged": {
"description": "Surfaced top speed in knots",
"misp-attribute": "float",
"ui-priority": 1
},
2021-11-12 08:33:24 +01:00
"speed_surfaced": {
"description": "Surfaced top speed in knots",
"misp-attribute": "float",
2021-11-12 08:31:54 +01:00
"ui-priority": 1
},
2021-11-12 08:33:24 +01:00
"successor": {
"description": "Successor class",
"misp-attribute": "text",
2021-11-12 08:31:54 +01:00
"ui-priority": 0
},
2021-11-12 08:33:24 +01:00
"type": {
"description": "Submarine type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Ballistic missile submarine",
"Cruise missile submarine",
"Nuclear-powered attack submarine",
"Non-nuclear attack submarine with air-independent propulsion",
"Diesel-electric attack submarine",
"Midget submarine",
"Special mission submarine"
2021-11-12 08:33:24 +01:00
],
2021-11-12 08:31:54 +01:00
"ui-priority": 0
}
},
"description": "Submarine description",
2021-11-12 08:36:00 +01:00
"meta-category": "misc",
2021-11-12 08:31:54 +01:00
"name": "submarine",
"required": [
2021-11-12 08:33:24 +01:00
"class",
"type"
2021-11-12 08:31:54 +01:00
],
"uuid": "c8e0c039-0ada-486a-b446-2686709e1e28",
"version": 1
}