mirror of https://github.com/MISP/misp-objects
chg: [doc] example was broken
parent
8d005061f3
commit
12fc65cc67
|
@ -11,7 +11,6 @@ Feel free to propose your own MISP objects to be included in MISP. The system is
|
||||||
## Format of MISP objects
|
## Format of MISP objects
|
||||||
|
|
||||||
~~~~json
|
~~~~json
|
||||||
{
|
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"domain": {
|
"domain": {
|
||||||
|
@ -80,7 +79,6 @@ Feel free to propose your own MISP objects to be included in MISP. The system is
|
||||||
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
||||||
"version": 8
|
"version": 8
|
||||||
}
|
}
|
||||||
}
|
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
A MISP object is described in a simple JSON file containing the following element.
|
A MISP object is described in a simple JSON file containing the following element.
|
||||||
|
|
Loading…
Reference in New Issue