IBM WebSphere · Schema

HealthCheck

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
status string
checks array
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-health-check-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthCheck",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "checks": {
      "type": "array"
    }
  }
}