Skip to content

Commit ea41553

Browse files
committed
Remove test that doesn't match RFC 3339 duration grammar
Removing pending clariication in the JSON schema spec.
1 parent dee8ef7 commit ea41553

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/draft2019-09/optional/format/duration.json

-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
"data": "PT1M",
6969
"valid": true
7070
},
71-
{
72-
"description": "elements may be omitted if their value is zero",
73-
"data": "PT1H1S",
74-
"valid": true
75-
},
7671
{
7772
"description": "one and a half days, in hours",
7873
"data": "PT36H",

0 commit comments

Comments
 (0)