Represents a person
| Sequence of |
person.name
The name of the person.
email [?] employment [?] us.address [?] phone [*] |
| Name | Datatype | Required | Description |
|---|---|---|---|
| object.id |
URI | true | The URI to act as the object identifier for this person. |
| account.href |
URI | true | The consumer account URI to which this person belongs. |
| birth.date |
date | false | The person's birth date. |
| gender |
string One of the following values:
| false | The person's sex. |
| ssn |
string | false | The person's social security number. |
| student.gpa |
real | false | The student's GPA. |
| gpa.scale |
real | false | The scale of the GPA (e.g 4.0). |
| married |
boolean | false | If the person is married, this value is set to 'true'. |
| college.graduate |
boolean | false | Identifies if the person is a college graduate. |
| home.owner |
boolean | false | Identifies if the person is a home owner. |
| billing.information.href |
URI | false | A link to the billing information associated with this person. |