EmbeddedResource
EmbeddedResource
Base class for resources that are embedded in other resources
AllOf
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"
}