{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RouteGroupUsageGetResponse", "title": "RouteGroupUsageGetResponse", "type": "object", "required": [ "id", "name", "inUse" ], "properties": { "id": { "type": "string", "example": "NTJiZmUxNDAtYjIwMS00NTUzLWI1OGQtMmVkNDU1NTFmYTUy", "description": "UUID of the route group associated with the Trunk." }, "name": { "type": "string", "example": "RouteGroup01", "description": "Name of the Route Group associated with the Trunk." }, "inUse": { "type": "boolean", "example": true, "description": "In use flag." } } }