web3_target

Target gateway of the hostname.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-target-schema.json Raw ↑
{
  "$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"
}