{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "additionalProperties": false,
  "description": "Response for an entity update request",
  "definitions": {
    "SCSCThingUpdateResponse": {
      "type": "object",
      "additionalProperties": false,
      "description": "Response for an entity update request"
    }
  },
  "$id": "https://core.stapps.tu-berlin.de/v4.0.2/lib/schema/SCThingUpdateResponse.json"
}