{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_modify_request", "title": "web3_modify_request", "properties": { "description": { "$ref": "#/components/schemas/web3_description" }, "dnslink": { "$ref": "#/components/schemas/web3_dnslink" } }, "type": "object" }