mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
20 lines
272 B
JSON
20 lines
272 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"entity_with_required_property"
|
|
]
|
|
},
|
|
"property": {
|
|
"type": "string",
|
|
"minLength": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"property"
|
|
]
|
|
}
|