mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
2f87a3c555
commit_hash:221865c0718c81e82093c88f644b4a42cde459e0
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"$description": "translations.json#/div_fixed_size_value"
|
|
},
|
|
"unit": {
|
|
"$ref": "div-size-unit.json",
|
|
"$description": "translations.json#/div_size_unit",
|
|
"default_value": "dp"
|
|
}
|
|
},
|
|
"required": [
|
|
"value"
|
|
]
|
|
}
|