2017-09-14 07:49:50 +02:00
{
"requiredOneOf" : [
"first-name" ,
2019-01-11 15:02:06 +01:00
"last-name" ,
"alias"
2017-09-14 07:49:50 +02:00
] ,
"attributes" : {
"text" : {
"description" : "A description of the person or identity." ,
"disable_correlation" : true ,
"ui-priority" : 1 ,
"misp-attribute" : "text"
} ,
"last-name" : {
"description" : "Last name of a natural person." ,
"ui-priority" : 0 ,
"misp-attribute" : "last-name"
} ,
"middle-name" : {
2018-01-22 14:16:46 +01:00
"description" : "Middle name of a natural person." ,
2017-09-14 07:49:50 +02:00
"ui-priority" : 0 ,
"misp-attribute" : "middle-name"
} ,
"first-name" : {
"description" : "First name of a natural person." ,
"ui-priority" : 0 ,
2018-01-22 14:16:46 +01:00
"misp-attribute" : "first-name" ,
"disable_correlation" : true
} ,
"mothers-name" : {
"description" : "Mother name, father, second name or other names following country's regulation." ,
"ui-priority" : 1 ,
"misp-attribute" : "text"
} ,
"title" : {
"description" : "Title of the natural person such as Dr. or equivalent." ,
"ui-priority" : 0 ,
"misp-attribute" : "text" ,
"disable_correlation" : true
} ,
"alias" : {
"description" : "Alias name or known as." ,
"ui-priority" : 0 ,
"misp-attribute" : "text" ,
"multiple" : true
2017-09-14 07:49:50 +02:00
} ,
"date-of-birth" : {
"description" : "Date of birth of a natural person (in YYYY-MM-DD format)." ,
"ui-priority" : 0 ,
"misp-attribute" : "date-of-birth"
} ,
"place-of-birth" : {
"description" : "Place of birth of a natural person." ,
"ui-priority" : 0 ,
2018-01-22 14:16:46 +01:00
"misp-attribute" : "place-of-birth" ,
"disable_correlation" : true
2017-09-14 07:49:50 +02:00
} ,
"gender" : {
"description" : "The gender of a natural person." ,
"ui-priority" : 0 ,
"misp-attribute" : "gender" ,
2017-09-17 12:43:09 +02:00
"values_list" : [
2017-09-14 07:49:50 +02:00
"Male" ,
"Female" ,
"Other" ,
"Prefer not to say"
2018-01-22 14:16:46 +01:00
] ,
"disable_correlation" : true
2017-09-14 07:49:50 +02:00
} ,
2018-02-05 14:18:21 +01:00
"identity-card-number" : {
2018-02-05 09:26:50 +01:00
"description" : "The identity card number of a natural person." ,
"ui-priority" : 0 ,
2018-02-05 14:18:21 +01:00
"misp-attribute" : "identity-card-number"
2018-02-05 09:26:50 +01:00
} ,
2017-09-14 07:49:50 +02:00
"passport-number" : {
"description" : "The passport number of a natural person." ,
"ui-priority" : 0 ,
"misp-attribute" : "passport-number"
} ,
"passport-country" : {
"description" : "The country in which the passport was issued." ,
"ui-priority" : 0 ,
2018-01-22 14:16:46 +01:00
"misp-attribute" : "passport-country" ,
"disable_correlation" : true
2017-09-14 07:49:50 +02:00
} ,
"passport-expiration" : {
"description" : "The expiration date of a passport." ,
"ui-priority" : 0 ,
2018-01-22 14:16:46 +01:00
"misp-attribute" : "passport-expiration" ,
"disable_correlation" : true
2017-09-14 07:49:50 +02:00
} ,
"redress-number" : {
"description" : "The Redress Control Number is the record identifier for people who apply for redress through the DHS Travel Redress Inquiry Program (DHS TRIP). DHS TRIP is for travelers who have been repeatedly identified for additional screening and who want to file an inquiry to have erroneous information corrected in DHS systems." ,
"ui-priority" : 0 ,
"misp-attribute" : "redress-number"
} ,
2018-01-22 14:16:46 +01:00
"social-security-number" : {
2018-10-23 08:43:35 +02:00
"description" : "Social security number." ,
2018-01-22 14:16:46 +01:00
"ui-priority" : 0 ,
"misp-attribute" : "text"
} ,
2018-12-04 15:39:51 +01:00
"birth-certificate-number" : {
"description" : "Birth Certificate Number" ,
"ui-priority" : 0 ,
"misp-attribute" : "text"
} ,
"ofac-identification-number" : {
"description" : "ofac-identification Number" ,
"ui-priority" : 0 ,
"misp-attribute" : "text"
} ,
2017-09-14 07:49:50 +02:00
"nationality" : {
"description" : "The nationality of a natural person." ,
"ui-priority" : 0 ,
2018-01-22 14:16:46 +01:00
"misp-attribute" : "nationality" ,
"multiple" : true ,
"disable_correlation" : true
2018-10-23 08:43:35 +02:00
} ,
"nic-hdl" : {
"description" : "NIC Handle (Network Information Centre handle) of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "text" ,
"multiple" : true
} ,
"phone-number" : {
"description" : "Phone number of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "phone-number" ,
"multiple" : true
} ,
"fax-number" : {
"description" : "Fax number of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "phone-number" ,
"multiple" : true
} ,
"address" : {
"description" : "Postal address of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "text" ,
"multiple" : true
} ,
"e-mail" : {
"description" : "Email address of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "email-src" ,
"multiple" : true
2018-12-21 20:28:24 +01:00
} ,
"portrait" : {
"description" : "Portrait of the person." ,
"ui-priority" : 10 ,
"misp-attribute" : "attachment" ,
"multiple" : true
2017-09-14 07:49:50 +02:00
}
} ,
2019-01-11 15:03:11 +01:00
"version" : 7 ,
2018-02-05 16:10:23 +01:00
"description" : "An object which describes a person or an identity." ,
2017-09-14 07:49:50 +02:00
"meta-category" : "misc" ,
"uuid" : "a15b0477-e9d1-4b9c-9546-abe78a4f4248" ,
"name" : "person"
}