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

17 lines
381 B
JSON
Executable File

[
{
"description": "validation of duration strings",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"format": "duration"
},
"tests": [
{
"description": "more than one T",
"data": "PT1MT1S",
"valid": false
}
]
}
]