Files
divkit/schema/div-transformation.json
gulevsky 42762e6f31 rename div-transfirmation variants
commit_hash:357c52a0afcf287b0045cfe6779eab2756c3c6e6
2025-09-24 13:27:51 +03:00

13 lines
294 B
JSON

{
"anyOf": [
{
"$ref": "div-rotation-transformation.json",
"$description": "translations.json#/div_transformation_rotation"
},
{
"$ref": "div-translation-transformation.json",
"$description": "translations.json#/div_transformation_translation"
}
]
}