{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/getUserDailyGainResponse.json", "title": "getUserDailyGainResponse", "oneOf": [ { "type": "array", "items": { "$ref": "#/components/schemas/gainEntry" } }, { "type": "object", "properties": { "gain": { "type": "number" } } } ] }