Bug 31212: Adjust item spec for last_seen_date
This bug changed the column to a date-time and the spec gets adjusted as well. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
1e231653ca
commit
3a2ae8e3f9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ properties:
|
|||
type:
|
||||
- string
|
||||
- "null"
|
||||
format: date
|
||||
format: date-time
|
||||
description: The date the item barcode was last scanned
|
||||
not_for_loan_status:
|
||||
type: integer
|
||||
|
|
Loading…
Reference in a new issue