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