mirror of https://github.com/MISP/misp-objects
chg: [temporal-event] fix typo in template name
parent
7c6815a469
commit
6e5db86325
|
@ -32,11 +32,11 @@
|
||||||
},
|
},
|
||||||
"description": "A temporal event consists of some temporal and spacial boundaries. Spacial boundaries can be physical, virtual or hybrid.",
|
"description": "A temporal event consists of some temporal and spacial boundaries. Spacial boundaries can be physical, virtual or hybrid.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "report",
|
"name": "temporal-event",
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"summary",
|
"summary",
|
||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"uuid": "d79f2d25-2937-44d3-a6d4-2f36f2505448",
|
"uuid": "d79f2d25-2937-44d3-a6d4-2f36f2505448",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue