diff --git a/objects/person/definition.json b/objects/person/definition.json index 2392889..b2837b7 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -46,6 +46,11 @@ "misp-attribute": "first-name", "ui-priority": 98 }, + "full-name": { + "description": "Full name of a natural person usually composed of first-name, middle-name and last-name.", + "misp-attribute": "full-name", + "ui-priority": 100 + }, "gender": { "description": "The gender of a natural person.", "disable_correlation": true, @@ -190,8 +195,9 @@ "requiredOneOf": [ "first-name", "last-name", + "full-name", "alias" ], "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", - "version": 10 + "version": 11 } \ No newline at end of file diff --git a/schema_objects.json b/schema_objects.json index 1a12358..ec309a2 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -108,6 +108,7 @@ "first-name", "float", "frequent-flyer-number", + "full-name", "gender", "gene", "git-commit-id",