Benchling · Schema

CodonUsageTablesPaginatedList

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

JSON Schema

CodonUsageTablesPaginatedList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/CodonUsageTablesPaginatedList.json",
  "title": "CodonUsageTablesPaginatedList",
  "additionalProperties": false,
  "allOf": [
    {
      "$ref": "#/components/schemas/Pagination"
    },
    {
      "properties": {
        "codonUsageTables": {
          "items": {
            "$ref": "#/components/schemas/CodonUsageTable"
          },
          "type": "array"
        }
      }
    }
  ],
  "type": "object"
}