Files
divkit/schema/div-pivot-fixed.json
pkurchatov 172c2aa44d div-pivot-fixed.value is required property
commit_hash:71d1db2fddf9d87815702fb9771e10452c6eba2f
2026-04-03 01:00:37 +03:00

31 lines
563 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"
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"value"
]
}