EmbeddedResource

EmbeddedResource
EmbeddedResource

Base class for resources that are embedded in other resources

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_revision": 0,
    "_owner": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "description": "string"
}