mirror of https://github.com/MISP/misp-rfc
parent
2137928263
commit
d29a31cfed
|
@ -1204,10 +1204,8 @@ Analyst data can be nested to describe complementary analysis on the analyst dat
|
||||||
"modified": "2024-06-25 04:40:01",
|
"modified": "2024-06-25 04:40:01",
|
||||||
"distribution": "3",
|
"distribution": "3",
|
||||||
"sharing_group_id": null,
|
"sharing_group_id": null,
|
||||||
"locked": false,
|
|
||||||
"opinion": "0",
|
"opinion": "0",
|
||||||
"comment": "Incorrect selector",
|
"comment": "Incorrect selector",
|
||||||
"note_type": 1,
|
|
||||||
"note_type_name": "Opinion",
|
"note_type_name": "Opinion",
|
||||||
"Orgc": {
|
"Orgc": {
|
||||||
"id": "2",
|
"id": "2",
|
||||||
|
@ -1259,20 +1257,23 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
#### object\_type
|
#### object\_type
|
||||||
|
|
||||||
#### authors
|
#### authors
|
||||||
|
optional
|
||||||
|
|
||||||
#### org\_uuid
|
#### org\_uuid
|
||||||
|
|
||||||
#### orgc\_uuid
|
#### orgc\_uuid
|
||||||
|
|
||||||
#### created
|
#### created
|
||||||
|
optional
|
||||||
|
|
||||||
#### modified
|
#### modified
|
||||||
|
optional
|
||||||
|
|
||||||
#### distribution
|
#### distribution
|
||||||
|
optional
|
||||||
|
|
||||||
#### sharing\_group\_id
|
#### sharing\_group\_id
|
||||||
|
optional
|
||||||
#### locked
|
|
||||||
|
|
||||||
#### opinion
|
#### opinion
|
||||||
|
|
||||||
|
@ -1298,10 +1299,8 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
"modified": "2024-06-25 04:37:03",
|
"modified": "2024-06-25 04:37:03",
|
||||||
"distribution": "3",
|
"distribution": "3",
|
||||||
"sharing_group_id": null,
|
"sharing_group_id": null,
|
||||||
"locked": false,
|
|
||||||
"note": "Note to an event",
|
"note": "Note to an event",
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"note_type": 0,
|
|
||||||
"note_type_name": "Note",
|
"note_type_name": "Note",
|
||||||
"Orgc": {
|
"Orgc": {
|
||||||
"id": "2",
|
"id": "2",
|
||||||
|
@ -1338,26 +1337,28 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
#### object\_type
|
#### object\_type
|
||||||
|
|
||||||
#### authors
|
#### authors
|
||||||
|
optional
|
||||||
|
|
||||||
#### org\_uuid
|
#### org\_uuid
|
||||||
|
|
||||||
#### orgc\_uuid
|
#### orgc\_uuid
|
||||||
|
|
||||||
#### created
|
#### created
|
||||||
|
optional
|
||||||
|
|
||||||
#### modified
|
#### modified
|
||||||
|
optional
|
||||||
|
|
||||||
#### distribution
|
#### distribution
|
||||||
|
optional
|
||||||
|
|
||||||
#### sharing\_group\_id
|
#### sharing\_group\_id
|
||||||
|
optional
|
||||||
#### locked
|
|
||||||
|
|
||||||
#### opinion
|
#### opinion
|
||||||
|
|
||||||
#### comment
|
#### comment
|
||||||
|
optional
|
||||||
#### note\_type
|
|
||||||
|
|
||||||
#### note\_type\_name
|
#### note\_type\_name
|
||||||
|
|
||||||
|
@ -1377,7 +1378,6 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
"modified": "2024-06-25 04:39:30",
|
"modified": "2024-06-25 04:39:30",
|
||||||
"distribution": "3",
|
"distribution": "3",
|
||||||
"sharing_group_id": null,
|
"sharing_group_id": null,
|
||||||
"locked": false,
|
|
||||||
"relationship_type": "relates",
|
"relationship_type": "relates",
|
||||||
"related_object_uuid": "f3290493-8f74-4220-aa04-b83408e37a0c",
|
"related_object_uuid": "f3290493-8f74-4220-aa04-b83408e37a0c",
|
||||||
"related_object_type": "Event",
|
"related_object_type": "Event",
|
||||||
|
@ -1451,14 +1451,16 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
#### orgc\_uuid
|
#### orgc\_uuid
|
||||||
|
|
||||||
#### created
|
#### created
|
||||||
|
optional
|
||||||
|
|
||||||
#### modified
|
#### modified
|
||||||
|
optional
|
||||||
|
|
||||||
#### distribution
|
#### distribution
|
||||||
|
optional
|
||||||
|
|
||||||
#### sharing\_group\_id
|
#### sharing\_group\_id
|
||||||
|
optional
|
||||||
#### locked
|
|
||||||
|
|
||||||
#### relationship\_type
|
#### relationship\_type
|
||||||
|
|
||||||
|
@ -1466,8 +1468,6 @@ uuid is represented as a JSON string. uuid **MUST** be present.
|
||||||
|
|
||||||
#### related\_object\_type
|
#### related\_object\_type
|
||||||
|
|
||||||
#### note\_type
|
|
||||||
|
|
||||||
#### note\_type\_name
|
#### note\_type\_name
|
||||||
|
|
||||||
# JSON Schema
|
# JSON Schema
|
||||||
|
|
Loading…
Reference in New Issue