Files
divkit/schema/div-function-argument.json
burstein 70105b69f9 Added div-functions scheme
213b4ad65d5c854bae8c38126a476d5ad619382c
2024-09-11 01:21:26 +03:00

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