Kombo · Schema

PostLmsCoursesBulkRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Properties

Name Type Description
items array Array of courses to create or update.
View JSON Schema on GitHub

JSON Schema

kombo-postlmscoursesbulkrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostLmsCoursesBulkRequestBody",
  "title": "PostLmsCoursesBulkRequestBody",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "origin_id": {
            "type": "string",
            "description": "A unique identifier for this item in the batch, used to correlate results and as a stable identifier for matching existing courses."
          },
          "course": {
            "discriminator": {
              "propertyName": "type"
            },
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "EXTERNAL",
                    "description": "`EXTERNAL` indicates that the content is not sent to the LMS, but the `course_url` links to the content in your system."
                  },
                  "title": {
                    "type": "string",
                    "description": "The title of the course revision."
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "A description of the course revision."
                  },
                  "course_url": {
                    "type": "string",
                    "description": "URL to the course page. For content providers, this should be a deeplink into your product that allows users to access the course directly."
                  },
                  "thumbnail_url": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "URL to the thumbnail image for the course."
                  },
                  "duration": {
                    "type": [
                      "integer",
                      "null"
                    ],
                    "format": "int64",
                    "exclusiveMinimum": 0,
                    "description": "The duration of the course in minutes."
                  },
                  "languages": {
                    "type": [
                      "array",
                      "null"
                    ],
                    "items": {
                      "type": "string",
                      "pattern": "^[a-z]{2,3}(-[A-Z]{2})?$",
                      "description": "IETF language tag (BCP 47) in the format \"ll-CC\" (e.g., \"en-US\", \"de-DE\") or \"ll\" (e.g., \"en\", \"de\")."
                    },
                    "description": "A array containing the supported languages for the course content. If only one language is accepted by remote tool we default to the first one. "
                  }
                },
                "required": [
                  "type",
                  "title",
                  "course_url"
                ]
              }
            ]
          }
        },
        "required": [
          "origin_id",
          "course"
        ]
      },
      "description": "Array of courses to create or update."
    }
  },
  "required": [
    "items"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/kombo-postlmscoursesbulkrequestbody"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.