Response Data Type

Abstract Type
Subtypes
ResponseImpl
Properties
name data type constraints description
metadata map of array of object  
status number required
entity object  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "metadata" : {
    "property1" : [ { }, { } ],
    "property2" : [ { }, { } ]
  },
  "status" : 12345,
  "entity" : { }
}