/info:
  get:
    tags:
      - meta
    description: Return info about the API
    operationId: loadInfo
    responses:
      200:
        description: list of area
        content:
          application/json:
            schema:
              type: object
              properties:
                version:
                  type: string
                  description: current version of the API
