Skip to content

Commit

Permalink
MCBFF-2 Use format uuid in item schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkurash committed Aug 29, 2024
1 parent 07decb1 commit 4128f9b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ properties:
holdingsRecordId:
description: "The ID of the holdings for the item"
type: string
format: uuid
instanceId:
description: "The ID of the instance for the item"
type: string
format: uuid
barcode:
description: "The barcode of the item"
type: string
Expand Down Expand Up @@ -73,7 +75,7 @@ properties:
inTransitDestinationServicePointId:
description: "Service point an item is intended to be transited to (should only be present when in transit)"
type: string
pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
format: uuid
inTransitDestinationServicePoint:
description: "Service point an item is intended to be transited to (should only be present when in transit)"
type: object
Expand Down

0 comments on commit 4128f9b

Please sign in to comment.