mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
172c2aa44d
commit_hash:71d1db2fddf9d87815702fb9771e10452c6eba2f
31 lines
563 B
JSON
31 lines
563 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"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"value"
|
|
]
|
|
}
|