{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TradeID",
"description": "The Trade's identifier, unique within the Trade's Account.",
"type": "string",
"format": "The string representation of the OANDA-assigned TradeID. OANDA-assigned TradeIDs are positive integers, and are derived from the TransactionID of the Transaction that opened the Trade."
}