mirror of https://github.com/MISP/misp-objects
fix the required part of the url
parent
1a1972003d
commit
3bf8c938aa
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue