591 B
591 B
Application
An application.
{
"id": "(string)",
"status": "(InProgress|Submitted)",
"terms": { "hasReadInstructions": ... }
}
| field | type | description |
|---|---|---|
| id | string | A unique identifier for the application. |
| status | ApplicationStatus | The current status of this application. |
| terms | ApplicationTerms | Terms the user must accept to start, continue an accept an application. |
Represents a user's application, whether in progress or submitted.