fixed typos and ran jq_all_things

pull/164/head
haxpak 2019-04-13 13:45:05 +05:30
parent 23ab735119
commit df91c999e6
4 changed files with 26 additions and 30 deletions

View File

@ -62,12 +62,12 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"attachment" : { "attachment": {
"description" : "An attachment to support the annotation", "description": "An attachment to support the annotation",
"ui-priority" : 0, "ui-priority": 0,
"misp-attribute": "attachment", "misp-attribute": "attachment",
"multiple" : true "multiple": true
}, }
}, },
"version": 2, "version": 2,
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.", "description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",

View File

@ -7,18 +7,18 @@
"description": "Description of the Device", "description": "Description of the Device",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text", "misp-attribute": "text",
"disable_correlation" : true "disable_correlation": true
}, },
"name" : { "name": {
"description" : "Name of the Device", "description": "Name of the Device",
"ui-priority" : 101, "ui-priority": 101,
"misp-attribute" : "text", "misp-attribute": "text"
}, },
"alias" : { "alias": {
"description" : "Alias of the Device", "description": "Alias of the Device",
"ui-priority" : 100, "ui-priority": 100,
"misp-attribute" : "text", "misp-attribute": "text",
"multiple" : true "multiple": true
}, },
"device-type": { "device-type": {
"description": "Type of the device", "description": "Type of the device",
@ -46,12 +46,12 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"attachment" : { "attachment": {
"description" : "An attachment", "description": "An attachment",
"ui-priority" : 0, "ui-priority": 0,
"misp-attribute": "attachment", "misp-attribute": "attachment",
"multiple" : true "multiple": true
}, }
}, },
"version": 3, "version": 3,
"description": "An object to define a device", "description": "An object to define a device",

View File

@ -14,20 +14,18 @@
"description": "Alias of the organization", "description": "Alias of the organization",
"ui-priority": 99, "ui-priority": 99,
"misp-attribute": "text", "misp-attribute": "text",
"multiple" : true "multiple": true
}, },
"type-of-organizarion": {
"type-of-organizarion" : { "description": "Type of the organization",
"description" : "Type of the organization", "ui-priority": 97,
"ui-priority" : 97, "misp-attribute": "text"
"misp-attribute" : "text"
}, },
"date-of-inception": { "date-of-inception": {
"description": "Date of inception of the organization", "description": "Date of inception of the organization",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "date-of-birth" "misp-attribute": "date-of-birth"
}, },
"phone-number": { "phone-number": {
"description": "Phone number of the organization.", "description": "Phone number of the organization.",
"ui-priority": 10, "ui-priority": 10,
@ -46,14 +44,12 @@
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true "multiple": true
}, },
"e-mail": { "e-mail": {
"description": "Email address of the organization.", "description": "Email address of the organization.",
"ui-priority": 10, "ui-priority": 10,
"misp-attribute": "email-src", "misp-attribute": "email-src",
"multiple": true "multiple": true
}, },
"role": { "role": {
"description": "The role of the organization.", "description": "The role of the organization.",
"ui-priority": 0, "ui-priority": 0,

View File

@ -27,7 +27,7 @@
"ui-priority": 99, "ui-priority": 99,
"misp-attribute": "attachment", "misp-attribute": "attachment",
"multiple": true "multiple": true
}, }
}, },
"version": 1, "version": 1,
"description": "Metadata used to generate an executive level report", "description": "Metadata used to generate an executive level report",