{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "additionalProperties": false,
  "description": "A response to a rating request",
  "definitions": {
    "SCSCRatingResponse": {
      "type": "object",
      "additionalProperties": false,
      "description": "A response to a rating request"
    }
  },
  "$id": "https://core.stapps.tu-berlin.de/v4.0.2/lib/schema/SCRatingResponse.json"
}