fix the required part of the url

pull/125/head
Alexandre Dulaunoy 2018-10-23 20:03:58 +02:00
parent 1a1972003d
commit 3bf8c938aa
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ {
"required": [ "requiredOneOf": [
"url" "url",
"resource_path"
], ],
"attributes": { "attributes": {
"fragment": { "fragment": {
@ -95,7 +96,7 @@
"misp-attribute": "hostname" "misp-attribute": "hostname"
} }
}, },
"version": 6, "version": 7,
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.", "description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network", "meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",