AppCurriculumItem

A curriculum item representation

  • associations
    Type: array object[] · AppCurriculumItemAssociation[]
    required

    Non-hierarchical associations where this item is the source

    An association from a curriculum item to another item

    • associationType
      Type: string
      required

      Type of the association (e.g., exactMatchOf, isRelatedTo, precedes)

    • destinationId
      Type: string
      required

      Identifier of the destination item

    • destinationType
      Type: string
      required

      Type code of the destination item

  • id
    Type: string
    required

    Unique identifier

  • title
    Type: string
    required

    Item title/full statement

  • type
    Type: string
    required

    Item type code

  • children
    Type: array object[]

    Child items

    Empty object
  • code
    Type: string | null

    Human coding scheme

  • extensions
    Type: object | null

    Additional extension data

  • subjects
    Type: array object[] · AppCurriculumSubject[]

    Subjects associated with this item (only populated for courses)

    A subject associated with a curriculum item

    • id
      Type: string
      required

      Unique identifier of the subject

    • title
      Type: string
      required

      Title of the subject