Benchling · Schema

FieldAppConfigItem

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

JSON Schema

FieldAppConfigItem.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldAppConfigItem.json",
  "title": "FieldAppConfigItem",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseAppConfigItem"
    },
    {
      "$ref": "#/components/schemas/LinkedAppConfigResourceMixin"
    },
    {
      "properties": {
        "type": {
          "enum": [
            "field"
          ],
          "example": "field",
          "type": "string"
        },
        "value": {
          "example": "tsf_e59a3b23",
          "nullable": true,
          "type": "string"
        }
      }
    }
  ]
}