Properties
| Name | Type | Description |
|---|---|---|
| categories | object | |
| collection_ids | object | |
| course_ids | object | |
| created_at | string | |
| description | string | |
| duration_minutes | number | |
| external_reference | string | |
| id | string | |
| instructor_ids | object | |
| is_active | boolean | |
| languages | object | |
| localizations | object | |
| media | object | |
| name | string | |
| provider_name | string | |
| raw | object | |
| short_description | string | |
| skills | object | |
| sort_order | number | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LmsContent",
"title": "LmsContent",
"properties": {
"categories": {
"$ref": "#/components/schemas/property_LmsContent_categories"
},
"collection_ids": {
"$ref": "#/components/schemas/property_LmsContent_collection_ids"
},
"course_ids": {
"$ref": "#/components/schemas/property_LmsContent_course_ids"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"description": {
"type": "string"
},
"duration_minutes": {
"type": "number"
},
"external_reference": {
"type": "string"
},
"id": {
"type": "string"
},
"instructor_ids": {
"$ref": "#/components/schemas/property_LmsContent_instructor_ids"
},
"is_active": {
"type": "boolean"
},
"languages": {
"$ref": "#/components/schemas/property_LmsContent_languages"
},
"localizations": {
"$ref": "#/components/schemas/property_LmsContent_localizations"
},
"media": {
"$ref": "#/components/schemas/property_LmsContent_media"
},
"name": {
"type": "string"
},
"provider_name": {
"type": "string"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"short_description": {
"type": "string"
},
"skills": {
"$ref": "#/components/schemas/property_LmsContent_skills"
},
"sort_order": {
"type": "number"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}