mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
201be941c9
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_radial_gradient_fixed_center",
|
|
"properties": {
|
|
"value": {
|
|
"type": "integer",
|
|
"$description": "translations.json#/div_radial_gradient_fixed_center_value"
|
|
},
|
|
"unit": {
|
|
"$ref": "div-size-unit.json",
|
|
"$description": "translations.json#/div_fixed_size_unit",
|
|
"default_value": "dp"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"fixed"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"value",
|
|
"type"
|
|
]
|
|
}
|