Files
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

31 lines
553 B
JSON

{
"templates": {
"t_0": {
"type": "entity_with_array",
"$array": "link"
}
},
"entity": {
"type": "t_0",
"link": [
{
"type": "entity_with_array",
"array": [
{
"type": "entity_with_complex_property",
"property": {
"value": "https://ya.ru"
}
},
{
"type": "entity_with_complex_property",
"property": {
"value": "https://ya.ru"
}
}
]
}
]
}
}