Files
divkit/schema/div-nine-patch-background.json
T
2022-10-19 15:10:31 +03:00

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