{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PublicAggregatedInfoResponse.json", "title": "PublicAggregatedInfoResponse", "type": "object", "description": "Container for the aggregated user information response", "properties": { "users": { "type": "array", "description": "Array of user profiles with their associated information", "items": { "$ref": "#/components/schemas/PublicAggregatedInfoUser" } } } }