{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SwapWithFixedPricePtAmmData", "type": "object", "properties": { "netTokenOut": { "type": "string", "description": "Net token output amount" } }, "required": [ "netTokenOut" ] }