{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SyTokenOutRouteResponse", "type": "object", "properties": { "toSyAddress": { "type": "string" }, "defaultTokenOut": { "type": "string" } }, "required": [ "toSyAddress", "defaultTokenOut" ] }