| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) ContentRating | ContentRating | ProductionCompanyModule | AmazonPrimeVideo |
| (2) Country | Country | TitleModule | AmazonPrimeVideo |
| (3) ProductionCompany | ProductionCompany | ProductionCompanyModule | AmazonPrimeVideo |
| (4) RatingSystem | RatingSystem | ProductionCompanyModule | AmazonPrimeVideo |
| (5) Title | Title | TitleModule | AmazonPrimeVideo |
| (6) TitleProductionCompany | TitleProductionCompany | TitleModule | AmazonPrimeVideo |
| ContentRating | ProductionCompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) RatingCode | STRING | ContentRating | ||
| (2) RatingDescription | STRING | ContentRating | ||
| (3) RatingSystem | LONG | ContentRating | RatingSystem | ProductionCompanyModule |
| (4) Title | LONG | ContentRating | Title | TitleModule |
Example:
final ContentRating contentrating = (ContentRating) invokeModule(PRODUCTION_COMPANY_MODULE + "/contentrating/" + id, ContentRating.class);| ProductionCompany | ProductionCompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | ProductionCompany | Country | TitleModule |
| (2) Description | STRING | ProductionCompany | ||
| (3) Name | STRING | ProductionCompany | ||
| (4) Website | STRING | ProductionCompany |
Example:
final ProductionCompany productioncompany = (ProductionCompany) invokeModule(PRODUCTION_COMPANY_MODULE + "/productioncompany/" + id, ProductionCompany.class);| RatingSystem | ProductionCompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | RatingSystem | Country | TitleModule |
| (2) Description | STRING | RatingSystem | ||
| (3) Name | STRING | RatingSystem |
Example:
final RatingSystem ratingsystem = (RatingSystem) invokeModule(PRODUCTION_COMPANY_MODULE + "/ratingsystem/" + id, RatingSystem.class);| Contact | Donate | Imprint |