{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntityArchiveReason.json", "title": "EntityArchiveReason", "description": "The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.\n", "enum": [ "Made in error", "Retired", "Expended", "Shipped", "Contaminated", "Expired", "Missing", "Other" ], "type": "string" }