Adobe Captivate · JSON Structure

Prime Api Account Structure

A Learning Manager account

Type: object Properties: 3
AuthoringEducationeLearningLMSSCORMTrainingxAPI

Account 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-account-structure.json",
  "name": "Account",
  "description": "A Learning Manager account",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique account identifier"
    },
    "type": {
      "type": "string",
      "const": "account"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "dateCreated": {
          "type": "datetime",
          "description": "Account creation timestamp"
        },
        "gamificationEnabled": {
          "type": "boolean",
          "description": "Whether gamification features are enabled"
        },
        "locale": {
          "type": "string",
          "description": "Default locale for the account"
        },
        "name": {
          "type": "string",
          "description": "Account name"
        },
        "subdomain": {
          "type": "string",
          "description": "The Learning Manager subdomain"
        },
        "timezone": {
          "type": "string",
          "description": "Default timezone for the account"
        }
      }
    }
  }
}