{
"$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"
}