Files
divkit/schema/div-sight-action.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

32 lines
524 B
JSON

{
"protocol_name": "div-sight-action",
"type": "object",
"codegen": {
"documentation": {
"include_in_toc": false
}
},
"allOf": [
{
"$ref": "div-action-base.json"
},
{
"properties": {
"log_limit": {
"$ref": "common.json#/non_negative_integer",
"default_value": "1",
"$description": "translations.json#/div_log_limit"
}
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"log_id"
]
}