Moody's · Schema

HealthStatus

Service health status information.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
status string Overall service health status.
timestamp string Timestamp of the health check.
version string Current API version.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-health-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthStatus",
  "type": "object",
  "description": "Service health status information.",
  "properties": {
    "status": {
      "type": "string",
      "description": "Overall service health status."
    },
    "timestamp": {
      "type": "string",
      "description": "Timestamp of the health check."
    },
    "version": {
      "type": "string",
      "description": "Current API version."
    }
  }
}