Status of the hostname's activation.
{ "$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" }