View | Details | Raw Unified | Return to bug 20644
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/item_type.yaml (-1 / +7 lines)
Lines 93-98 properties: Link Here
93
    type: array
93
    type: array
94
    items:
94
    items:
95
      $ref: "item_type_translated_description.yaml"
95
      $ref: "item_type_translated_description.yaml"
96
  checkprevcheckout:
97
    type: string
98
    enum:
99
      - yes
100
      - no
101
      - inherit
102
    description: Produce a warning for this item type if this item has previously been checked out to this patron if ''yes'', not if ''no'', defer to syspref setting if ''inherit''.'
96
103
97
additionalProperties: false
104
additionalProperties: false
98
required:
105
required:
99
- 

Return to bug 20644