Benchling · Schema

AppConfigItemGenericCreate

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

JSON Schema

AppConfigItemGenericCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppConfigItemGenericCreate.json",
  "title": "AppConfigItemGenericCreate",
  "allOf": [
    {
      "$ref": "#/components/schemas/AppConfigItemCreateMixin"
    },
    {
      "properties": {
        "type": {
          "enum": [
            "container_schema",
            "entity_schema",
            "plate_schema",
            "location_schema",
            "box_schema",
            "run_schema",
            "result_schema",
            "legacy_request_schema",
            "entry_schema",
            "workflow_task_schema",
            "dropdown",
            "dropdown_option",
            "field",
            "text",
            "date",
            "datetime",
            "secure_text",
            "json",
            "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"
        }
      }
    },
    {
      "required": [
        "value",
        "type"
      ]
    }
  ],
  "type": "object"
}