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