AppCurriculumItem
A curriculum item representation
- associationsType: array object[] · AppCurriculumItemAssociation[]required
Non-hierarchical associations where this item is the source
An association from a curriculum item to another item
- associationType: string
Type requiredType of the association (e.g., exactMatchOf, isRelatedTo, precedes)
- destinationType: string
Id requiredIdentifier of the destination item
- destinationType: string
Type requiredType code of the destination item
- idType: stringrequired
Unique identifier
- titleType: stringrequired
Item title/full statement
- typeType: stringrequired
Item type code
- childrenType: array object[]
Child items
Empty object - codeType: string | null
Human coding scheme
- extensionsType: object | null
Additional extension data
- subjectsType: array object[] · AppCurriculumSubject[]
Subjects associated with this item (only populated for courses)
A subject associated with a curriculum item
- idType: stringrequired
Unique identifier of the subject
- titleType: stringrequired
Title of the subject
