{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FolderCreate.json", "title": "FolderCreate", "additionalProperties": false, "properties": { "name": { "description": "The name of the new folder.", "type": "string" }, "parentFolderId": { "description": "The ID of the parent folder.", "type": "string" } }, "required": [ "name", "parentFolderId" ] }