fix: JQed ip-api-address template

pull/122/head
chrisr3d 2018-10-11 09:14:08 +02:00
parent 8137a58f48
commit 141a0c8d41
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 91 additions and 90 deletions

View File

@ -4,7 +4,6 @@
"description": "IP Address information. Useful if you are pulling your ip information from ip-api.com", "description": "IP Address information. Useful if you are pulling your ip information from ip-api.com",
"version": 1, "version": 1,
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b", "uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
"attributes": { "attributes": {
"ip-src": { "ip-src": {
"description": "Source IP address of the network connection.", "description": "Source IP address of the network connection.",
@ -86,5 +85,7 @@
"misp-attribute": "datetime" "misp-attribute": "datetime"
} }
}, },
"requiredOneOf": [ "ip-src"] "requiredOneOf": [
} "ip-src"
]
}