mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
update registry with nested obj
This commit is contained in:
@@ -4508,14 +4508,22 @@ liquid_handler.biomek:
|
||||
bind_parent_id:
|
||||
type: string
|
||||
liquid_input_slot:
|
||||
items:
|
||||
type: integer
|
||||
type: array
|
||||
liquid_type:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
liquid_volume:
|
||||
items:
|
||||
type: integer
|
||||
type: array
|
||||
resource_tracker:
|
||||
type: string
|
||||
type: object
|
||||
resources:
|
||||
items:
|
||||
type: object
|
||||
type: array
|
||||
slot_on_deck:
|
||||
type: integer
|
||||
@@ -4559,10 +4567,16 @@ liquid_handler.biomek:
|
||||
id:
|
||||
type: string
|
||||
liquid_input_wells:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
liquid_type:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
liquid_volume:
|
||||
items:
|
||||
type: integer
|
||||
type: array
|
||||
parent:
|
||||
type: string
|
||||
@@ -6039,6 +6053,8 @@ liquid_handler.prcxi:
|
||||
properties:
|
||||
none_keys:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
protocol_author:
|
||||
default: ''
|
||||
@@ -6139,7 +6155,7 @@ liquid_handler.prcxi:
|
||||
default: 0
|
||||
type: number
|
||||
well:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- well
|
||||
type: object
|
||||
@@ -8358,7 +8374,7 @@ liquid_handler.prcxi:
|
||||
default: false
|
||||
type: string
|
||||
deck:
|
||||
type: string
|
||||
type: object
|
||||
host:
|
||||
type: string
|
||||
matrix_id:
|
||||
|
||||
Reference in New Issue
Block a user