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": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_seen": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_seen": {
|
||||
"type": "string"
|
||||
},
|
||||
"distribution": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -1463,6 +1469,12 @@ or parsing.
|
|||
"timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_seen": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_seen": {
|
||||
"type": "string"
|
||||
},
|
||||
"comment": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue