EmbeddedResource
EmbeddedResource
JSON Example
{
"_self": {
"rel": "string"
},
"_owner": {
"rel": "string"
},
"display_name": "string",
"description": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_revision": 0,
"_schema": "string",
"resource_type": "string",
"id": "string"
}
string
display_name
Optional
Defaults to ID if not set
string
description
Optional
description
array of ResourceLink
_links
Optional
The server will populate this field when returing the resource. Ignored on PUT and POST.
integer As int64 As int64
_revision
Optional
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
string
_schema
Optional
_schema
string
resource_type
Optional
The type of this resource.
string
id
Optional
Identifier of the resource