chg: jq all the things

pull/336/head
iglocska 2021-11-12 08:33:24 +01:00
parent 6a970c03a4
commit dba92cbd53
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 89 additions and 90 deletions

View File

@ -1,8 +1,21 @@
{ {
"attributes": { "attributes": {
"class": { "active": {
"description": "Submarine class", "description": "The number of submarines of this class in active service",
"misp-attribute": "text", "misp-attribute": "counter",
"ui-priority": 1
},
"armament": {
"description": "Armaments carried by the submarine",
"misp-attribute": "sha512/256",
"multiple": true,
"recommended": false,
"ui-priority": 0
},
"beam": {
"description": "The beam measurement of the submarine in meters",
"misp-attribute": "float",
"recommended": false,
"ui-priority": 0 "ui-priority": 0
}, },
"builders": { "builders": {
@ -11,6 +24,44 @@
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"cancelled": {
"description": "The number of submarines of this class cancelled",
"misp-attribute": "counter",
"ui-priority": 1
},
"class": {
"description": "Submarine class",
"misp-attribute": "text",
"ui-priority": 0
},
"complement": {
"description": "Crew size",
"misp-attribute": "counter",
"recommended": false,
"ui-priority": 0
},
"completed": {
"description": "The number of submarines of this class built",
"misp-attribute": "counter",
"ui-priority": 1
},
"displacement": {
"description": "Displacement in tonns",
"misp-attribute": "counter",
"recommended": true,
"ui-priority": 0
},
"draught": {
"description": "The draught measurement of the submarine in meters",
"misp-attribute": "float",
"recommended": false,
"ui-priority": 0
},
"endurance": {
"description": "Expected submerged endurance in days",
"misp-attribute": "counter",
"ui-priority": 1
},
"in_service_from": { "in_service_from": {
"description": "The year the submarine entered service", "description": "The year the submarine entered service",
"misp-attribute": "counter", "misp-attribute": "counter",
@ -21,30 +72,11 @@
"misp-attribute": "counter", "misp-attribute": "counter",
"ui-priority": 0 "ui-priority": 0
}, },
"planned": { "length": {
"description": "The number of submarines of this class planned to be built", "description": "The length measurement of the submarine in meters",
"misp-attribute": "counter", "misp-attribute": "float",
"ui-priority": 1 "recommended": false,
}, "ui-priority": 0
"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": { "operator": {
"description": "The countries operating such vessels (can be multiple)", "description": "The countries operating such vessels (can be multiple)",
@ -52,11 +84,38 @@
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"planned": {
"description": "The number of submarines of this class planned to be built",
"misp-attribute": "counter",
"ui-priority": 1
},
"predecessor": { "predecessor": {
"description": "Predecessor class", "description": "Predecessor class",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 0
}, },
"propulsion": {
"description": "The propulsion of the submarine, add multiple if applicabe",
"misp-attribute": "text",
"multiple": true,
"recommended": false,
"ui-priority": 0
},
"retired": {
"description": "The number of submarines of this class that has been retired",
"misp-attribute": "counter",
"ui-priority": 1
},
"speed_submerged": {
"description": "Surfaced top speed in knots",
"misp-attribute": "float",
"ui-priority": 1
},
"speed_surfaced": {
"description": "Surfaced top speed in knots",
"misp-attribute": "float",
"ui-priority": 1
},
"successor": { "successor": {
"description": "Successor class", "description": "Successor class",
"misp-attribute": "text", "misp-attribute": "text",
@ -70,75 +129,15 @@
"Ballistic missile submarine" "Ballistic missile submarine"
], ],
"ui-priority": 0 "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", "description": "Submarine description",
"meta-category": "naval", "meta-category": "naval",
"name": "submarine", "name": "submarine",
"required": [ "required": [
"class", "class",
"type" "type"
], ],
"uuid": "c8e0c039-0ada-486a-b446-2686709e1e28", "uuid": "c8e0c039-0ada-486a-b446-2686709e1e28",
"version": 1 "version": 1
} }