@cognigy/rest-api-client
Version:
Cognigy REST-Client
13 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.analyticsRatingSchema = void 0;
exports.analyticsRatingSchema = {
title: "analyticsRatingSchema",
type: "object",
additionalProperties: false,
properties: {
rating: { type: ["number", "null"], enum: [-1, 1, null] },
ratingComment: { type: ["string", "null"], maxLength: 1000 },
}
};
//# sourceMappingURL=IAnalyticsRating.js.map