Skip to content

Add frl_status to Student model#1

Open
Nerian wants to merge 1 commit into
commonlit:mainfrom
Nerian:add-frl-status-to-student
Open

Add frl_status to Student model#1
Nerian wants to merge 1 commit into
commonlit:mainfrom
Nerian:add-frl-status-to-student

Conversation

@Nerian

@Nerian Nerian commented Jul 6, 2026

Copy link
Copy Markdown

Summary

Adds the frl_status (Free and Reduced Lunch status) field to the Student model, matching the Clever v3 API Student schema. The field is returned by the API but is currently dropped during deserialization because it is missing from attribute_map/openapi_types.

  • Adds frl_status accessor with enum validation (Free, Reduced, Paid, ""), nullable, following the same pattern as ell_status
  • Updates docs/Student.md

We are using this library in production and currently maintain a fork just for this field — we would love to depend on this repo directly instead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants