Przejdź do treści

Middleware Status Response v1

Source schema: doc/schemas/middleware-status-response.v1.schema.json

Shared local HTTP health, readiness, and simple status response returned by supervised middleware services.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema no string
status yes string
module_id no string
module_name no string
description no string
data_dir no string | null
db_path no string | null
error no string | null
## Field Semantics

schema

  • Required: no
  • Shape: string

status

  • Required: yes
  • Shape: string

module_id

  • Required: no
  • Shape: string

module_name

  • Required: no
  • Shape: string

description

  • Required: no
  • Shape: string

data_dir

  • Required: no
  • Shape: string | null

db_path

  • Required: no
  • Shape: string | null

error

  • Required: no
  • Shape: string | null