Files
YGChatCS/node_modules/lottie-web/docs/json/helpers/boolean.json
2025-06-29 23:41:37 +08:00

15 lines
207 B
JSON

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