summaryrefslogtreecommitdiff
path: root/json/tests/draft3/optional/format/time.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft3/optional/format/time.json')
-rw-r--r--json/tests/draft3/optional/format/time.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/json/tests/draft3/optional/format/time.json b/json/tests/draft3/optional/format/time.json
deleted file mode 100644
index 36c823e..0000000
--- a/json/tests/draft3/optional/format/time.json
+++ /dev/null
@@ -1,18 +0,0 @@
-[
- {
- "description": "validation of time strings",
- "schema": { "format": "time" },
- "tests": [
- {
- "description": "a valid time string",
- "data": "08:30:06",
- "valid": true
- },
- {
- "description": "an invalid time string",
- "data": "8:30 AM",
- "valid": false
- }
- ]
- }
-]