{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrderFees", "type": "object", "description": "Base fees", "required": [ "fees" ], "properties": { "fees": { "type": "object", "additionalProperties": { "type": "integer", "description": "Basic points from 0 to 10000" } } } }