{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DataFrameCreate.json", "title": "DataFrameCreate", "allOf": [ { "$ref": "#/components/schemas/DataFrameCreateManifest" }, { "properties": { "name": { "example": "09-14-2022 01:16:20 PM well plate", "type": "string" } }, "required": [ "manifest", "name" ], "type": "object" } ] }