mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
24 lines
409 B
JSON
24 lines
409 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_point",
|
|
"properties": {
|
|
"x": {
|
|
"$ref": "div-dimension.json",
|
|
"$description": "translations.json#/div_point_x"
|
|
},
|
|
"y": {
|
|
"$ref": "div-dimension.json",
|
|
"$description": "translations.json#/div_point_y"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"x",
|
|
"y"
|
|
]
|
|
}
|