Benchling · Schema

EntityUpsertBaseRequest

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

Properties

Name Type Description
archiveRecord object
fields object
name string
registryId string
schemaId string
View JSON Schema on GitHub

JSON Schema

EntityUpsertBaseRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntityUpsertBaseRequest.json",
  "title": "EntityUpsertBaseRequest",
  "properties": {
    "archiveRecord": {
      "$ref": "#/components/schemas/ArchiveRecordSet"
    },
    "fields": {
      "$ref": "#/components/schemas/FieldsWithResolution"
    },
    "name": {
      "type": "string"
    },
    "registryId": {
      "type": "string"
    },
    "schemaId": {
      "type": "string"
    }
  },
  "required": [
    "registryId",
    "name",
    "schemaId"
  ],
  "type": "object"
}