{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CuratedListItem.json", "title": "CuratedListItem", "type": "object", "description": "Represents an item in a curated list", "properties": { "instrumentId": { "type": "integer", "format": "int32", "description": "ID of the financial instrument", "example": 12345 } } }