{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/GainPoint.json", "title": "GainPoint", "type": "object", "required": [ "date", "gain" ], "properties": { "date": { "type": "string", "format": "date" }, "gain": { "type": "number" } } }