Benchling · Schema

GenericApiIdentifiedAppConfigItem

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

JSON Schema

GenericApiIdentifiedAppConfigItem.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/GenericApiIdentifiedAppConfigItem.json",
  "title": "GenericApiIdentifiedAppConfigItem",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseAppConfigItem"
    },
    {
      "$ref": "#/components/schemas/LinkedAppConfigResourceMixin"
    },
    {
      "properties": {
        "type": {
          "enum": [
            "container_schema",
            "plate_schema",
            "location_schema",
            "box_schema",
            "run_schema",
            "result_schema",
            "legacy_request_schema",
            "entry_schema",
            "workflow_task_schema",
            "dropdown",
            "dropdown_option",
            "registry",
            "folder",
            "entry",
            "worklist",
            "project",
            "workflow_task_status",
            "dna_sequence",
            "dna_oligo",
            "aa_sequence",
            "custom_entity",
            "mixture",
            "molecule",
            "rna_oligo",
            "rna_sequence",
            "box",
            "container",
            "location",
            "plate"
          ],
          "type": "string"
        },
        "value": {
          "nullable": true,
          "type": "string"
        }
      }
    }
  ],
  "type": "object"
}