Skip to content

Commit

Permalink
Removed legacy storage related fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Jul 31, 2024
1 parent ad77ed4 commit 60f652e
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions schema/seqBatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,6 @@ components:
isCompleted:
type: boolean
description: Is the SeqBatch completed?
storageRestriction:
type: object
properties:
layout:
type: object
properties:
numberOfRows:
type: integer
numberOfColumns:
type: integer
fillDirection:
enum: [BY_ROW, BY_COLUMN]
relationships:
type: object
properties:
Expand Down Expand Up @@ -328,23 +316,3 @@ components:
format: uuid
description: storageUnit id
example: f6244d2a-68bd-4990-bdbb-96b425d6c703
storageUnitType:
type: object
description: storageUnitType if no concrete storageUnit is used
nullable: true
required:
- data
properties:
data:
type: object
required:
- type
- id
properties:
type:
enum: [storage-unit-type]
id:
type: string
format: uuid
description: storageUnitType id
example: 7440b433-bb1e-41f5-8281-6c5bfe4cf260

0 comments on commit 60f652e

Please sign in to comment.