Fixed disable_correlation variable type

pull/75/head
chrisr3d 2018-02-06 15:36:57 +01:00
parent 7966c58db9
commit fd74fac62b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"attributes": {
"text": {
"description": "A description of the entity.",
"disable_correlation": "true",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
@ -43,6 +43,6 @@
"version": 1,
"description": "An object to describe a legal entity.",
"meta-category": "misc",
"uuid": "",
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
"name": "legal-entity"
}