Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions full-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ definitions:
type: string
x-nullable: true
type: object

District:
type: object
properties:
Expand Down Expand Up @@ -1807,7 +1807,7 @@ definitions:
email:
type: string
x-nullable: true

PreferredName:
properties:
first:
Expand Down Expand Up @@ -2627,6 +2627,10 @@ definitions:
properties:
id:
type: string
description: |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc-ing @KatieTGardner for your thoughts on this note!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this makes sense!

Deprecated. The Clever unique identifier of the submission. Will always be empty if the
upstream LMS provider is Google Classroom; it is currently still present for Canvas and
Schoology LMSs but will be removed in the near future.
created:
type: string
format: datetime
Expand Down
Loading