Skip to content

Commit

Permalink
fix list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Aug 24, 2016
1 parent 4171e4e commit 7eab7a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/notification-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ errors: none
```

## Feilds
**oid** is a 40-character hex string from the offer url to allow the school to match an offer to a student.
**time** is a UTC timestamp string representing when the disclosure notification was generated.
**errors** is a string indicating whether the disclosure was valid. It will have one of two values:
**oid** is a 40-character hex string from the offer url to allow the school to match an offer to a student.
**time** is a UTC timestamp string representing when the disclosure notification was generated.
**errors** is a string indicating whether the disclosure was valid. It will have one of two values:

- "none"
This will confirm that the disclosure was completed and is valid.

- "INVALID: student indicated the offer information is wrong"
This indicates that the student clicked on the link labeled "No, this is not my information"
This option is intended to catch cases where the student was given the wrong URL or a faulty URL.
Expand Down

0 comments on commit 7eab7a7

Please sign in to comment.