/app/store/{storeid}/ffd:
  get:
    tags:
      - screen
    description: return the ffd detail of this store
    operationId: loadFrontFacingDisplay
    parameters:
      - $ref#storeid: "../parameters/storeid.yaml"
    responses:
      $ref#4xx: "../responses/4xx.yaml"
      200:
        description: the ffd detail information
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/FFDSettings"