Aptos · Schema

HealthCheckSuccess

Representation of a successful healthcheck

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

HealthCheckSuccess.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/HealthCheckSuccess.json",
  "title": "HealthCheckSuccess",
  "type": "object",
  "description": "Representation of a successful healthcheck",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string"
    }
  }
}