Files
divkit/schema/div-nine-patch-background.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

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