Skip to content

Commit 3d08369

Browse files
committed
Remove unused datestamp definition
1 parent 5e0df50 commit 3d08369

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

schema/CVE_Record_Format.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
8282
"minLength": 2,
8383
"maxLength": 32
8484
},
85-
"datestamp": {
86-
"description": "Date/time format based on RFC3339 and ISO ISO8601.",
87-
"type": "string",
88-
"format": "date",
89-
"pattern": "^((2000|2400|2800|(19|2[0-9](0[48]|[2468][048]|[13579][26])))-02-29)|(((19|2[0-9])[0-9]{2})-02-(0[1-9]|1[0-9]|2[0-8]))|(((19|2[0-9])[0-9]{2})-(0[13578]|10|12)-(0[1-9]|[12][0-9]|3[01]))|(((19|2[0-9])[0-9]{2})-(0[469]|11)-(0[1-9]|[12][0-9]|30))$"
90-
},
9185
"timestamp": {
9286
"type": "string",
9387
"description": "Date/time format based on RFC3339 and ISO ISO8601, with an optional timezone in the format 'yyyy-MM-ddTHH:mm:ss[+-]ZH:ZM'. If timezone offset is not given, GMT (+00:00) is assumed.",

0 commit comments

Comments
 (0)