{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/WrappedDataCompanyBoardAppointmentDetails.json", "title": "WrappedDataCompanyBoardAppointmentDetails", "type": "object", "properties": { "accessToken": { "$ref": "#/components/schemas/AccessTokenResponse" }, "data": { "$ref": "#/components/schemas/CompanyBoardAppointmentDetails" } } }