Skip to content

Commit

Permalink
addition of lid type to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Sep 26, 2024
1 parent bc463cd commit c207573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared-data/labware/schemas/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"description": "Allowed behaviors and usage of a labware in a protocol.",
"items": {
"type": "string",
"enum": ["labware", "adapter", "fixture", "maintenance"]
"enum": ["labware", "adapter", "fixture", "maintenance", "lid"]
}
},
"stackingOffsetWithLabware": {
Expand Down
2 changes: 1 addition & 1 deletion shared-data/labware/schemas/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"description": "Allowed behaviors and usage of a labware in a protocol.",
"items": {
"type": "string",
"enum": ["labware", "adapter", "fixture", "maintenance"]
"enum": ["labware", "adapter", "fixture", "maintenance", "lid"]
}
},
"stackingOffsetWithLabware": {
Expand Down
1 change: 1 addition & 0 deletions shared-data/python/opentrons_shared_data/labware/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
Literal["fixture"],
Literal["adapter"],
Literal["maintenance"],
Literal["lid"],
]

Circular = Literal["circular"]
Expand Down

0 comments on commit c207573

Please sign in to comment.