Skip to content

Commit

Permalink
Merge pull request #2 from TuitionFit/jpdillingham-patch-1
Browse files Browse the repository at this point in the history
Rename EFC to SAI, change minimum allowable value to -1501
  • Loading branch information
jpdillingham authored Mar 3, 2024
2 parents 7a60377 + 7a0f9d8 commit c061a8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenAPI/tuitionfit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -936,16 +936,16 @@
"StudentProfile": {
"description": "Student profile information.",
"required": [
"efc",
"sai",
"gpa"
],
"type": "object",
"properties": {
"efc": {
"sai": {
"format": "int32",
"description": "The student's EFC (Expected Family Contribution, 0-999999)",
"description": "The student's SAI (Student Aid Index, -1501-999999)",
"maximum": 999999,
"minimum": 0,
"minimum": -1501,
"type": "integer"
},
"act": {
Expand Down

0 comments on commit c061a8a

Please sign in to comment.