{ "$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" } } } ] }