mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
abc9aa4535
commit_hash:777a47a38d6decc550475bae6dd6565d2f1b9e0a
34 lines
706 B
JSON
34 lines
706 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_match_parent_size",
|
|
"properties": {
|
|
"weight": {
|
|
"$ref": "common.json#/positive_number",
|
|
"$description": "translations.json#/div_match_parent_size_weight"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"match_parent"
|
|
]
|
|
},
|
|
"min_size": {
|
|
"$ref": "div-size-unit-value.json",
|
|
"$description": "translations.json#/div_size_min",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
},
|
|
"max_size": {
|
|
"$ref": "div-size-unit-value.json",
|
|
"$description": "translations.json#/div_size_max",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"type"
|
|
]
|
|
}
|