{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FeatureLibraryBase.json", "title": "FeatureLibraryBase", "properties": { "description": { "description": "The description for the feature library", "type": "string" }, "name": { "description": "The name of the feature library", "type": "string" } }, "type": "object" }