Small Improvements · Schema

LikertScaleRatingAnswerDto

LikertScaleRatingAnswerDto schema for the Small Improvements API

Performance ManagementHREmployee FeedbackOKRs1:1 MeetingsPulse Surveys360 FeedbackPeople Management
View JSON Schema on GitHub

JSON Schema

likertscaleratinganswerdto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/small-improvements/main/json-schema/likertscaleratinganswerdto.json",
  "title": "LikertScaleRatingAnswerDto",
  "description": "LikertScaleRatingAnswerDto schema for the Small Improvements API",
  "allOf": [
    {
      "$ref": "#/components/schemas/AnswerDto"
    },
    {
      "type": "object",
      "title": "LikertScaleRatingAnswerDto"
    }
  ]
}