{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayResultsArchive.json", "title": "AssayResultsArchive", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/AssayResultIdsRequest" }, { "properties": { "reason": { "description": "The reason for archiving the provided results. Accepted reasons may differ based on tenant configuration", "enum": [ "Made in error", "Archived", "Other" ], "type": "string" } }, "type": "object" } ] }