Adobe Captivate · JSON Structure

Prime Api Gamification Points Structure

Gamification points for a user

Type: object Properties: 3
AuthoringEducationeLearningLMSSCORMTrainingxAPI

GamificationPoints is a JSON Structure definition published by Adobe Captivate, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/prime-api-gamification-points-structure.json",
  "name": "GamificationPoints",
  "description": "Gamification points for a user",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier"
    },
    "type": {
      "type": "string",
      "const": "gamification"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "learnerPoints": {
          "type": "int32",
          "description": "Points earned through learning activities"
        },
        "managerPoints": {
          "type": "int32",
          "description": "Points earned as a manager"
        },
        "overallPoints": {
          "type": "int32",
          "description": "Total points across all categories"
        }
      }
    }
  }
}