mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
31 lines
441 B
JSON
31 lines
441 B
JSON
{
|
|
"type": "object",
|
|
"codegen": {
|
|
"kotlin": {
|
|
"properties_to_patch": [
|
|
"array"
|
|
]
|
|
}
|
|
},
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"entity_with_strict_array"
|
|
]
|
|
},
|
|
"array": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "entity.json"
|
|
},
|
|
"minItems": 1,
|
|
"strictParsing": true
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"array"
|
|
]
|
|
}
|