Files
divkit/schema/div-radial-gradient-fixed-center.json
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

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