The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[
    {
        "description": "some languages do not distinguish between different types of numeric value",
        "schema": {
            "type": "integer"
        },
        "tests": [
            {
                "description": "a float is not an integer even without fractional part",
                "data": 1.0,
                "valid": true
            }
        ]
    }
]