Person Data Type

Properties
name data type constraints description
email string required
name string required
links array of object   Set of links managed by this resource This field is ignored in PUT/POST operations

Example

{
  "email" : "...",
  "name" : "...",
  "links" : [ { }, { } ]
}