{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "fundHoldingsResponse", "type": "object", "description": "fundHolding response", "properties": { "data": { "type": "array", "description": "Array of Fund holdings" } } }