Files
divkit/schema/div-size-unit-value.json
grechka62 2f87a3c555 Support min/max sizes for match_parent
commit_hash:221865c0718c81e82093c88f644b4a42cde459e0
2025-07-31 14:07:00 +03:00

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"
]
}