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

16 lines
228 B
JSON

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