Resource

Resource
Resource

Base class for any resource.

JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string"
}
_self
Optional

The server will populate this field when returing the resource. Ignored on PUT and POST.

_links
Optional

The server will populate this field when returing the resource. Ignored on PUT and POST.

string
_schema
Optional

Schema for this resource.

Used By