...
For Scholarship Exchange v1.0d, we’ve added the following optional information to the model:
An award duration type. To indicate the time period over which the award may be used. Values include “One-Time” (indicating a single point in time), “Multiyear” (indicating that the award spans multiple years), and “Renewable” (meaning that the award is a one-time award, but applicants are explicitly allowed to re-apply for subsequent years).
An award duration. For multiyear programs, indicates the number of years across which the award may be used. For renewable programs, indicates the number of renewal opportunities.
The following JSON snippet shows an example for a 4-year scholarship.
Code Block | ||
---|---|---|
| ||
... "AwardDuration": { "AwardDurationType": "Multiyear", "DurationYears": 4 }, ... |