Files
headquarter/apps/api/src/schemas/system/.pi-map.md
T
Developer 7ef8b0eb36 chore: patch project maps after stale backend test cleanup
Regenerate .pi-map*.md artifacts for source changes in:
- apps/api/src/api/tool/tool_types_validation.py
- apps/api/src/schemas/tool/tool_type.py
- apps/api/tests/integration/test_tool_types_api_extended.py
- and all affected test files from backend-frontend refactoring cleanup
2026-06-12 20:36:31 +00:00

1008 B

apps/api/src/schemas/system

dir: apps/api/src/schemas/system

index: apps/api/src/schemas/system/.pi-map.index.md

role

Provides Pydantic schema definitions for system health monitoring API responses.

files

  • __init__.py | Re-exports health check schema classes from a submodule to provide a unified interface for the system schemas module. | dep: src.schemas.system.health
  • health.py | Defines Pydantic data models for health check API responses including database, disk, and overall system health status. | exp: class:DatabaseHealth, class:DiskHealth, class:HealthChecks, class:HealthResponse, class:DatabaseHealthResponse | dep: pydantic

arch

Simple modular schema layer with submodule organization and re-export pattern for clean API surface.

tags

health, database, response, system, disk, check, schemas, init

symbols

  • DatabaseHealth
  • DiskHealth
  • HealthChecks
  • HealthResponse
  • DatabaseHealthResponse

workflows

  • change system behavior read: __init__.py, health.py

dirty