{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowEndNodeDetails.json",
"title": "WorkflowEndNodeDetails",
"additionalProperties": false,
"properties": {
"id": {
"description": "The ID of the workflow flowchart end node config details",
"example": "wftrnd_aB8Wi12c",
"readOnly": true,
"type": "string"
},
"name": {
"description": "The name of the end node",
"example": "End 1",
"readOnly": true,
"type": "string"
},
"nodeType": {
"description": "The type of the node",
"enum": [
"END"
],
"type": "string"
}
},
"type": "object"
}