Trading 212 · Schema

DuplicateBucketRequest

Trading 212 DuplicateBucketRequest schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
icon string
name string
View JSON Schema on GitHub

JSON Schema

DuplicateBucketRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/DuplicateBucketRequest.json",
  "title": "DuplicateBucketRequest",
  "description": "Trading 212 DuplicateBucketRequest schema",
  "properties": {
    "icon": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}