mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
d1a81ca6a7
0fd13dc14c7677c595acfebbc2f7db605b2370bf
27 lines
379 B
JSON
27 lines
379 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"entity_with_array_of_enums"
|
|
]
|
|
},
|
|
"items": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"first",
|
|
"second"
|
|
]
|
|
},
|
|
"minItems": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"items"
|
|
]
|
|
}
|