mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
70105b69f9
213b4ad65d5c854bae8c38126a476d5ad619382c
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_function_argument",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_function_argument_name",
|
|
"supports_expressions": false
|
|
},
|
|
"type": {
|
|
"$ref": "div-evaluable-type.json",
|
|
"$description": "translations.json#/div_function_argument_type",
|
|
"supports_expressions": false
|
|
}
|
|
},
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
]
|
|
}
|