Sha256: 2205e4879fd0f26faf6ffd08dc4fd31ffa4dc41659aa69a0b2b6f8a376f846b1

Contents?: true

Size: 619 Bytes

Versions: 6

Compression:

Stored size: 619 Bytes

Contents

[
    {
        "description": "validation of date strings",
        "schema": {"format": "date"},
        "tests": [
            {
                "description": "a valid date string",
                "data": "1963-06-19",
                "valid": true
            },
            {
                "description": "an invalid date-time string",
                "data": "06/19/1963",
                "valid": false
            },
            {
                "description": "only RFC3339 not all of ISO 8601 are valid",
                "data": "2013-350",
                "valid": false
            }
        ]
    }
]

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/date.json
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/date.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft2019-08/optional/format/date.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json