mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
22 lines
460 B
JSON
22 lines
460 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"
|
|
]
|
|
}
|
|
}
|
|
}
|