{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "additionalProperties": false,
  "description": "Request to change the bulk state to done (close the bulk process)",
  "definitions": {
    "SCSCBulkDoneRequest": {
      "type": "object",
      "additionalProperties": false,
      "description": "Request to change the bulk state to done (close the bulk process)"
    }
  },
  "$id": "https://core.stapps.tu-berlin.de/v4.0.2/lib/schema/SCBulkDoneRequest.json"
}