{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionsArchive.json", "title": "DropdownOptionsArchive", "additionalProperties": false, "properties": { "dropdownOptionIds": { "description": "Array of dropdown option IDs", "items": { "type": "string" }, "type": "array" }, "reason": { "description": "Reason that dropdown options are being archived.\n", "enum": [ "Made in error", "Retired", "Other" ], "type": "string" } }, "type": "object" }