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

16 lines
221 B
JSON

{
"type": "string",
"$description": "translations.json#/div_evaluable_type",
"enum": [
"string",
"integer",
"number",
"boolean",
"datetime",
"color",
"url",
"dict",
"array"
]
}