From 9b84576442c82259104814404f21264f1f94a790 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 21 Dec 2018 20:41:45 +0100 Subject: [PATCH] add: [facial-composite] new facial composite object --- objects/facial-composite/definition.json | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 objects/facial-composite/definition.json diff --git a/objects/facial-composite/definition.json b/objects/facial-composite/definition.json new file mode 100644 index 0000000..585f4ee --- /dev/null +++ b/objects/facial-composite/definition.json @@ -0,0 +1,39 @@ +{ + "requiredOneOf": [ + "facial-composite", + "text" + ], + "attributes": { + "text": { + "description": "A description of the facial composite.", + "disable_correlation": true, + "ui-priority": 1, + "misp-attribute": "text" + }, + "technique": { + "description": "Construction technique of the facial composite.", + "ui-priority": 0, + "misp-attribute": "text", + "values_list": [ + "E-FIT", + "PROfit", + "Sketch", + "Photofit", + "EvoFIT", + "PortraitPad" + ], + "disable_correlation": true + }, + "facial-composite": { + "description": "Facial composite image.", + "ui-priority": 10, + "misp-attribute": "attachment", + "multiple": true + } + }, + "version": 1, + "description": "An object which describes a facial composite.", + "meta-category": "misc", + "uuid": "d727bc27-d1b9-4754-972c-dea305bd5976", + "name": "facial-composite" +}