Benchling · Schema

EntitySchemaAppConfigItem

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

JSON Schema

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