Files
Tiber365/node_modules/lottie-web/docs/json/helpers/boolean.json
2025-05-16 00:17:42 +02:00

15 lines
221 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": false,
"const": 0
},
{
"standsFor": true,
"const": 1
}
]
}