mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
d1a81ca6a7
0fd13dc14c7677c595acfebbc2f7db605b2370bf
34 lines
463 B
JSON
34 lines
463 B
JSON
{
|
|
"type": "object",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"entity_with_array"
|
|
]
|
|
},
|
|
"array": {
|
|
"type": "array",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
],
|
|
"items": {
|
|
"$ref": "entity.json"
|
|
},
|
|
"minItems": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"array"
|
|
]
|
|
}
|