chg: [core] missing first_seen/last_seen in JSON schema added

pull/35/head
Alexandre Dulaunoy 2020-01-22 10:38:41 +01:00
parent 413992447e
commit 4505f65523
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 12 additions and 0 deletions

View File

@ -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"
},