iSpring Learn · Schema

AppraisalSessionStatus

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

AppraisalSessionStatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AppraisalSessionStatus",
  "type": "string",
  "enum": [
    "NOT_STARTED",
    "IN_PROGRESS",
    "COMPLETED"
  ]
}