{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FeatureLibraryCreate.json", "title": "FeatureLibraryCreate", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/FeatureLibraryBase" }, { "properties": { "organizationId": { "description": "The organization that will own the feature library. The requesting user must be an administrator of the organization. If unspecified and the organization allows personal ownables, then the requesting user will own the feature library\n", "example": "ent_a0SApq3z", "type": "string" } } }, { "required": [ "name", "description" ] } ], "description": "Inputs for creating a feature library", "type": "object" }