mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
26 lines
550 B
JSON
26 lines
550 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_nine_patch_background",
|
|
"properties": {
|
|
"image_url": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_image_background_image_url"
|
|
},
|
|
"insets": {
|
|
"$ref": "div-absolute-edge-insets.json",
|
|
"$description": "translations.json#/div_nine_patch_background_insets"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"nine_patch_image"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"image_url",
|
|
"type",
|
|
"insets"
|
|
]
|
|
}
|