mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
25 lines
426 B
JSON
25 lines
426 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_dimension",
|
|
"codegen": {
|
|
"divan": {
|
|
"forced_properties_order": [
|
|
"value"
|
|
]
|
|
}
|
|
},
|
|
"properties": {
|
|
"value": {
|
|
"type": "number",
|
|
"$description": "translations.json#/div_dimension_value"
|
|
},
|
|
"unit": {
|
|
"$ref": "div-size-unit.json",
|
|
"default_value": "dp"
|
|
}
|
|
},
|
|
"required": [
|
|
"value"
|
|
]
|
|
}
|