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

(-)a/api/v1/swagger/definitions/item.yaml (-1 / +11 lines)
Lines 98-103 properties: Link Here
98
    description:
98
    description:
99
      The date and time an item was last marked as withdrawn, NULL if not
99
      The date and time an item was last marked as withdrawn, NULL if not
100
      withdrawn
100
      withdrawn
101
  floating:
102
    type:
103
      - integer
104
      - "null"
105
    description: Floating item
106
  floating_on:
107
    type:
108
      - string
109
      - "null"
110
    format: date-time
111
    description: Floating item date
101
  callnumber:
112
  callnumber:
102
    type:
113
    type:
103
      - string
114
      - string
104
- 

Return to bug 33075