iSpring Learn · Schema

WithdrawGamificationPoints

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
userId string
amount number
reason string
View JSON Schema on GitHub

JSON Schema

WithdrawGamificationPoints.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WithdrawGamificationPoints",
  "required": [
    "userId",
    "amount",
    "reason"
  ],
  "properties": {
    "userId": {
      "type": "string",
      "format": "uuid"
    },
    "amount": {
      "type": "number"
    },
    "reason": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}