mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
15 lines
384 B
JSON
15 lines
384 B
JSON
[
|
|
{
|
|
"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": false
|
|
}
|
|
]
|
|
}
|
|
]
|