{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RouteGroupUsageRouteListItem", "title": "RouteGroupUsageRouteListItem", "type": "object", "required": [ "id", "name", "locationId", "locationName" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvOTljNjJkMGQtNmFhYi00NGQ0LWE0ZTctZjk0MjQ4OWVhMWJj", "description": "Route list ID." }, "name": { "type": "string", "example": "routeListName", "description": "Route list name." }, "locationId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg", "description": "Location ID for route list." }, "locationName": { "type": "string", "example": "locationName", "description": "Location name for route list." } } }