openapi: 3.0.0
info:
  title: Synthetic Audit API
  version: 1.0.0
paths:
  /api/health:
    get:
      responses:
        "200":
          description: Healthy
