{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ParamsBreakdown", "type": "object", "properties": { "selfCall1": { "$ref": "#/components/schemas/ContractParamInfo" }, "selfCall2": { "$ref": "#/components/schemas/ContractParamInfo" }, "reflectCall": { "$ref": "#/components/schemas/ContractParamInfo" } }, "required": [ "selfCall1", "reflectCall" ] }