{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FundListResponse", "title": "FundListResponse", "type": "object", "properties": { "funds": { "type": "array", "items": { "$ref": "#/components/schemas/Fund" } }, "nextPageToken": { "type": "string" }, "totalCount": { "type": "integer" } } }