{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownMultiValueUiBlock.json", "title": "DropdownMultiValueUiBlock", "allOf": [ { "$ref": "#/components/schemas/UserInputMultiValueUiBlock" }, { "$ref": "#/components/schemas/BaseDropdownUIBlock" }, { "properties": { "type": { "enum": [ "DROPDOWN_MULTIVALUE" ], "type": "string" } }, "required": [ "type" ] } ], "type": "object" }