{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MorphoConfigResponse", "type": "object", "properties": { "id": { "type": "string", "description": "Morpho config id" }, "morphoAddress": { "type": "string", "description": "Morpho config address" } }, "required": [ "id", "morphoAddress" ] }