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

16 lines
243 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "Above",
"const": 1
},
{
"standsFor": "Below",
"const": 2
}
],
"default": 1
}