Skip to content

Commit

Permalink
Update seqReaction.yml
Browse files Browse the repository at this point in the history
Added molecularAnalysisRunItem
  • Loading branch information
cgendreau authored Oct 23, 2024
1 parent acc17c0 commit 34fcbba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions schema/seqReaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,25 @@ components:
format: uuid
description: PcrBatchItem id
example: 28c5bce6-dde7-449f-bafd-120b714be43f
molecularAnalysisRunItem:
type: object
nullable: true
required:
- data
properties:
data:
type: object
required:
- type
- id
properties:
type:
enum: [molecular-analysis-run-item]
id:
type: string
format: uuid
description: MolecularAnalysisRunItem id
example: 0192ba17-266f-72d1-9618-516608166507
storageUnitUsage:
type: object
nullable: true
Expand Down

0 comments on commit 34fcbba

Please sign in to comment.