mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-06 10:42:17 +00:00
cve 2.0 schema validation: change date-time format to iso-date-time
This commit is contained in:
parent
658d802b0a
commit
400f06b848
@ -85,7 +85,7 @@
|
||||
"properties": {
|
||||
"organization": { "type": "string" },
|
||||
"comment": { "type": "string" },
|
||||
"lastModified": { "type": "string", "format": "date-time" }
|
||||
"lastModified": { "type": "string", "format": "iso-date-time" }
|
||||
},
|
||||
"required": ["organization", "comment", "lastModified"],
|
||||
"additionalProperties": false
|
||||
@ -153,8 +153,8 @@
|
||||
"id": { "$ref": "#/definitions/cve_id" },
|
||||
"sourceIdentifier": { "type": "string" },
|
||||
"vulnStatus": { "type": "string" },
|
||||
"published": { "type": "string", "format": "date-time" },
|
||||
"lastModified": { "type": "string", "format": "date-time" },
|
||||
"published": { "type": "string", "format": "iso-date-time" },
|
||||
"lastModified": { "type": "string", "format": "iso-date-time" },
|
||||
"evaluatorComment": { "type": "string" },
|
||||
"evaluatorSolution": { "type": "string" },
|
||||
"evaluatorImpact": { "type": "string" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user