openapi: 3.1.0
info:
  title: Project API
  version: 0.1.0
paths:
  /health:
    $ref: './paths/health.yaml'
  # /orders:
  #   $ref: './paths/orders.yaml'
components:
  schemas:
    ErrorResponse:
      $ref: './components/schemas/ErrorResponse.yaml'
