web3_name

The hostname that will point to the target gateway via CNAME.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_name",
  "title": "web3_name",
  "description": "The hostname that will point to the target gateway via CNAME.",
  "example": "gateway.example.com",
  "maxLength": 255,
  "readOnly": true,
  "type": "string"
}