mirror of https://github.com/MISP/misp-rfc
chg: [core] missing first_seen/last_seen in JSON schema added
parent
413992447e
commit
4505f65523
|
@ -1296,6 +1296,12 @@ or parsing.
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"first_seen": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"last_seen": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"distribution": {
|
"distribution": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -1463,6 +1469,12 @@ or parsing.
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"first_seen": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"last_seen": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue