Resource🔗
          Resource represents an address to a file (a locator). The value is an URI that
          can represent an absolute or relative path
        
      Properties 🔗
- path: PathType 🔗
 - 
          Path and name of the resource (with file extension).The path can be absolute or relative.
 - contentType: Optional[ContentType] 🔗
 - 
          Content type of the content of the file.The content type states which file extensions the file can have.
 
Usages
| AssetInformation | AssetInformation.defaultThumbnail |