{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/DatasetUpdate.json",
"title": "DatasetUpdate",
"properties": {
"customFields": {
"allOf": [
{
"$ref": "#/components/schemas/CustomFields"
}
],
"description": "Custom field values to add to the dataset"
},
"folderId": {
"description": "ID of the folder that contains the file",
"example": "dset_LlDFupKyErxx",
"type": "string"
},
"name": {
"description": "New display name for the dataset",
"example": "My Dataset",
"type": "string"
}
},
"type": "object"
}