Avalanche · Schema

HealthIndicatorResultDto

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
status string Status of the health indicator.
View JSON Schema on GitHub

JSON Schema

HealthIndicatorResultDto.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/HealthIndicatorResultDto.json",
  "title": "HealthIndicatorResultDto",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "up",
        "down"
      ],
      "description": "Status of the health indicator."
    }
  }
}