Adobe Captivate · JSON Structure

Prime Api Localized Metadata Structure

Metadata for a learning object in a specific locale

Type: object Properties: 5
AuthoringEducationeLearningLMSSCORMTrainingxAPI

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

Properties

description locale name overview richTextOverview

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-localized-metadata-structure.json",
  "name": "LocalizedMetadata",
  "description": "Metadata for a learning object in a specific locale",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Description in the specified locale"
    },
    "locale": {
      "type": "string",
      "description": "The locale code (e.g. en-US, fr-FR)"
    },
    "name": {
      "type": "string",
      "description": "Name in the specified locale"
    },
    "overview": {
      "type": "string",
      "description": "Overview or summary text"
    },
    "richTextOverview": {
      "type": "string",
      "description": "Rich text (HTML) overview content"
    }
  }
}