// Health Schema namespace test::idl::health struct Capabilities { names: str[] } /// Health check an address @provider=Any protocol HealthCheck { function alive() -> bool }