Benchling · Schema

AaSequenceSummary

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
entityType string
id string
type string
View JSON Schema on GitHub

JSON Schema

AaSequenceSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AaSequenceSummary.json",
  "title": "AaSequenceSummary",
  "properties": {
    "entityType": {
      "enum": [
        "aa_sequence"
      ],
      "type": "string"
    },
    "id": {
      "example": "prtn_ObbdtGhC",
      "type": "string"
    },
    "type": {
      "deprecated": true,
      "type": "string"
    }
  },
  "type": "object"
}