{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RouteListPatch", "title": "RouteListPatch", "type": "object", "properties": { "name": { "type": "string", "example": "New Route List", "description": "Route List new name." }, "routeGroupId": { "type": "string", "example": "NTJiZmUxNDAtYjIwMS00NTUzLWI1OGQtMmVkNDU1NTFmYTUy", "description": "New route group ID." } } }