mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
abd997bf3d
commit_hash:a4ed6e0a2df2ae78420a3828da105b083649b129
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_extension",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"properties": {
|
|
"id": {
|
|
"$ref": "common.json#/id",
|
|
"$description": "translations.json#/div_extension_id"
|
|
},
|
|
"params": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"supports_expressions": false,
|
|
"$description": "translations.json#/div_extension_params"
|
|
}
|
|
},
|
|
"required": [
|
|
"id"
|
|
]
|
|
}
|