resource element
Type: | resource |
Namespace: | (default namespace) |
XML Schema: | vcac-identity-rest-schema.xsd |
A simple Resource wrapping a domain object and adding links to it.
Example JSON
{
"links" : [ {
"rel" : "...",
"href" : "..."
}, ... ]
}