mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
27 lines
518 B
JSON
27 lines
518 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_pivot_fixed_short",
|
|
"properties": {
|
|
"value": {
|
|
"type": "integer",
|
|
"$description": "translations.json#/div_pivot_fixed_value"
|
|
},
|
|
"unit": {
|
|
"$ref": "div-size-unit.json",
|
|
"$description": "translations.json#/div_pivot_fixed_unit",
|
|
"default_value": "dp"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"pivot-fixed"
|
|
]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|