OER Schema

TableOfContents

← Back to Schema

Class Details

Direct Subclasses

Properties

Properties for TableOfContents and its parent classes.
PropertyExpected TypeDescription
Properties of TableOfContents
entryTableOfContentsEntryAn entry adds a item to a ToC.
childOfResourceA child in relation to a parent resource.
forCourseCourseThe Course in which the resource is meant for.

API Access

Access this class through the API

Examples

Implementation Examples

Below are examples of how to implement the TableOfContents class in different formats.

{
  "@context": {
    "oer": "http://oerschema.org/",
    "schema": "http://schema.org/"
  },
  "@type": "oer:TableOfContents",
  "oer:entry": "Sample value",
  "oer:childOf": "Sample value",
  "oer:forCourse": "Sample value"
}