| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Channel | Channel | ChannelModule | AmazonPrimeVideo |
| (2) Company | Company | CompanyModule | AmazonPrimeVideo |
| (3) ContentAvailability | ContentAvailability | CompanyModule | AmazonPrimeVideo |
| (4) Country | Country | TitleModule | AmazonPrimeVideo |
| (5) LicenseAgreement | LicenseAgreement | CompanyModule | AmazonPrimeVideo |
| (6) Service | Service | Module | AmazonPrimeVideo |
| (7) Title | Title | TitleModule | AmazonPrimeVideo |
| Company | CompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Company | ||
| (2) FoundedDate | DATE | Company | ||
| (3) HeadquartersCity | STRING | Company | ||
| (4) HeadquartersCountry | STRING | Company | ||
| (5) Name | STRING | Company | ||
| (6) Website | STRING | Company |
Example:
final Company company = (Company) invokeModule(COMPANY_MODULE + "/company/" + id, Company.class);| ContentAvailability | CompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) AvailableFrom | DATE | ContentAvailability | ||
| (2) AvailableTo | DATE | ContentAvailability | ||
| (3) Country | LONG | ContentAvailability | Country | TitleModule |
| (4) IsIncludedWithSubscription | BOOL | ContentAvailability | ||
| (5) IsTransactional | BOOL | ContentAvailability | ||
| (6) Notes | STRING | ContentAvailability | ||
| (7) Title | LONG | ContentAvailability | Title | TitleModule |
Example:
final ContentAvailability contentavailability = (ContentAvailability) invokeModule(COMPANY_MODULE + "/contentavailability/" + id, ContentAvailability.class);| LicenseAgreement | CompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) IsExclusive | BOOL | LicenseAgreement | ||
| (2) LicenseEnd | DATE | LicenseAgreement | ||
| (3) LicenseStart | DATE | LicenseAgreement | ||
| (4) LicensorCompany | LONG | LicenseAgreement | Company | CompanyModule |
| (5) TerritoryScope | STRING | LicenseAgreement | ||
| (6) Title | LONG | LicenseAgreement | Title | TitleModule |
Example:
final LicenseAgreement licenseagreement = (LicenseAgreement) invokeModule(COMPANY_MODULE + "/licenseagreement/" + id, LicenseAgreement.class);| Contact | Donate | Imprint |