Labguru · Schema

createProtocol

Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL

Properties

Name Type Description
token string
item string
View JSON Schema on GitHub

JSON Schema

createProtocol.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/createProtocol.json",
  "title": "createProtocol",
  "type": "object",
  "required": [
    "token"
  ],
  "properties": {
    "token": {
      "type": "string",
      "example": "YOUR TOKEN IS HERE"
    },
    "item": {
      "type": "string",
      "example": "{\"name\":\"A protocol name\",\"experiment_procedures\":[],\"elements\":[]}"
    }
  }
}