.ref
Specifies and Object Reference
Example: User and Profile
{
"id" : "abcd",
"name" : "earl1",
"email" : "[email protected]"
}{
"id" : "defg",
"displayName" : "Earl 1",
"user" : {
"id" : "abcd",
"name" : "earl1",
"email" : "[email protected]"
}
"application" : {
"id" : "hijk",
"name" : "EXAMPLE"
}
}Last updated