{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_create_request", "title": "web3_create_request", "properties": { "description": { "$ref": "#/components/schemas/web3_description" }, "dnslink": { "$ref": "#/components/schemas/web3_dnslink" }, "name": { "$ref": "#/components/schemas/web3_name" }, "target": { "$ref": "#/components/schemas/web3_target" } }, "required": [ "name", "target" ], "type": "object" }