{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasesArchiveReason.json", "title": "AppCanvasesArchiveReason", "description": "Reason that canvases are being archived. Actual reason enum varies by tenant.", "enum": [ "Other" ], "example": "Other", "type": "string" }