Skip to content

Commit

Permalink
tests: format must not be asserted in >=2019
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Nov 22, 2022
1 parent 1b5828a commit 88cb130
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testdata/tests/draft2019/format.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"description": "format must not be asserted",
"schema": {
"type": "string",
"format": "time"
},
"tests": [
{
"description": "invalid time",
"data": "abcdef",
"valid": true
}
]
}
]

0 comments on commit 88cb130

Please sign in to comment.