{
  "name": "Health",
  "plane": "control",
  "terraformEligible": false,
  "protocol": {
    "kind": "rest",
    "method": "GET",
    "path": "/health",
    "query": [],
    "headers": [],
    "body": false
  },
  "requestBody": "explicitlyEmpty",
  "responseBody": "json",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "title": "HealthRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "status": {
        "type": "string"
      },
      "storage": {
        "type": "string"
      }
    },
    "required": [
      "status",
      "storage"
    ],
    "title": "HealthResponse",
    "type": "object"
  }
}
