mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_extension",
|
|
"properties": {
|
|
"id": {
|
|
"$ref": "common.json#/non_empty_string",
|
|
"supports_expressions": false,
|
|
"$description": "translations.json#/div_extension_id"
|
|
},
|
|
"params": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"$description": "translations.json#/div_extension_params"
|
|
}
|
|
},
|
|
"required": [
|
|
"id"
|
|
]
|
|
}
|