"""Infra schemas.""" from delivery_metadata.models import Model class HelloResponse(Model): status: str = "ok"