Abstract Resource Data Type

Abstract Type
Subtypes
ResourceMeta, Resource
Properties
name data type description
extensions array of object
type ResourceType
lang string
contentType string
name string
revision number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "extensions" : [ { }, { } ],
  "type" : "FILE",
  "lang" : "...",
  "contentType" : "...",
  "name" : "...",
  "revision" : 12345
}