{
"components": {
"schemas": {
"LineMapEntity": {
"allOf": [
"$ref": "#/components/schemas/MapEntity"
},
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"virtual_wall"
]
}