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,
"misp-attribute": "datetime"
},
"attachment" : {
"description" : "An attachment to support the annotation",
"ui-priority" : 0,
"attachment": {
"description": "An attachment to support the annotation",
"ui-priority": 0,
"misp-attribute": "attachment",
"multiple" : true
},
"multiple": true
}
},
"version": 2,
"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",
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation" : true
"disable_correlation": true
},
"name" : {
"description" : "Name of the Device",
"ui-priority" : 101,
"misp-attribute" : "text",
"name": {
"description": "Name of the Device",
"ui-priority": 101,
"misp-attribute": "text"
},
"alias" : {
"description" : "Alias of the Device",
"ui-priority" : 100,
"misp-attribute" : "text",
"multiple" : true
"alias": {
"description": "Alias of the Device",
"ui-priority": 100,
"misp-attribute": "text",
"multiple": true
},
"device-type": {
"description": "Type of the device",
@ -46,12 +46,12 @@
"ui-priority": 0,
"misp-attribute": "datetime"
},
"attachment" : {
"description" : "An attachment",
"ui-priority" : 0,
"attachment": {
"description": "An attachment",
"ui-priority": 0,
"misp-attribute": "attachment",
"multiple" : true
},
"multiple": true
}
},
"version": 3,
"description": "An object to define a device",

View File

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

View File

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