mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
31 lines
608 B
JSON
31 lines
608 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"
|
|
]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"image_url",
|
|
"type",
|
|
"insets"
|
|
]
|
|
}
|