Skip to content

Commit 8507e8a

Browse files
committed
new: [geojson] added
1 parent 4150540 commit 8507e8a

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

objects/geojson/definition.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"attributes": {
3+
"attachment": {
4+
"description": "The GeoJSON file itself as an attachment.",
5+
"misp-attribute": "attachment",
6+
"ui-priority": 95
7+
},
8+
"description-text": {
9+
"description": "Description of the GeoJSON dataset.",
10+
"disable_correlation": true,
11+
"misp-attribute": "text",
12+
"ui-priority": 70
13+
},
14+
"feature-count": {
15+
"description": "Number of Feature elements in the GeoJSON FeatureCollection.",
16+
"disable_correlation": true,
17+
"misp-attribute": "counter",
18+
"ui-priority": 75
19+
},
20+
"filename": {
21+
"description": "Filename of the GeoJSON file.",
22+
"misp-attribute": "filename",
23+
"ui-priority": 100
24+
},
25+
"geometry-types": {
26+
"description": "Geometry types present in the GeoJSON file.",
27+
"disable_correlation": true,
28+
"misp-attribute": "text",
29+
"multiple": true,
30+
"ui-priority": 80,
31+
"values_list": [
32+
"Point",
33+
"MultiPoint",
34+
"LineString",
35+
"MultiLineString",
36+
"Polygon",
37+
"MultiPolygon",
38+
"GeometryCollection"
39+
]
40+
},
41+
"max-latitude": {
42+
"description": "Maximum latitude of the GeoJSON bounding box in WGS84.",
43+
"disable_correlation": true,
44+
"misp-attribute": "float",
45+
"ui-priority": 60
46+
},
47+
"max-longitude": {
48+
"description": "Maximum longitude of the GeoJSON bounding box in WGS84.",
49+
"disable_correlation": true,
50+
"misp-attribute": "float",
51+
"ui-priority": 60
52+
},
53+
"md5": {
54+
"description": "MD5 hash of the GeoJSON file.",
55+
"misp-attribute": "md5",
56+
"ui-priority": 70
57+
},
58+
"mime-type": {
59+
"description": "MIME type of the file, typically application/geo+json.",
60+
"disable_correlation": true,
61+
"misp-attribute": "mime-type",
62+
"ui-priority": 90
63+
},
64+
"min-latitude": {
65+
"description": "Minimum latitude of the GeoJSON bounding box in WGS84.",
66+
"disable_correlation": true,
67+
"misp-attribute": "float",
68+
"ui-priority": 60
69+
},
70+
"min-longitude": {
71+
"description": "Minimum longitude of the GeoJSON bounding box in WGS84.",
72+
"disable_correlation": true,
73+
"misp-attribute": "float",
74+
"ui-priority": 60
75+
},
76+
"name": {
77+
"description": "Name of the GeoJSON dataset.",
78+
"misp-attribute": "text",
79+
"ui-priority": 85
80+
},
81+
"sha1": {
82+
"description": "SHA1 hash of the GeoJSON file.",
83+
"misp-attribute": "sha1",
84+
"ui-priority": 70
85+
},
86+
"sha256": {
87+
"description": "SHA256 hash of the GeoJSON file.",
88+
"misp-attribute": "sha256",
89+
"ui-priority": 85
90+
},
91+
"size-in-bytes": {
92+
"description": "Size of the GeoJSON file in bytes.",
93+
"disable_correlation": true,
94+
"misp-attribute": "size-in-bytes",
95+
"ui-priority": 80
96+
},
97+
"text": {
98+
"description": "Free text comment or analyst note about the GeoJSON file.",
99+
"disable_correlation": true,
100+
"misp-attribute": "text",
101+
"ui-priority": 20
102+
}
103+
},
104+
"description": "An object to describe a GeoJSON file containing geographic data structures such as points, lines, and polygons as defined in RFC 7946.",
105+
"meta-category": "file",
106+
"name": "geojson",
107+
"requiredOneOf": [
108+
"attachment"
109+
],
110+
"uuid": "b6d67c8b-8d8c-4231-8830-7a159e5195e5",
111+
"version": 1
112+
}

0 commit comments

Comments
 (0)