Sha256: a9fc9bf4d7e16857258257fa22bcca6bdbe24c0f9e0af9e50c02f9a4ce7b2594

Contents?: true

Size: 880 Bytes

Versions: 6

Compression:

Stored size: 880 Bytes

Contents

[
    {
        "description": "format: uri-template",
        "schema": {"format": "uri-template"},
        "tests": [
            {
                "description": "a valid uri-template",
                "data": "http://example.com/dictionary/{term:1}/{term}",
                "valid": true
            },
            {
                "description": "an invalid uri-template",
                "data": "http://example.com/dictionary/{term:1}/{term",
                "valid": false
            },
            {
                "description": "a valid uri-template without variables",
                "data": "http://example.com/dictionary",
                "valid": true
            },
            {
                "description": "a valid relative uri-template",
                "data": "dictionary/{term:1}/{term}",
                "valid": true
            }
        ]
    }
]

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/uri-template.json
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft7/optional/format/uri-template.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft2019-09/optional/format/uri-template.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft7/optional/format/uri-template.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft2019-08/optional/format/uri-template.json
json_schemer-0.2.7 JSON-Schema-Test-Suite/tests/draft7/optional/format/uri-template.json