1{
2  "attributes": {
3    "alias": {
4      "description": "Alias name or known as.",
5      "misp-attribute": "text",
6      "multiple": true,
7      "ui-priority": 0
8    },
9    "charges": {
10      "description": "Charges published as provided by requesting entity",
11      "disable_correlation": true,
12      "misp-attribute": "text",
13      "multiple": true,
14      "ui-priority": 0
15    },
16    "colour-of-eyes": {
17      "description": "Description of a person's colour of eyes.",
18      "disable_correlation": true,
19      "misp-attribute": "text",
20      "ui-priority": 0
21    },
22    "colour-of-hair": {
23      "description": "Description of a person's colour of hair.",
24      "disable_correlation": true,
25      "misp-attribute": "text",
26      "ui-priority": 0
27    },
28    "date-of-birth": {
29      "description": "Date of birth of a natural person (in YYYY-MM-DD format).",
30      "misp-attribute": "date-of-birth",
31      "ui-priority": 0
32    },
33    "date-of-disappearance": {
34      "description": "Date of disappearance of a missing person.",
35      "misp-attribute": "text",
36      "ui-priority": 0
37    },
38    "distinguishing-marks-and-characteristics": {
39      "description": "Distinguishing marks and characteristics of a person.",
40      "disable_correlation": true,
41      "misp-attribute": "text",
42      "ui-priority": 0
43    },
44    "father-s-family-name-&-forename": {
45      "description": "Father's family name & forename.",
46      "misp-attribute": "text",
47      "ui-priority": 0
48    },
49    "forename": {
50      "description": "First name of a natural person.",
51      "disable_correlation": true,
52      "misp-attribute": "first-name",
53      "ui-priority": 0
54    },
55    "height": {
56      "description": "Height of a person.",
57      "disable_correlation": true,
58      "misp-attribute": "text",
59      "ui-priority": 0
60    },
61    "language-spoken": {
62      "description": "Languages spoken by a person.",
63      "disable_correlation": true,
64      "misp-attribute": "text",
65      "multiple": true,
66      "ui-priority": 0
67    },
68    "mother-s-family-name-&-forename": {
69      "description": "Mother's family name & forename.",
70      "misp-attribute": "text",
71      "ui-priority": 0
72    },
73    "nationality": {
74      "description": "The nationality of a natural person.",
75      "disable_correlation": true,
76      "misp-attribute": "nationality",
77      "multiple": true,
78      "ui-priority": 0
79    },
80    "notice-color": {
81      "description": "The color/type of the notice",
82      "misp-attribute": "text",
83      "sane_default": [
84        "Red",
85        "Yellow",
86        "Blue",
87        "Black",
88        "Green",
89        "Orange",
90        "Purple"
91      ],
92      "ui-priority": 1
93    },
94    "place-of-birth": {
95      "description": "Place of birth of a natural person.",
96      "disable_correlation": true,
97      "misp-attribute": "place-of-birth",
98      "ui-priority": 0
99    },
100    "place-of-disappearance": {
101      "description": "Place of birth of a natural person.",
102      "misp-attribute": "text",
103      "ui-priority": 0
104    },
105    "portrait": {
106      "description": "Portrait of the person.",
107      "misp-attribute": "attachment",
108      "multiple": true,
109      "ui-priority": 10
110    },
111    "present-family-name": {
112      "description": "Last name of a natural person.",
113      "misp-attribute": "last-name",
114      "ui-priority": 0
115    },
116    "sex": {
117      "description": "The gender of a natural person.",
118      "disable_correlation": true,
119      "misp-attribute": "gender",
120      "ui-priority": 0,
121      "values_list": [
122        "Male",
123        "Female",
124        "Other",
125        "Prefer not to say"
126      ]
127    },
128    "weight": {
129      "description": "weight of a person.",
130      "disable_correlation": true,
131      "misp-attribute": "text",
132      "ui-priority": 0
133    }
134  },
135  "description": "An object which describes a Interpol notice.",
136  "meta-category": "misc",
137  "name": "interpol-notice",
138  "required": [
139    "notice-color"
140  ],
141  "uuid": "24927972-1e4a-11e9-857e-3b2306b99911",
142  "version": 1
143}