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
- abbreviatedType: string | null
Statement Abbreviated version of the full statement; lets a consumer apply the aggregate standard-name precedence (abbreviatedStatement ?? code ?? title)
- childrenType: array object[]
Child items
Empty object - codeType: string | null
Human coding scheme
- extensionsType: object | null
Additional extension data
- orderType: string | null
Resolved ordering value equivalent to the aggregate's order — standards/subStandards from the isPartOf→course sequenceNumber, all other items from listEnumeration
- 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
