{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "StopGrouping", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "object", "properties": { "name": { "type": "string" }, "names": { "type": "array", "items": { "type": "string" } }, "type": { "type": "string" } } }, "polylines": { "type": "array", "items": { "$ref": "#/components/schemas/Polylines" } }, "stopIds": { "type": "array", "items": { "type": "string" } } } }