/app/statusboard/speech/{storeid}:
  get:
    tags:
      - statusBoard
    description: Return speech for ready order by orderNo
    operationId: getSpeechForReadyOrder
    parameters:
      - $ref#storeid: "../parameters/storeid.yaml"
      - name: orderNo
        in: query
        required: true
        schema:
          type: number
    responses:
      $ref#4xx: "../responses/4xx.yaml"
      200:
        description: audio stream
        content:
          application/json:
            schema:
                type: string
                format: binary
