Files
divkit/test_data/test_schema/entity.json
T
grechka62 87ac4287b9 Fix list of expressions generating
Fix list of expressions generating

Add generator tests for arrays
2022-10-11 13:50:41 +03:00

62 lines
1.3 KiB
JSON

{
"anyOf": [
{
"$ref": "entity_with_array.json"
},
{
"$ref": "entity_with_array_of_enums.json"
},
{
"$ref": "entity_with_array_of_expressions.json"
},
{
"$ref": "entity_with_array_of_nested_items.json"
},
{
"$ref": "entity_with_array_with_transform.json"
},
{
"$ref": "entity_with_complex_property.json"
},
{
"$ref": "entity_with_complex_property_with_default_value.json"
},
{
"$ref": "entity_with_entity_property.json"
},
{
"$ref": "entity_with_optional_complex_property.json"
},
{
"$ref": "entity_with_optional_property.json"
},
{
"$ref": "entity_with_optional_string_enum_property.json"
},
{
"$ref": "entity_with_property_with_default_value.json"
},
{
"$ref": "entity_with_required_property.json"
},
{
"$ref": "entity_with_simple_properties.json"
},
{
"$ref": "entity_with_strict_array.json"
},
{
"$ref": "entity_with_string_array_property.json"
},
{
"$ref": "entity_with_string_enum_property.json"
},
{
"$ref": "entity_with_string_enum_property_with_default_value.json"
},
{
"$ref": "entity_without_properties.json"
}
]
}