Fix incorrect type for domain

pull/321/head
Alexandre Dulaunoy 2021-07-25 09:09:53 +02:00 committed by GitHub
parent 6413749f67
commit 7d7cea0459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
"domain": { "domain": {
"description": "The domain of the search engine.", "description": "The domain of the search engine.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "link", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"Google", "Google",
"Yahoo", "Yahoo",
@ -62,5 +62,5 @@
"text" "text"
], ],
"uuid": "16b3f8d0-fd09-4812-a42c-b5aeff2d4c2e", "uuid": "16b3f8d0-fd09-4812-a42c-b5aeff2d4c2e",
"version": 1 "version": 2
} }