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