{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/AssetsHistoryResponse.json", "title": "AssetsHistoryResponse", "type": "object", "required": [ "userName", "results" ], "properties": { "userName": { "type": "string", "description": "Echoes the requested username." }, "results": { "type": "array", "items": { "$ref": "#/components/schemas/AssetsHistoryEntry" } } } }