Resource
A resource such as an app or book.
Declaration
object ResourceProperties
| Name | Type | Description |
|---|---|---|
attributes | Resource.Attributes | The attribute metadata for the resource. |
href | string | The relative location for the resource, if it may be fetched directly. |
id Required | string | The identifier of the resource. |
meta | Resource.Meta | Contextual data about the resource. |
relationships | Resource.Relationships | The relationships for the resource. |
type Required | string | The type of the resource. |
views | Resource.Views | The views for the resource. |