{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionUpdate.json", "title": "DropdownOptionUpdate", "properties": { "id": { "description": "ID of the dropdown option to update, omitted if creating a new option.", "example": "sfs_9cGQIqS3", "pattern": "^sfs_\\w+", "type": "string" }, "name": { "description": "Name of the dropdown option.", "type": "string" } }, "required": [ "name" ], "type": "object" }