openapi: 3.0.0
info:
  version: 1.0.0
  title: ows-abacus-adjustment API Specifications
servers:
  - url: 'https://qa-ows-abacus-adjustment.theorchard.io'
    description: QA server
paths:
  /hello/:
    get:
      summary: Check the health of the application.
      responses:
        200:
          description: 200 OK
          examples:
            application/json: { "status": "ok" }

components:
  securitySchemes:
    Orchard-Identity-Id:
      type: apiKey
      in: header
      name: Orchard-Identity-Id
