{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "additionalProperties": false,
  "description": "Response to a request to add a thing to a bulk",
  "definitions": {
    "SCSCBulkAddResponse": {
      "type": "object",
      "additionalProperties": false,
      "description": "Response to a request to add a thing to a bulk"
    }
  },
  "$id": "https://core.stapps.tu-berlin.de/v4.0.2/lib/schema/SCBulkAddResponse.json"
}