Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
Properties
Name
Type
Description
validationComment
string
A string explaining the reason for the provided validation status.
validationStatus
string
Valid values for this enum depend on whether it is used to set a value (e.g., in a POST request), or is a return value for an existing result. Acceptable values for setting a status are 'VALID' or 'IN
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/UserValidation.json",
"title": "UserValidation",
"properties": {
"validationComment": {
"description": "A string explaining the reason for the provided validation status.",
"type": "string"
},
"validationStatus": {
"description": "Valid values for this enum depend on whether it is used to set a value (e.g., in a POST request), or is a return value for an existing result.\nAcceptable values for setting a status are 'VALID' or 'INVALID'. Possible return values are 'VALID', 'INVALID', or 'PARTIALLY_VALID' (a result will be partially valid if it has some valid fields and some invalid fields).\n",
"enum": [
"VALID",
"INVALID",
"PARTIALLY_VALID"
],
"type": "string"
}
},
"type": "object"
}