Target gateway of the hostname.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/web3_target", "title": "web3_target", "description": "Target gateway of the hostname.", "enum": [ "ethereum", "ipfs", "ipfs_universal_path" ], "example": "ipfs", "type": "string" }