{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TradePL", "description": "The classification of TradePLs.", "type": "string", "enum": [ "POSITIVE", "NEGATIVE", "ZERO" ] }