chg: [person] Spanish IDs added (NIE, NIF and DNI)

pull/158/head
Alexandre Dulaunoy 2019-03-15 14:36:12 +01:00
parent 59f8621fe2
commit 047595ddeb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 19 additions and 1 deletions

View File

@ -140,6 +140,24 @@
"misp-attribute": "text",
"multiple": true
},
"dni": {
"description": "Spanish National ID",
"ui-priority": 10,
"misp-attribute": "text",
"multiple": true
},
"nie": {
"description": "Foreign National ID (Spain)",
"ui-priority": 10,
"misp-attribute": "text",
"multiple": true
},
"nif": {
"description": "Tax ID Number (Spain)",
"ui-priority": 10,
"misp-attribute": "text",
"multiple": true
},
"e-mail": {
"description": "Email address of the person.",
"ui-priority": 10,
@ -169,7 +187,7 @@
"disable_correlation": true
}
},
"version": 8,
"version": 9,
"description": "An object which describes a person or an identity.",
"meta-category": "misc",
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",