mirror of https://github.com/MISP/misp-objects
fix: JQed ip-api-address template
parent
8137a58f48
commit
141a0c8d41
|
@ -4,7 +4,6 @@
|
|||
"description": "IP Address information. Useful if you are pulling your ip information from ip-api.com",
|
||||
"version": 1,
|
||||
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
|
||||
|
||||
"attributes": {
|
||||
"ip-src": {
|
||||
"description": "Source IP address of the network connection.",
|
||||
|
@ -86,5 +85,7 @@
|
|||
"misp-attribute": "datetime"
|
||||
}
|
||||
},
|
||||
"requiredOneOf": [ "ip-src"]
|
||||
}
|
||||
"requiredOneOf": [
|
||||
"ip-src"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue