SCORM · JSON Structure

Scorm Package Structure

JSON structure documentation for a SCORM content package (PIF - Package Interchange Format)

Type: object Properties: 0
E-LearningLMSStandardsEducationInteroperability

Scorm Package Structure is a JSON Structure definition published by SCORM.

Meta-schema:

JSON Structure

scorm-package-structure.json Raw ↑
{
  "title": "SCORM Package Structure",
  "description": "JSON structure documentation for a SCORM content package (PIF - Package Interchange Format)",
  "type": "object",
  "fields": [
    {
      "name": "manifest",
      "type": "object",
      "required": true,
      "description": "imsmanifest.xml root element defining the package",
      "fields": [
        {
          "name": "identifier",
          "type": "string",
          "required": true,
          "description": "Unique identifier for the content package"
        },
        {
          "name": "version",
          "type": "string",
          "required": false,
          "description": "Package version"
        },
        {
          "name": "metadata",
          "type": "object",
          "required": false,
          "description": "Package-level metadata (title, description, keywords, schema)",
          "fields": [
            {
              "name": "schema",
              "type": "string",
              "required": true,
              "description": "SCORM conformance string (e.g., 'ADL SCORM' for 1.2, 'ADL SCORM 2004 4th Edition')"
            },
            {
              "name": "schemaversion",
              "type": "string",
              "required": true,
              "description": "Schema version (e.g., '1.2' or '2004 4th Edition')"
            }
          ]
        },
        {
          "name": "organizations",
          "type": "object",
          "required": true,
          "description": "Course structure containing one or more organizations",
          "fields": [
            {
              "name": "default",
              "type": "string",
              "required": true,
              "description": "Identifier of the default organization"
            },
            {
              "name": "organization",
              "type": "array",
              "required": true,
              "description": "List of course organizations",
              "items": {
                "type": "object",
                "fields": [
                  {
                    "name": "identifier",
                    "type": "string",
                    "required": true
                  },
                  {
                    "name": "title",
                    "type": "string",
                    "required": true,
                    "description": "Organization/course title"
                  },
                  {
                    "name": "item",
                    "type": "array",
                    "required": true,
                    "description": "Hierarchical list of learning activities (SCOs and assets)"
                  }
                ]
              }
            }
          ]
        },
        {
          "name": "resources",
          "type": "object",
          "required": true,
          "description": "Physical files referenced in the package",
          "fields": [
            {
              "name": "resource",
              "type": "array",
              "required": true,
              "description": "Individual resources (SCOs, assets, stylesheets)",
              "items": {
                "type": "object",
                "fields": [
                  {
                    "name": "identifier",
                    "type": "string",
                    "required": true
                  },
                  {
                    "name": "type",
                    "type": "string",
                    "required": true,
                    "description": "Resource type: webcontent or sco"
                  },
                  {
                    "name": "href",
                    "type": "string",
                    "required": false,
                    "description": "Launch URL for SCOs"
                  },
                  {
                    "name": "file",
                    "type": "array",
                    "required": true,
                    "description": "Physical files included in this resource"
                  }
                ]
              }
            }
          ]
        }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scorm-package-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.