Benchling · Schema

AssayResultsArchive

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

AssayResultsArchive.json Raw ↑
{
  "$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"
    }
  ]
}