get:
  tags:
    - Application
  summary: 'get basic environment-specific information about the application'
  operationId: health.get
  responses:
    200:
      description: Successful Response
      content:
        application/json:
          schema:
            $ref: '../schemas/objects/healthCheckResponseBody.yaml'

    500:
      $ref: '../responses/InternalError.yaml'