Sha256: 1b6e5341ed9f0d77fb94c7791a2a6404e8ef88c069e84783930c813d460ef3b7

Contents?: true

Size: 374 Bytes

Versions: 9

Compression:

Stored size: 374 Bytes

Contents

[
    {
        "description": "some languages do not distinguish between different types of numeric value",
        "schema": {
            "type": "integer"
        },
        "tests": [
            {
                "description": "a float without fractional part is an integer",
                "data": 1.0,
                "valid": true
            }
        ]
    }
]

Version data entries

9 entries across 3 versions & 1 rubygems

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