{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "additionalProperties": false,
  "description": "Response to a request to change the state of a bulk to done",
  "definitions": {
    "SCSCBulkDoneResponse": {
      "type": "object",
      "additionalProperties": false,
      "description": "Response to a request to change the state of a bulk to done"
    }
  },
  "$id": "https://core.stapps.tu-berlin.de/v4.0.2/lib/schema/SCBulkDoneResponse.json"
}