1{
2  "attributes": {
3    "date-first-registration": {
4      "description": "Date of first registration",
5      "misp-attribute": "text",
6      "multiple": true,
7      "ui-priority": 0
8    },
9    "description": {
10      "description": "Description of the vehicle",
11      "disable_correlation": true,
12      "misp-attribute": "text",
13      "ui-priority": 1
14    },
15    "dyno-power": {
16      "description": "Dyno power output",
17      "misp-attribute": "text",
18      "multiple": true,
19      "ui-priority": 0
20    },
21    "exterior color": {
22      "description": "Exterior color of the vehicule",
23      "disable_correlation": true,
24      "misp-attribute": "text",
25      "ui-priority": 0
26    },
27    "gearbox": {
28      "description": "Gearbox",
29      "misp-attribute": "text",
30      "multiple": true,
31      "ui-priority": 0
32    },
33    "image": {
34      "description": "Image of the vehicle.",
35      "misp-attribute": "attachment",
36      "multiple": true,
37      "ui-priority": 0
38    },
39    "image-url": {
40      "description": "Image URL",
41      "misp-attribute": "text",
42      "multiple": true,
43      "ui-priority": 0
44    },
45    "indicative-value": {
46      "description": "Indicative value",
47      "misp-attribute": "text",
48      "multiple": true,
49      "ui-priority": 0
50    },
51    "interior color": {
52      "description": "Interior color of the vehicule",
53      "disable_correlation": true,
54      "misp-attribute": "text",
55      "ui-priority": 0
56    },
57    "license-plate-number": {
58      "description": "License plate number",
59      "misp-attribute": "text",
60      "multiple": true,
61      "ui-priority": 0
62    },
63    "make": {
64      "description": "Manufacturer of the vehicle",
65      "disable_correlation": true,
66      "misp-attribute": "text",
67      "ui-priority": 0
68    },
69    "model": {
70      "description": "Model of the vehicle",
71      "disable_correlation": true,
72      "misp-attribute": "text",
73      "ui-priority": 0
74    },
75    "state": {
76      "description": "State of the vehicule (stolen or recovered)",
77      "disable_correlation": true,
78      "misp-attribute": "text",
79      "ui-priority": 0
80    },
81    "type": {
82      "description": "Type of the vehicule",
83      "disable_correlation": true,
84      "misp-attribute": "text",
85      "sane_default": [
86        "car",
87        "bus",
88        "caravan",
89        "bicycle",
90        "boat",
91        "taxi",
92        "camper van",
93        "motorcycle",
94        "truck",
95        "scooter",
96        "tractor",
97        "trailer",
98        "van"
99      ],
100      "ui-priority": 0
101    },
102    "vin": {
103      "description": "Vehicle identification number (VIN)",
104      "misp-attribute": "text",
105      "ui-priority": 0
106    }
107  },
108  "description": "Vehicle object template to describe a vehicle information and registration",
109  "meta-category": "misc",
110  "name": "vehicle",
111  "requiredOneOf": [
112    "description",
113    "make",
114    "model",
115    "license-plate-number",
116    "vin",
117    "dyno-power",
118    "date-first-registration",
119    "image-url",
120    "gearbox",
121    "exterior color",
122    "interior color",
123    "type",
124    "state",
125    "indicative-value"
126  ],
127  "uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",
128  "version": 3
129}