TableOfContents
← Back to SchemaClass Details
Parent Classes
Direct Subclasses
Properties
Properties for TableOfContents and its parent classes.
| Property | Expected Type | Description |
|---|---|---|
| Properties of TableOfContents | ||
| entry | TableOfContentsEntry | An entry adds a item to a ToC. |
| childOf | Resource | A child in relation to a parent resource. |
| forCourse | Course | The Course in which the resource is meant for. |
API Access
Access this class through the API
Endpoint:
/api/schema/class/TableOfContentsAvailable formats:
Example usage:
curl -H "Accept: application/json" /api/schema/class/TableOfContentsExamples
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"
}