{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LinksObjectForBreakoutSessions", "title": "LinksObjectForBreakoutSessions", "type": "object", "required": [ "rel", "href", "method" ], "properties": { "rel": { "type": "string", "example": "breakoutSessions", "description": "Link relation describing how the target resource is related to the current context (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))." }, "href": { "type": "string", "example": "/api/v1/meetings/2c87cf8ece4e414a9fe5516e4a0aac76/breakoutSessions", "description": "Target resource URI (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))." }, "method": { "type": "string", "example": "GET", "description": "Target resource method (conforming with [RFC5998](https://tools.ietf.org/html/rfc5988))." } } }