| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Profile | Profile | ProfileModule | AmazonPrimeVideo |
| (2) Title | Title | TitleModule | AmazonPrimeVideo |
| (3) TitleVideoFormat | TitleVideoFormat | VideoFormatModule | AmazonPrimeVideo |
| (4) UserRating | UserRating | VideoFormatModule | AmazonPrimeVideo |
| (5) VideoFormat | VideoFormat | VideoFormatModule | AmazonPrimeVideo |
| TitleVideoFormat | VideoFormatModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Title | LONG | TitleVideoFormat | Title | TitleModule |
| (2) VideoFormat | LONG | TitleVideoFormat | VideoFormat | VideoFormatModule |
Example:
final TitleVideoFormat titlevideoformat = (TitleVideoFormat) invokeModule(VIDEO_FORMAT_MODULE + "/titlevideoformat/" + id, TitleVideoFormat.class);| UserRating | VideoFormatModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Profile | LONG | UserRating | Profile | ProfileModule |
| (2) RatedAt | STRING | UserRating | ||
| (3) RatingValue | LONG | UserRating | ||
| (4) Title | LONG | UserRating | Title | TitleModule |
Example:
final UserRating userrating = (UserRating) invokeModule(VIDEO_FORMAT_MODULE + "/userrating/" + id, UserRating.class);| VideoFormat | VideoFormatModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | VideoFormat | ||
| (2) Name | STRING | VideoFormat |
Example:
final VideoFormat videoformat = (VideoFormat) invokeModule(VIDEO_FORMAT_MODULE + "/videoformat/" + id, VideoFormat.class);| Contact | Donate | Imprint |