{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RatingConfigDto", "type": "object", "properties": { "ratingsVisibleToAuthor": { "type": "boolean" }, "ratingsVisibleToViewers": { "type": "boolean" }, "ratingsVisibleToAll": { "type": "boolean" }, "viewerIds": { "type": "array" }, "optionValues": { "type": "array" } } }