Skip to content

Commit

Permalink
Update materialSample.yml
Browse files Browse the repository at this point in the history
Removed storageUnit relationship in favor of storageUnitUsage
  • Loading branch information
cgendreau authored Jul 16, 2024
1 parent 175c4c9 commit 8ceca59
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions schema/materialSample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ components:
format: uuid
description: Unique identifier organism for the resource
example: 4d5b4f2a-f925-49b4-b290-6f6699706c3e
storageUnit:
storageUnitUsage:
type: object
nullable: true
properties:
Expand All @@ -726,26 +726,9 @@ components:
- id
properties:
type:
enum: [storage-unit]
enum: [ storage-unit-usage ]
id:
type: string
format: uuid
description: Unique identifier of the storage-unit
example: c0915662-0bfb-4d17-96a8-39c8bd3f0731
storageUnitCoordinates:
type: object
nullable: true
properties:
data:
type: object
required:
- type
- id
properties:
type:
enum: [ storage-unit-coordinates ]
id:
type: string
format: uuid
description: Unique identifier of the storage-unit-coordinates
description: Unique identifier of the storage-unit-usage
example: c0915662-0bfb-4d17-96a8-39c8bd3f0731

0 comments on commit 8ceca59

Please sign in to comment.