Benchling · Schema

EntryNotePart

Notes are the main building blocks of entries. Each note corresponds roughly to a paragraph.

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

JSON Schema

EntryNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryNotePart.json",
  "title": "EntryNotePart",
  "description": "Notes are the main building blocks of entries. Each note corresponds roughly to a paragraph.\n",
  "discriminator": {
    "mapping": {
      "app_canvas": "#/components/schemas/AppCanvasNotePart",
      "assay_run": "#/components/schemas/AssayRunNotePart",
      "box_creation_table": "#/components/schemas/BoxCreationTableNotePart",
      "code": "#/components/schemas/SimpleNotePart",
      "external_file": "#/components/schemas/ExternalFileNotePart",
      "inventory_container_table": "#/components/schemas/InventoryContainerTableNotePart",
      "inventory_plate_table": "#/components/schemas/InventoryPlateTableNotePart",
      "list_bullet": "#/components/schemas/SimpleNotePart",
      "list_checkbox": "#/components/schemas/CheckboxNotePart",
      "list_number": "#/components/schemas/SimpleNotePart",
      "lookup_table": "#/components/schemas/LookupTableNotePart",
      "mixture_prep_table": "#/components/schemas/MixturePrepTableNotePart",
      "note_linked_chart": "#/components/schemas/ChartNotePart",
      "plate_creation_table": "#/components/schemas/PlateCreationTableNotePart",
      "registration_table": "#/components/schemas/RegistrationTableNotePart",
      "results_table": "#/components/schemas/ResultsTableNotePart",
      "table": "#/components/schemas/TableNotePart",
      "text": "#/components/schemas/SimpleNotePart",
      "text_box": "#/components/schemas/TextBoxNotePart"
    },
    "propertyName": "type"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/SimpleNotePart"
    },
    {
      "$ref": "#/components/schemas/TableNotePart"
    },
    {
      "$ref": "#/components/schemas/TextBoxNotePart"
    },
    {
      "$ref": "#/components/schemas/CheckboxNotePart"
    },
    {
      "$ref": "#/components/schemas/ExternalFileNotePart"
    },
    {
      "$ref": "#/components/schemas/AssayRunNotePart"
    },
    {
      "$ref": "#/components/schemas/LookupTableNotePart"
    },
    {
      "$ref": "#/components/schemas/ResultsTableNotePart"
    },
    {
      "$ref": "#/components/schemas/RegistrationTableNotePart"
    },
    {
      "$ref": "#/components/schemas/PlateCreationTableNotePart"
    },
    {
      "$ref": "#/components/schemas/BoxCreationTableNotePart"
    },
    {
      "$ref": "#/components/schemas/MixturePrepTableNotePart"
    },
    {
      "$ref": "#/components/schemas/InventoryContainerTableNotePart"
    },
    {
      "$ref": "#/components/schemas/InventoryPlateTableNotePart"
    },
    {
      "$ref": "#/components/schemas/ChartNotePart"
    },
    {
      "$ref": "#/components/schemas/AppCanvasNotePart"
    }
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/EntryNotePart"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.