mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-07-09 16:05:11 +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": {
|
"properties": {
|
||||||
"organization": { "type": "string" },
|
"organization": { "type": "string" },
|
||||||
"comment": { "type": "string" },
|
"comment": { "type": "string" },
|
||||||
"lastModified": { "type": "string", "format": "date-time" }
|
"lastModified": { "type": "string", "format": "iso-date-time" }
|
||||||
},
|
},
|
||||||
"required": ["organization", "comment", "lastModified"],
|
"required": ["organization", "comment", "lastModified"],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@ -153,8 +153,8 @@
|
|||||||
"id": { "$ref": "#/definitions/cve_id" },
|
"id": { "$ref": "#/definitions/cve_id" },
|
||||||
"sourceIdentifier": { "type": "string" },
|
"sourceIdentifier": { "type": "string" },
|
||||||
"vulnStatus": { "type": "string" },
|
"vulnStatus": { "type": "string" },
|
||||||
"published": { "type": "string", "format": "date-time" },
|
"published": { "type": "string", "format": "iso-date-time" },
|
||||||
"lastModified": { "type": "string", "format": "date-time" },
|
"lastModified": { "type": "string", "format": "iso-date-time" },
|
||||||
"evaluatorComment": { "type": "string" },
|
"evaluatorComment": { "type": "string" },
|
||||||
"evaluatorSolution": { "type": "string" },
|
"evaluatorSolution": { "type": "string" },
|
||||||
"evaluatorImpact": { "type": "string" },
|
"evaluatorImpact": { "type": "string" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user