{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BaseSearchInputUIBlock.json", "title": "BaseSearchInputUIBlock", "allOf": [ { "properties": { "itemType": { "$ref": "#/components/schemas/SearchInputUiBlockItemType" }, "placeholder": { "nullable": true, "type": "string" }, "schemaId": { "nullable": true, "type": "string" } }, "required": [ "itemType", "schemaId" ] } ], "type": "object" }