Benchling · Schema

AaSequence

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

Properties

Name Type Description
aliases array Array of aliases
aminoAcids string Amino acids of the AA sequence.
annotations array Array of annotation objects on the AA sequence.
apiURL string The canonical url of the AA Sequence in the API.
archiveRecord object
authors array
createdAt string DateTime the AA sequence was created.
creator object
customFields object Custom fields set on the AA sequence.
entityRegistryId string Registry ID of the AA sequence if registered.
fields object
folderId string ID of the folder that contains the AA sequence.
id string ID of the AA sequence.
length integer Number of amino acids in the AA sequence.
modifiedAt string DateTime the AA sequence was last modified.
name string Name of the AA sequence.
registrationOrigin object
registryId string Registry the AA sequence is registered in.
schema object
url string The path of the web URL, omitting the tenant domain
webURL string URL of the AA sequence.
View JSON Schema on GitHub

JSON Schema

AaSequence.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AaSequence.json",
  "title": "AaSequence",
  "properties": {
    "aliases": {
      "description": "Array of aliases",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "aminoAcids": {
      "description": "Amino acids of the AA sequence.",
      "example": "IKTATARRELAETSWTGDRLWGFSDNWAPALRRPSPSALGK",
      "type": "string"
    },
    "annotations": {
      "description": "Array of annotation objects on the AA sequence.",
      "items": {
        "$ref": "#/components/schemas/AaAnnotation"
      },
      "type": "array"
    },
    "apiURL": {
      "description": "The canonical url of the AA Sequence in the API.",
      "example": "https://benchling.com/api/v2/aa-sequences/prtn_7nMBOMm0",
      "format": "uri",
      "readOnly": true,
      "type": "string"
    },
    "archiveRecord": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArchiveRecord"
        }
      ],
      "nullable": true
    },
    "authors": {
      "items": {
        "$ref": "#/components/schemas/UserSummary"
      },
      "type": "array"
    },
    "createdAt": {
      "description": "DateTime the AA sequence was created.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "creator": {
      "$ref": "#/components/schemas/UserSummary"
    },
    "customFields": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomFields"
        }
      ],
      "description": "Custom fields set on the AA sequence."
    },
    "entityRegistryId": {
      "description": "Registry ID of the AA sequence if registered.",
      "nullable": true,
      "type": "string"
    },
    "fields": {
      "$ref": "#/components/schemas/Fields"
    },
    "folderId": {
      "description": "ID of the folder that contains the AA sequence.",
      "nullable": true,
      "type": "string"
    },
    "id": {
      "description": "ID of the AA sequence.",
      "example": "prtn_ObbdtGhC",
      "type": "string"
    },
    "length": {
      "description": "Number of amino acids in the AA sequence.",
      "type": "integer"
    },
    "modifiedAt": {
      "description": "DateTime the AA sequence was last modified.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "Name of the AA sequence.",
      "type": "string"
    },
    "registrationOrigin": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistrationOrigin"
        }
      ],
      "nullable": true,
      "readOnly": true
    },
    "registryId": {
      "description": "Registry the AA sequence is registered in.",
      "nullable": true,
      "type": "string"
    },
    "schema": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaSummary"
        }
      ],
      "nullable": true
    },
    "url": {
      "description": "The path of the web URL, omitting the tenant domain",
      "type": "string"
    },
    "webURL": {
      "description": "URL of the AA sequence.",
      "example": "https://benchling.com/benchling/f/lib_55UxcIps-registry/prtn_7nMBOMm0-kedchain11/edit\"",
      "format": "uri",
      "readOnly": true,
      "type": "string"
    }
  },
  "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/AaSequence"
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.