{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ReceiveMethodEnum", "enum": [ 0, 1 ], "type": "integer", "description": "* `0` - Quantity\n* `1` - Currency amount" }