{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetVePendleCapResponse", "type": "object", "properties": { "fee": { "type": "object" }, "currentCap": { "type": "object" }, "expectedCap": { "type": "object" } }, "required": [ "fee", "currentCap", "expectedCap" ] }