Files
jspg/tests/fixtures/optional/format/date.json
2026-02-17 17:41:54 -05:00

17 lines
379 B
JSON
Executable File

[
{
"description": "validation of date strings",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"format": "date"
},
"tests": [
{
"description": "contains alphabets",
"data": "yyyy-mm-dd",
"valid": false
}
]
}
]