Red Hat 3scale · Schema

LivenessStatus

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
success boolean
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-livenessstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LivenessStatus",
  "title": "LivenessStatus",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    }
  }
}