@cognigy/rest-api-client
Version:
Cognigy REST-Client
10 lines • 336 B
JavaScript
export const 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