{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionsArchivalChange.json", "title": "DropdownOptionsArchivalChange", "description": "IDs of all items that were archived or unarchived.\n", "properties": { "dropdownOptionIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }