web3_status

Status of the hostname's activation.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-web3-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web3_status",
  "title": "web3_status",
  "description": "Status of the hostname's activation.",
  "enum": [
    "active",
    "pending",
    "deleting",
    "error"
  ],
  "example": "active",
  "readOnly": true,
  "type": "string"
}