Files
2022-11-07 16:02:08 +03:00

21 lines
357 B
JSON

{
"type": "object",
"$description": "translations.json#/div_blur",
"properties": {
"radius": {
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_blur_radius"
},
"type": {
"type": "string",
"enum": [
"blur"
]
}
},
"required": [
"radius",
"type"
]
}