mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_patch",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
],
|
|
"definitions": {
|
|
"change": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"supports_expressions": false,
|
|
"$description": "translations.json#/div_patch_change_id"
|
|
},
|
|
"items": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div.json"
|
|
},
|
|
"minItems": 1,
|
|
"$description": "translations.json#/div_patch_change_items"
|
|
}
|
|
},
|
|
"required": [
|
|
"id"
|
|
]
|
|
}
|
|
},
|
|
"properties": {
|
|
"mode": {
|
|
"type": "string",
|
|
"enum": [
|
|
"transactional", "partial"
|
|
],
|
|
"default_value": "partial",
|
|
"$description": "translations.json#/div_patch_mode"
|
|
},
|
|
"changes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/change"
|
|
},
|
|
"minItems": 1,
|
|
"$description": "translations.json#/div_patch_changes"
|
|
}
|
|
},
|
|
"required": [
|
|
"changes"
|
|
]
|
|
}
|