AppCurriculumItemList

  • items
    Type: array object[] · AppCurriculumItem[]
    required

    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

    • id
      Type: string
      required

      Unique identifier

    • title
      Type: string
      required

      Item title/full statement

    • type
      Type: string
      required

      Item type code

    • abbreviatedStatement
      Type: string | null

      Abbreviated version of the full statement; lets a consumer apply the aggregate standard-name precedence (abbreviatedStatement ?? code ?? title)

    • children
      Type: array object[]

      Child items

      Empty object
    • code
      Type: string | null

      Human coding scheme

    • extensions
      Type: object | null

      Additional extension data

    • order
      Type: string | null

      Resolved ordering value equivalent to the aggregate's order — standards/subStandards from the isPartOf→course sequenceNumber, all other items from listEnumeration

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

      Subjects associated with this item (only populated for courses)

      A subject associated with a curriculum item