{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownSummary.json", "title": "DropdownSummary", "properties": { "id": { "description": "ID of the dropdown", "type": "string" }, "name": { "description": "Name of the dropdown", "type": "string" } }, "type": "object" }