> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/origin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/origin/apis-all/red-bee-api-docs/models.md).

# Models

## The Object object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The GetAcquisitionTitleProblems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAcquisitionTitleProblems":{"title":"GetAcquisitionTitleProblems","properties":{"ProgramId":{"description":"Optional filter by ProgramId.","type":"integer","format":"int64"},"ProgramType":{"description":"Optional filter by ProgramType.","type":"string"}},"description":"GetAcquisitionTitleProblems","type":"object"}}}}
```

## The GetAcquisitionTitleProblemReasonCodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAcquisitionTitleProblemReasonCodes":{"title":"GetAcquisitionTitleProblemReasonCodes","properties":{},"description":"GetAcquisitionTitleProblemReasonCodes","type":"object"}}}}
```

## The CreateAcquisitionTitleProblem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAcquisitionTitleProblem":{"title":"CreateAcquisitionTitleProblem","required":["ProgramId","ProgramType","Explanation","Modifier"],"properties":{"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Existing reason code ID.","type":"integer","format":"int32"},"ReasonCode":{"description":"Reason code name. If provided and not found, it will be created.","type":"string"},"Explanation":{"description":"Explanation for the issue.","type":"string"},"Modifier":{"description":"Last person to modify the report.","type":"integer","format":"int32"}},"description":"CreateAcquisitionTitleProblem","type":"object"}}}}
```

## The CreateAcquisitionUserEvent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAcquisitionUserEvent":{"title":"CreateAcquisitionUserEvent","required":["ProgramId","ProgramType","Modified","Modifier","EventName"],"properties":{"Id":{"description":"Unique ID of the user event record.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"Modified":{"description":"Date event was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this event.","type":"integer","format":"int32"},"EventName":{"description":"User event name.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"CreateAcquisitionUserEvent","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateAcquisitionUserEventNotification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAcquisitionUserEventNotification":{"title":"CreateAcquisitionUserEventNotification","required":["ProgramId","ProgramType","Modified","Modifier","EventName"],"properties":{"Id":{"description":"Unique ID of the user event notification record.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"Modified":{"description":"Date notification was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this notification.","type":"integer","format":"int32"},"EventName":{"description":"User event name for notification.","type":"string"},"ServerToUser":{"description":"Indicates if the notification is from server to user.","type":"boolean"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"CreateAcquisitionUserEventNotification","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetAcquisitionUserEventNotifications object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAcquisitionUserEventNotifications":{"title":"GetAcquisitionUserEventNotifications","properties":{"ProgramId":{"description":"Optional ProgramId filter. Must be provided with ProgramType.","type":"integer","format":"int64"},"ProgramType":{"description":"Optional ProgramType filter. Must be provided with ProgramId.","type":"string"},"Modifier":{"description":"Optional user ID filter (Modifier). Can be combined with ProgramId+ProgramType.","type":"integer","format":"int32"},"LastSeenId":{"description":"Return only records with Id greater than this value.","type":"integer","format":"int64"},"Take":{"description":"Maximum number of records to return. Default 100.","type":"integer","format":"int32"}},"description":"GetAcquisitionUserEventNotifications","type":"object"}}}}
```

## The GetTopUserEvents object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTopUserEvents":{"title":"GetTopUserEvents","required":["EventName"],"properties":{"EventName":{"description":"User event name to retrieve top records for.","type":"string"},"Take":{"description":"Maximum number of records to return. Default 100.","type":"integer","format":"int32"}},"description":"GetTopUserEvents","type":"object"}}}}
```

## The GetTopVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTopVideos":{"title":"GetTopVideos","properties":{"Take":{"description":"Maximum number of records to return. Default 100.","type":"integer","format":"int32"}},"description":"GetTopVideos","type":"object"}}}}
```

## The GetDistinctAcquisitionTitleProblems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDistinctAcquisitionTitleProblems":{"title":"GetDistinctAcquisitionTitleProblems","required":["ProgramId","ProgramType"],"properties":{"ProgramId":{"description":"ProgramId to retrieve distinct title problems for.","type":"integer","format":"int64"},"ProgramType":{"description":"ProgramType to retrieve distinct title problems for.","type":"string"}},"description":"GetDistinctAcquisitionTitleProblems","type":"object"}}}}
```

## The ResolveAcquisitionTitleProblem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResolveAcquisitionTitleProblem":{"title":"ResolveAcquisitionTitleProblem","required":["Id","Modifier"],"properties":{"Id":{"description":"Title problem report ID.","type":"integer","format":"int64"},"Modifier":{"description":"Last person to modify the report.","type":"integer","format":"int32"}},"description":"ResolveAcquisitionTitleProblem","type":"object"}}}}
```

## The ShortenDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShortenDescription":{"title":"ShortenDescription","properties":{"Description":{"type":"string"},"EpisodeType":{"type":"string"},"ProgramType":{"type":"string"},"TargetLength":{"type":"integer","format":"int32"}},"description":"ShortenDescription","type":"object"}}}}
```

## The GetDescription180 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDescription180":{"title":"GetDescription180","properties":{"Description":{"type":"string"},"Genre":{"type":"string"},"ProgramType":{"type":"string"}},"description":"GetDescription180","type":"object"}}}}
```

## The CompareMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareMovie":{"title":"CompareMovie","required":["Id"],"properties":{"Id":{"description":"Entertainment Movie ID.","type":"integer","format":"int64"},"Modifier":{"description":"Optional user id used for compare request tracking and notifications.","type":"integer","format":"int32"},"AllowableIndexAgeDate":{"description":"Helps determine whether Third Party Index data is fresh enough for requested compare.","type":"string","format":"date-time"},"CompareImages":{"type":"boolean"},"ImagesOnly":{"type":"boolean"},"ContributorsOnly":{"type":"boolean"},"TopLevelOnly":{"type":"boolean"}},"description":"CompareMovie","type":"object"}}}}
```

## The MovieCrawl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieCrawl":{"title":"MovieCrawl","properties":{},"description":"MovieCrawl","type":"object"}}}}
```

## The CompareShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareShow":{"title":"CompareShow","required":["Id"],"properties":{"Id":{"description":"Entertainment Show ID.","type":"integer","format":"int64"},"Modifier":{"description":"Optional user id used for compare request tracking and notifications.","type":"integer","format":"int32"},"AllowableIndexAgeDate":{"description":"Helps determine whether Third Party Index data is fresh enough for requested compare.","type":"string","format":"date-time"},"LastTwoSeasons":{"description":"Whether we should only evaluate and compare top-level Show and last two Seasons and its Episodes. This results in a more efficient process.","type":"boolean"},"ShowOnly":{"type":"boolean"},"ContributorsOnly":{"type":"boolean"},"TopLevelOnly":{"type":"boolean"},"CompareImages":{"type":"boolean"},"ImagesOnly":{"type":"boolean"}},"description":"CompareShow","type":"object"}}}}
```

## The CompareShowEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareShowEpisodes":{"title":"CompareShowEpisodes","properties":{"ShowId":{"type":"integer","format":"int64"}},"description":"CompareShowEpisodes","type":"object"}}}}
```

## The ShowCrawl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowCrawl":{"title":"ShowCrawl","properties":{},"description":"ShowCrawl","type":"object"}}}}
```

## The CompareSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareSeason":{"title":"CompareSeason","required":["Id"],"properties":{"Id":{"description":"Entertainment Season ID.","type":"integer","format":"int64"},"Modifier":{"description":"Optional user id used for compare request tracking and notifications.","type":"integer","format":"int32"},"AllowableIndexAgeDate":{"description":"Helps determine whether Third Party Index data is fresh enough for requested compare.","type":"string","format":"date-time"},"Refresh":{"description":"Whether we should perform a full refresh on Season data, deleting most existing data first.","type":"boolean"},"ShowOnly":{"type":"boolean"},"TopLevelOnly":{"type":"boolean"},"CompareImages":{"type":"boolean"},"ImagesOnly":{"type":"boolean"}},"description":"CompareSeason","type":"object"}}}}
```

## The SeasonCrawl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonCrawl":{"title":"SeasonCrawl","properties":{},"description":"SeasonCrawl","type":"object"}}}}
```

## The CompareEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareEpisode":{"title":"CompareEpisode","required":["Id"],"properties":{"Id":{"description":"Entertainment Episode ID.","type":"integer","format":"int64"},"Modifier":{"description":"Optional user id used for compare request tracking and notifications.","type":"integer","format":"int32"},"AllowableIndexAgeDate":{"description":"Helps determine whether Third Party Index data is fresh enough for requested compare.","type":"string","format":"date-time"},"Refresh":{"description":"Whether we should perform a full refresh on Episode data, deleting most existing data first.","type":"boolean"},"ShowOnly":{"type":"boolean"},"CompareImages":{"type":"boolean"},"ImagesOnly":{"type":"boolean"},"ContributorsOnly":{"type":"boolean"},"TopLevelOnly":{"type":"boolean"}},"description":"CompareEpisode","type":"object"}}}}
```

## The EpisodeCrawl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeCrawl":{"title":"EpisodeCrawl","properties":{},"description":"EpisodeCrawl","type":"object"}}}}
```

## The CreateProgramBlockedSources object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateProgramBlockedSources":{"title":"CreateProgramBlockedSources","required":["ProgramId"],"properties":{"ProgramId":{"description":"Entertainment program ID.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type.","type":"string"},"Creator":{"description":"User creating AlphaMergeProgramBlockedSources entry.","type":"integer","format":"int32"},"Notes":{"description":"Reason for blocking third party source from compare for this program.","type":"string"},"BlockedSources":{"description":"List of third party sources blocked from compare for this program.","type":"array","items":{"type":"string"}}},"description":"CreateProgramBlockedSources","type":"object"}}}}
```

## The BlacklistProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"BlacklistProgram":{"title":"BlacklistProgram","required":["MovieId","ShowId","SeasonId","EpisodeId"],"properties":{"MovieId":{"description":"Entertainment movie ID.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment show ID.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment swason ID.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment episode ID.","type":"integer","format":"int64"},"Creator":{"description":"User creating AlphaMergeBlacklist entry.","type":"integer","format":"int32"},"Notes":{"description":"Reason for blocking third party source from compare for this program.","type":"string"}},"description":"BlacklistProgram","type":"object"}}}}
```

## The SyncMovieAltIdToMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncMovieAltIdToMedia":{"title":"SyncMovieAltIdToMedia","properties":{"EntertainmentId":{"type":"integer","format":"int64"},"IdTypes":{"type":"array","items":{"type":"string"}}},"description":"SyncMovieAltIdToMedia","type":"object"}}}}
```

## The SyncShowAltIdToMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncShowAltIdToMedia":{"title":"SyncShowAltIdToMedia","properties":{"EntertainmentId":{"type":"integer","format":"int64"},"IdTypes":{"type":"array","items":{"type":"string"}}},"description":"SyncShowAltIdToMedia","type":"object"}}}}
```

## The SyncSeasonAltIdToMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncSeasonAltIdToMedia":{"title":"SyncSeasonAltIdToMedia","properties":{"EntertainmentId":{"type":"integer","format":"int64"},"IdTypes":{"type":"array","items":{"type":"string"}}},"description":"SyncSeasonAltIdToMedia","type":"object"}}}}
```

## The SyncEpisodeAltIdToMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncEpisodeAltIdToMedia":{"title":"SyncEpisodeAltIdToMedia","properties":{"EntertainmentId":{"type":"integer","format":"int64"},"IdTypes":{"type":"array","items":{"type":"string"}}},"description":"SyncEpisodeAltIdToMedia","type":"object"}}}}
```

## The SyncAllMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAllMovieIds":{"title":"SyncAllMovieIds","required":["IdTypes"],"properties":{"IdTypes":{"description":"Required Movie alternate Id  types to sync to Media.","type":"array","items":{"type":"string"},"enum":["TMDb","Tivo","IMDb"]}},"description":"SyncAllMovieIds","type":"object"}}}}
```

## The SyncAllShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAllShowIds":{"title":"SyncAllShowIds","required":["IdTypes"],"properties":{"IdTypes":{"description":"Required Show alternate Id  types to sync to Media.","type":"array","items":{"type":"string"},"enum":["TMDb","IMDb","Tivo"]}},"description":"SyncAllShowIds","type":"object"}}}}
```

## The SyncAllSeasonIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAllSeasonIds":{"title":"SyncAllSeasonIds","required":["IdTypes"],"properties":{"IdTypes":{"description":"Required show alternate Id  types to sync to Media.","type":"array","items":{"type":"string"},"enum":["TMDb","IMDb","Tivo"]}},"description":"SyncAllSeasonIds","type":"object"}}}}
```

## The SyncAllEpisodeIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAllEpisodeIds":{"title":"SyncAllEpisodeIds","required":["IdTypes"],"properties":{"IdTypes":{"description":"Required Show alternate Id  types to sync to Media.","type":"array","items":{"type":"string"},"enum":["TMDb","IMDb","Tivo"]}},"description":"SyncAllEpisodeIds","type":"object"}}}}
```

## The FixTivo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FixTivo":{"title":"FixTivo","properties":{},"description":"FixTivo","type":"object"}}}}
```

## The GetGBUsage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGBUsage":{"title":"GetGBUsage","properties":{"ReportTag":{"description":"Report Tag filter.","type":"string"},"Month":{"description":"Report month","type":"string","enum":["January","February","March","April","May","June","July","August","September","October","November","December"]},"Year":{"description":"Report year","type":"integer","format":"int32"}},"description":"GetGBUsage","type":"object"}}}}
```

## The GetIps object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIps":{"title":"GetIps","properties":{},"description":"GetIps","type":"object"}}}}
```

## The ClaudeEnterprise object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ClaudeEnterprise":{"title":"ClaudeEnterprise","properties":{"prompt":{"type":"string"},"model":{"type":"string"},"WebSearch":{"type":"boolean"}},"description":"ClaudeEnterprise","type":"object"}}}}
```

## The UpdateApiUsersCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateApiUsersCache":{"title":"UpdateApiUsersCache","properties":{},"description":"UpdateApiUsersCache","type":"object"}}}}
```

## The UpdatePublicEndpointsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePublicEndpointsCache":{"title":"UpdatePublicEndpointsCache","properties":{},"description":"UpdatePublicEndpointsCache","type":"object"}}}}
```

## The GetApiUsers object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetApiUsers":{"title":"GetApiUsers","properties":{},"description":"GetApiUsers","type":"object"}}}}
```

## The UpdateApiUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateApiUser":{"title":"UpdateApiUser","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Phone":{"type":"string"},"Website":{"type":"string"},"Created":{"type":"string","format":"date-time"},"ApiKey":{"type":"string"},"Enabled":{"type":"boolean"}},"description":"UpdateApiUser","type":"object"}}}}
```

## The CreateApiUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateApiUser":{"title":"CreateApiUser","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Phone":{"type":"string"},"Website":{"type":"string"},"Created":{"type":"string","format":"date-time"},"ApiKey":{"type":"string"},"Enabled":{"type":"boolean"}},"description":"CreateApiUser","type":"object"}}}}
```

## The FindimdbidForCrappyProvidermovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindimdbidForCrappyProvidermovie":{"title":"FindimdbidForCrappyProvidermovie","required":["ProvidermovieId"],"properties":{"ProvidermovieId":{"description":"Providermovie Id.","type":"integer","format":"int64"}},"description":"FindimdbidForCrappyProvidermovie","type":"object"}}}}
```

## The FindimdbidForCrappyProvidershow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindimdbidForCrappyProvidershow":{"title":"FindimdbidForCrappyProvidershow","required":["ProvidershowId"],"properties":{"ProvidershowId":{"description":"Providershow Id.","type":"integer","format":"int64"}},"description":"FindimdbidForCrappyProvidershow","type":"object"}}}}
```

## The GetProgramAvailabilityOverrides object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramAvailabilityOverrides":{"title":"GetProgramAvailabilityOverrides","required":["Id","ProgramType"],"properties":{"Id":{"description":"Program Id.","type":"integer","format":"int64"},"ProgramType":{"description":"Type of program","type":"string"}},"description":"GetProgramAvailabilityOverrides","type":"object"}}}}
```

## The GetMovieAvailabilityByMovieId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieAvailabilityByMovieId":{"title":"GetMovieAvailabilityByMovieId","required":["Id","CountryCodes"],"properties":{"Id":{"description":"List of Movie Id.","type":"array","items":{"type":"integer","format":"int64"}},"CountryCodes":{"description":"List of 2 Character Country Codes.","type":"array","items":{"type":"string"}}},"description":"GetMovieAvailabilityByMovieId","type":"object"}}}}
```

## The GetShowAvailabilityByShowId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowAvailabilityByShowId":{"title":"GetShowAvailabilityByShowId","required":["Id","CountryCodes"],"properties":{"Id":{"description":"List of Show Id.","type":"array","items":{"type":"integer","format":"int64"}},"CountryCodes":{"description":"List of 2 Character Country Codes.","type":"array","items":{"type":"string"}}},"description":"GetShowAvailabilityByShowId","type":"object"}}}}
```

## The InsertMovieIDintoProviderMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InsertMovieIDintoProviderMovie":{"title":"InsertMovieIDintoProviderMovie","required":["ProviderMovieID","ENTid"],"properties":{"ProviderMovieID":{"description":"Provider Movie ID","type":"integer","format":"int32"},"ENTid":{"description":"Entertainment ID","type":"integer","format":"int32"}},"description":"InsertMovieIDintoProviderMovie","type":"object"}}}}
```

## The InsertShowIDintoProviderShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InsertShowIDintoProviderShow":{"title":"InsertShowIDintoProviderShow","required":["ProviderShowID","ENTid"],"properties":{"ProviderShowID":{"description":"Provider Show ID","type":"integer","format":"int32"},"ENTid":{"description":"Entertainment ID","type":"integer","format":"int32"}},"description":"InsertShowIDintoProviderShow","type":"object"}}}}
```

## The CreateMovieAvailabilitiesCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieAvailabilitiesCaches":{"title":"CreateMovieAvailabilitiesCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Movie IDs.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"CreateMovieAvailabilitiesCaches","type":"object"}}}}
```

## The CreateProgramAvailabilitiesCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateProgramAvailabilitiesCache":{"title":"CreateProgramAvailabilitiesCache","required":["Id","ProgramType"],"properties":{"Id":{"description":"Entertainment ``Movie ID.","type":"integer","format":"int64"},"ProgramType":{"description":"Entertainment Program type.","type":"string"}},"description":"CreateProgramAvailabilitiesCache","type":"object"}}}}
```

## The CreateShowAvailabilitiesCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowAvailabilitiesCaches":{"title":"CreateShowAvailabilitiesCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Show IDs.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"CreateShowAvailabilitiesCaches","type":"object"}}}}
```

## The CreateSeasonAvailabilitiesCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSeasonAvailabilitiesCaches":{"title":"CreateSeasonAvailabilitiesCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Season IDs.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"CreateSeasonAvailabilitiesCaches","type":"object"}}}}
```

## The CreateEpisodeAvailabilitiesCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateEpisodeAvailabilitiesCaches":{"title":"CreateEpisodeAvailabilitiesCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Episode IDs.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"CreateEpisodeAvailabilitiesCaches","type":"object"}}}}
```

## The CreateAvailabilityOverridePriority object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAvailabilityOverridePriority":{"title":"CreateAvailabilityOverridePriority","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"WebLink":{"type":"string"},"IOSLink":{"type":"string"},"AndroidLink":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"EpisodeId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Title":{"type":"string"},"ReplaceOrDeleteId":{"type":"integer","format":"int64"},"Action":{"type":"string"}},"description":"CreateAvailabilityOverridePriority","type":"object"}}}}
```

## The UpdateAvailabilityOverridePriority object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAvailabilityOverridePriority":{"title":"UpdateAvailabilityOverridePriority","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"WebLink":{"type":"string"},"IOSLink":{"type":"string"},"AndroidLink":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"EpisodeId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Title":{"type":"string"},"ReplaceOrDeleteId":{"type":"integer","format":"int64"},"Action":{"type":"string"}},"description":"UpdateAvailabilityOverridePriority","type":"object"}}}}
```

## The GetDailyListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDailyListings":{"title":"GetDailyListings","properties":{"Date":{"type":"string","format":"date-time"}},"description":"GetDailyListings","type":"object"}}}}
```

## The GetProgramAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramAvailabilities":{"title":"GetProgramAvailabilities","required":["Id","ProgramType"],"properties":{"Id":{"description":"Program Id.","type":"integer","format":"int64"},"ProgramType":{"description":"Type of program","type":"string"}},"description":"GetProgramAvailabilities","type":"object"}}}}
```

## The MonthlyOverridesStartDatesInsert object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MonthlyOverridesStartDatesInsert":{"title":"MonthlyOverridesStartDatesInsert","properties":{},"description":"MonthlyOverridesStartDatesInsert","type":"object"}}}}
```

## The MonthlyOverridesIndexUpdate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MonthlyOverridesIndexUpdate":{"title":"MonthlyOverridesIndexUpdate","required":["provider"],"properties":{"provider":{"description":"which provider to update for the next month's overrides","type":"string"}},"description":"MonthlyOverridesIndexUpdate","type":"object"}}}}
```

## The TrendingAvailsCheck object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingAvailsCheck":{"title":"TrendingAvailsCheck","properties":{},"description":"TrendingAvailsCheck","type":"object"}}}}
```

## The populatePrimeShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populatePrimeShowsOverridesLinks":{"title":"populatePrimeShowsOverridesLinks","properties":{},"description":"populatePrimeShowsOverridesLinks","type":"object"}}}}
```

## The populatePrimeMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populatePrimeMoviesOverridesLinks":{"title":"populatePrimeMoviesOverridesLinks","properties":{},"description":"populatePrimeMoviesOverridesLinks","type":"object"}}}}
```

## The populatePeacockShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populatePeacockShowsOverridesLinks":{"title":"populatePeacockShowsOverridesLinks","properties":{},"description":"populatePeacockShowsOverridesLinks","type":"object"}}}}
```

## The populatePeacockMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populatePeacockMoviesOverridesLinks":{"title":"populatePeacockMoviesOverridesLinks","properties":{},"description":"populatePeacockMoviesOverridesLinks","type":"object"}}}}
```

## The populateParaPlusShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateParaPlusShowsOverridesLinks":{"title":"populateParaPlusShowsOverridesLinks","properties":{},"description":"populateParaPlusShowsOverridesLinks","type":"object"}}}}
```

## The populateParaPlusMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateParaPlusMoviesOverridesLinks":{"title":"populateParaPlusMoviesOverridesLinks","properties":{},"description":"populateParaPlusMoviesOverridesLinks","type":"object"}}}}
```

## The populateNetflixShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateNetflixShowsOverridesLinks":{"title":"populateNetflixShowsOverridesLinks","properties":{},"description":"populateNetflixShowsOverridesLinks","type":"object"}}}}
```

## The populateNetflixMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateNetflixMoviesOverridesLinks":{"title":"populateNetflixMoviesOverridesLinks","properties":{},"description":"populateNetflixMoviesOverridesLinks","type":"object"}}}}
```

## The populateHuluMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateHuluMoviesOverridesLinks":{"title":"populateHuluMoviesOverridesLinks","properties":{},"description":"populateHuluMoviesOverridesLinks","type":"object"}}}}
```

## The populateHuluShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateHuluShowsOverridesLinks":{"title":"populateHuluShowsOverridesLinks","properties":{},"description":"populateHuluShowsOverridesLinks","type":"object"}}}}
```

## The populateHBOmaxMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateHBOmaxMoviesOverridesLinks":{"title":"populateHBOmaxMoviesOverridesLinks","properties":{},"description":"populateHBOmaxMoviesOverridesLinks","type":"object"}}}}
```

## The populateHBOmaxShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateHBOmaxShowsOverridesLinks":{"title":"populateHBOmaxShowsOverridesLinks","properties":{},"description":"populateHBOmaxShowsOverridesLinks","type":"object"}}}}
```

## The populateAppleTVPlusMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateAppleTVPlusMoviesOverridesLinks":{"title":"populateAppleTVPlusMoviesOverridesLinks","properties":{},"description":"populateAppleTVPlusMoviesOverridesLinks","type":"object"}}}}
```

## The populateDisneyPlusMoviesOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateDisneyPlusMoviesOverridesLinks":{"title":"populateDisneyPlusMoviesOverridesLinks","properties":{},"description":"populateDisneyPlusMoviesOverridesLinks","type":"object"}}}}
```

## The populateDisneyPlusShowsOverridesLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"populateDisneyPlusShowsOverridesLinks":{"title":"populateDisneyPlusShowsOverridesLinks","properties":{},"description":"populateDisneyPlusShowsOverridesLinks","type":"object"}}}}
```

## The GetEPisodeAvailabilityByDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEPisodeAvailabilityByDate":{"title":"GetEPisodeAvailabilityByDate","required":["CountryCodes"],"properties":{"Date":{"description":"Date of Episode availabilities.","type":"string","format":"date-time"},"CountryCodes":{"description":"List of 2 Character Country Codes.","type":"array","items":{"type":"string"}}},"description":"GetEPisodeAvailabilityByDate","type":"object"}}}}
```

## The CreateAvailabilityOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAvailabilityOverride":{"title":"CreateAvailabilityOverride","properties":{"Id":{"description":"Id of availability override.","type":"integer","format":"int64"},"Provider":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"OfferType":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"DeliveryMethod":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"Price":{"type":"number","format":"double"},"Currency":{"description":"Availability currency type.","type":"string","enum":["NA","USD","GBP","EUR","JPY","CAD","SEK","DKK","CHF","AUD","NZD","MXN","BRL","INR","NOK","THB","MYR","PHP","IDR","RUB","SGD","KRW","ZAR","LTL","RON","BGN","HUF","CHE","VEF","HKD","TWD","VND","COP"]},"Quality":{"description":"Availability xideo quality.","type":"string","enum":["NOT_SET","HD","UHD","SD"]},"Country":{"description":"Country of availability override.","type":"string"},"Links":{"description":"Links to offers of availability override.<br>Using this model<br>[{\"Platform\": \"value\",\"Url\": \"value\"}]<br>Replace the word string with the platform and url respectively, leave the quotes.<br>Accepted Platforms are IOS, Android or Web","type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"description":"Start date of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"PreSale":{"description":"Presale flag for availability override.","type":"boolean"},"EpisodeId":{"description":"EpisodeId matched to availability override.","type":"integer","format":"int64"},"SeasonId":{"description":"SeasonId matched to availability override.","type":"integer","format":"int64"},"ShowId":{"description":"ShowId matched to availability override.","type":"integer","format":"int64"},"MovieId":{"description":"MovieId matched to availability override.","type":"integer","format":"int64"},"Title":{"description":"PRogram title for availability override.","type":"string"},"ReplaceOrDeleteId":{"description":"Id of availability to replace or delete.","type":"integer","format":"int64"},"Action":{"description":"Availability override action.","type":"string","enum":["None","Replace","Delete","Insert"]}},"description":"CreateAvailabilityOverride","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The OfferLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The DeleteAvailabilityOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteAvailabilityOverride":{"title":"DeleteAvailabilityOverride","required":["Id"],"properties":{"Id":{"description":"AvailabilityOverride ID.","type":"integer","format":"int64"}},"description":"DeleteAvailabilityOverride","type":"object"}}}}
```

## The UpdateAvailabilityOverrides object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAvailabilityOverrides":{"title":"UpdateAvailabilityOverrides","properties":{},"description":"UpdateAvailabilityOverrides","type":"object"}}}}
```

## The RedundantAvailsOverrideCheck object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedundantAvailsOverrideCheck":{"title":"RedundantAvailsOverrideCheck","properties":{},"description":"RedundantAvailsOverrideCheck","type":"object"}}}}
```

## The AlternateIdImport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlternateIdImport":{"title":"AlternateIdImport","properties":{"Provider":{"type":"string"}},"description":"AlternateIdImport","type":"object"}}}}
```

## The AvailabilityDescriptionImporter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AvailabilityDescriptionImporter":{"title":"AvailabilityDescriptionImporter","properties":{},"description":"AvailabilityDescriptionImporter","type":"object"}}}}
```

## The CrawlPage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CrawlPage":{"title":"CrawlPage","required":["Url"],"properties":{"Url":{"description":"The absolute URL of the page to crawl.","type":"string"},"UseResidentialProxy":{"description":"When true, route the request through a residential proxy (useful for bot-protected sites such as Amazon).","type":"boolean"}},"description":"CrawlPage","type":"object"}}}}
```

## The PageMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PageMatch":{"title":"PageMatch","required":["Title"],"properties":{"Title":{"description":"Title extracted from the page.","type":"string"},"Year":{"description":"Release year extracted from the page.","type":"integer","format":"int32"},"Poster":{"description":"Poster/image URL extracted from the page (used as a perceptual-hash tie-breaker).","type":"string"},"Description":{"description":"Synopsis/description extracted from the page.","type":"string"},"WatchUrl":{"description":"The watch URL the metadata came from (echoed back for convenience).","type":"string"},"TopN":{"description":"Maximum number of ranked matches to return. Default 5.","type":"integer","format":"int32"}},"description":"PageMatch","type":"object"}}}}
```

## The UpdateProgramAvailabilityOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateProgramAvailabilityOverride":{"title":"UpdateProgramAvailabilityOverride","properties":{"Id":{"description":"Id of availability override.","type":"integer","format":"int64"},"Provider":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"OfferType":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"DeliveryMethod":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"Price":{"type":"number","format":"double"},"Currency":{"description":"Availability currency type.","type":"string","enum":["NA","USD","GBP","EUR","JPY","CAD","SEK","DKK","CHF","AUD","NZD","MXN","BRL","INR","NOK","THB","MYR","PHP","IDR","RUB","SGD","KRW","ZAR","LTL","RON","BGN","HUF","CHE","VEF","HKD","TWD","VND","COP"]},"Quality":{"description":"Availability xideo quality.","type":"string","enum":["NOT_SET","HD","UHD","SD"]},"Country":{"description":"Country of availability override.","type":"string"},"Links":{"description":"Links to offers of availability override.<br>Using this model<br>[{\"Platform\": \"value\",\"Url\": \"value\"}]<br>Replace the word string with the platform and url respectively, leave the quotes.<br>Accepted Platforms are IOS, Android or Web","type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"description":"Start date of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"PreSale":{"description":"Presale flag for availability override.","type":"boolean"},"EpisodeId":{"description":"EpisodeId matched to availability override.","type":"integer","format":"int64"},"SeasonId":{"description":"SeasonId matched to availability override.","type":"integer","format":"int64"},"ShowId":{"description":"ShowId matched to availability override.","type":"integer","format":"int64"},"MovieId":{"description":"MovieId matched to availability override.","type":"integer","format":"int64"},"Title":{"description":"PRogram title for availability override.","type":"string"},"ReplaceOrDeleteId":{"description":"Id of availability to replace or delete.","type":"integer","format":"int64"},"Action":{"description":"Availability override action.","type":"string","enum":["None","Replace","Delete","Insert"]}},"description":"UpdateProgramAvailabilityOverride","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The UpdateMovieLookupByAlternateIdCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMovieLookupByAlternateIdCache":{"title":"UpdateMovieLookupByAlternateIdCache","properties":{},"description":"UpdateMovieLookupByAlternateIdCache","type":"object"}}}}
```

## The UpdateShowLookupByAlternateIdCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateShowLookupByAlternateIdCache":{"title":"UpdateShowLookupByAlternateIdCache","properties":{},"description":"UpdateShowLookupByAlternateIdCache","type":"object"}}}}
```

## The CreateCountryLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCountryLookup":{"title":"CreateCountryLookup","properties":{},"description":"CreateCountryLookup","type":"object"}}}}
```

## The CreateImdbRatingsLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateImdbRatingsLookup":{"title":"CreateImdbRatingsLookup","properties":{},"description":"CreateImdbRatingsLookup","type":"object"}}}}
```

## The CreateMovieRatingsLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieRatingsLookup":{"title":"CreateMovieRatingsLookup","properties":{},"description":"CreateMovieRatingsLookup","type":"object"}}}}
```

## The CreateShowRatingsLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowRatingsLookup":{"title":"CreateShowRatingsLookup","properties":{},"description":"CreateShowRatingsLookup","type":"object"}}}}
```

## The CreatePersonRatingsLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreatePersonRatingsLookup":{"title":"CreatePersonRatingsLookup","properties":{},"description":"CreatePersonRatingsLookup","type":"object"}}}}
```

## The CreateWikiDictionaryItemsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateWikiDictionaryItemsCache":{"title":"CreateWikiDictionaryItemsCache","properties":{},"description":"CreateWikiDictionaryItemsCache","type":"object"}}}}
```

## The CreateWikipediaTitleCategoryItemsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateWikipediaTitleCategoryItemsCache":{"title":"CreateWikipediaTitleCategoryItemsCache","properties":{},"description":"CreateWikipediaTitleCategoryItemsCache","type":"object"}}}}
```

## The CreateWikipediaCategoryShortLabelsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateWikipediaCategoryShortLabelsCache":{"title":"CreateWikipediaCategoryShortLabelsCache","properties":{},"description":"CreateWikipediaCategoryShortLabelsCache","type":"object"}}}}
```

## The CreateTrendSourceCountCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTrendSourceCountCache":{"title":"CreateTrendSourceCountCache","properties":{},"description":"CreateTrendSourceCountCache","type":"object"}}}}
```

## The CreateCollectionCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCollectionCaches":{"title":"CreateCollectionCaches","properties":{},"description":"CreateCollectionCaches","type":"object"}}}}
```

## The GetCountryByName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCountryByName":{"title":"GetCountryByName","required":["Name"],"properties":{"Name":{"description":"Name.","type":"string"}},"description":"GetCountryByName","type":"object"}}}}
```

## The GetTitleTrieLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTitleTrieLookup":{"title":"GetTitleTrieLookup","required":["Prefix"],"properties":{"Prefix":{"description":"String prefix to use to locate matching titles.","type":"string"},"Size":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]}},"description":"GetTitleTrieLookup","type":"object"}}}}
```

## The GetPersonListLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonListLookup":{"title":"GetPersonListLookup","required":["Prefix"],"properties":{"Prefix":{"description":"String prefix to use to locate matching titles.","type":"string"},"Size":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"}},"description":"GetPersonListLookup","type":"object"}}}}
```

## The GetChartMoviesBoxoffice object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetChartMoviesBoxoffice":{"title":"GetChartMoviesBoxoffice","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 100)","type":"integer","format":"int32"}},"description":"GetChartMoviesBoxoffice","type":"object"}}}}
```

## The GetChartMoviesMostAnticipated object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetChartMoviesMostAnticipated":{"title":"GetChartMoviesMostAnticipated","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 100)","type":"integer","format":"int32"}},"description":"GetChartMoviesMostAnticipated","type":"object"}}}}
```

## The GetChartPeoplePopular object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetChartPeoplePopular":{"title":"GetChartPeoplePopular","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 100)","type":"integer","format":"int32"}},"description":"GetChartPeoplePopular","type":"object"}}}}
```

## The GetImdbPopularMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPopularMovies":{"title":"GetImdbPopularMovies","properties":{},"description":"GetImdbPopularMovies","type":"object"}}}}
```

## The GetImdbTopBoxoffice object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTopBoxoffice":{"title":"GetImdbTopBoxoffice","properties":{},"description":"GetImdbTopBoxoffice","type":"object"}}}}
```

## The GetIVAPopularMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIVAPopularMovies":{"title":"GetIVAPopularMovies","properties":{"FromDate":{"type":"string","format":"date-time"}},"description":"GetIVAPopularMovies","type":"object"}}}}
```

## The GetTmdbPopularMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbPopularMovies":{"title":"GetTmdbPopularMovies","properties":{},"description":"GetTmdbPopularMovies","type":"object"}}}}
```

## The GetTheNumbersPopularMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTheNumbersPopularMovies":{"title":"GetTheNumbersPopularMovies","properties":{},"description":"GetTheNumbersPopularMovies","type":"object"}}}}
```

## The GetTmdbPopularTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbPopularTv":{"title":"GetTmdbPopularTv","properties":{},"description":"GetTmdbPopularTv","type":"object"}}}}
```

## The GetImdbPopularTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPopularTv":{"title":"GetImdbPopularTv","properties":{},"description":"GetImdbPopularTv","type":"object"}}}}
```

## The GetIvaPopularTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIvaPopularTv":{"title":"GetIvaPopularTv","properties":{},"description":"GetIvaPopularTv","type":"object"}}}}
```

## The GetImdbPopularPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPopularPeople":{"title":"GetImdbPopularPeople","properties":{},"description":"GetImdbPopularPeople","type":"object"}}}}
```

## The GetTmdbPopularPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbPopularPeople":{"title":"GetTmdbPopularPeople","properties":{},"description":"GetTmdbPopularPeople","type":"object"}}}}
```

## The GetIVAPopularPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIVAPopularPeople":{"title":"GetIVAPopularPeople","properties":{},"description":"GetIVAPopularPeople","type":"object"}}}}
```

## The CalculateBoxOffice object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CalculateBoxOffice":{"title":"CalculateBoxOffice","properties":{},"description":"CalculateBoxOffice","type":"object"}}}}
```

## The CalculatePopularMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CalculatePopularMovies":{"title":"CalculatePopularMovies","properties":{},"description":"CalculatePopularMovies","type":"object"}}}}
```

## The CalculateMostAnticipatedMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CalculateMostAnticipatedMovies":{"title":"CalculateMostAnticipatedMovies","properties":{},"description":"CalculateMostAnticipatedMovies","type":"object"}}}}
```

## The CalculatePopularTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CalculatePopularTv":{"title":"CalculatePopularTv","properties":{},"description":"CalculatePopularTv","type":"object"}}}}
```

## The CalculatePopularPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CalculatePopularPeople":{"title":"CalculatePopularPeople","properties":{},"description":"CalculatePopularPeople","type":"object"}}}}
```

## The CreateDbCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbCollection":{"title":"CreateDbCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.","type":"integer","format":"int32"},"Name":{"description":"Name of the Collection.","type":"string"},"Description":{"description":"Description of the Collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"},"Items":{"description":"List of collection items in the collection.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}},"Parents":{"description":"List of collection parents.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionParent"}}},"description":"CreateDbCollection","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"},"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The DbCollectionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"}}}}
```

## The DbCollectionParent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The GetDbCollections object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbCollections":{"title":"GetDbCollections","properties":{},"description":"GetDbCollections","type":"object"}}}}
```

## The GetCollectionTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCollectionTypes":{"title":"GetCollectionTypes","properties":{},"description":"GetCollectionTypes","type":"object"}}}}
```

## The CreateCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCompany":{"title":"CreateCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"CreateCompany","type":"object"}}}}
```

## The GetCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCompanies":{"title":"GetCompanies","required":["Skip","Take"],"properties":{"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetCompanies","type":"object"}}}}
```

## The GetCountries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCountries":{"title":"GetCountries","properties":{},"description":"GetCountries","type":"object"}}}}
```

## The GetLanguages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetLanguages":{"title":"GetLanguages","properties":{},"description":"GetLanguages","type":"object"}}}}
```

## The GetCachedCaptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCachedCaptions":{"title":"GetCachedCaptions","properties":{},"description":"GetCachedCaptions","type":"object"}}}}
```

## The GetCachedLanguages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCachedLanguages":{"title":"GetCachedLanguages","properties":{},"description":"GetCachedLanguages","type":"object"}}}}
```

## The GetEncodeTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEncodeTypes":{"title":"GetEncodeTypes","properties":{},"description":"GetEncodeTypes","type":"object"}}}}
```

## The GetImageTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImageTypes":{"title":"GetImageTypes","properties":{},"description":"GetImageTypes","type":"object"}}}}
```

## The GetTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTags":{"title":"GetTags","required":["Skip","Take"],"properties":{"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetTags","type":"object"}}}}
```

## The CreateDbTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbTheme":{"title":"CreateDbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"CreateDbTheme","type":"object"}}}}
```

## The GetDbThemes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbThemes":{"title":"GetDbThemes","properties":{},"description":"GetDbThemes","type":"object"}}}}
```

## The GetVideoTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetVideoTypes":{"title":"GetVideoTypes","properties":{},"description":"GetVideoTypes","type":"object"}}}}
```

## The GetCommonEnumerators object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCommonEnumerators":{"title":"GetCommonEnumerators","properties":{},"description":"GetCommonEnumerators","type":"object"}}}}
```

## The GetProviders object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProviders":{"title":"GetProviders","properties":{},"description":"GetProviders","type":"object"}}}}
```

## The GetOfferTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetOfferTypes":{"title":"GetOfferTypes","properties":{},"description":"GetOfferTypes","type":"object"}}}}
```

## The GetDeliveryMethods object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDeliveryMethods":{"title":"GetDeliveryMethods","properties":{},"description":"GetDeliveryMethods","type":"object"}}}}
```

## The GetCurrencyTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCurrencyTypes":{"title":"GetCurrencyTypes","properties":{},"description":"GetCurrencyTypes","type":"object"}}}}
```

## The GetVideoQualities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetVideoQualities":{"title":"GetVideoQualities","properties":{},"description":"GetVideoQualities","type":"object"}}}}
```

## The GetOriginatingNetworks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetOriginatingNetworks":{"title":"GetOriginatingNetworks","properties":{},"description":"GetOriginatingNetworks","type":"object"}}}}
```

## The GetTrendSources object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTrendSources":{"title":"GetTrendSources","properties":{},"description":"GetTrendSources","type":"object"}}}}
```

## The GetDataDemoFilters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDataDemoFilters":{"title":"GetDataDemoFilters","properties":{},"description":"GetDataDemoFilters","type":"object"}}}}
```

## The CreateDbAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbAward":{"title":"CreateDbAward","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"CreateDbAward","type":"object"}}}}
```

## The GetDbAwards object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbAwards":{"title":"GetDbAwards","properties":{},"description":"GetDbAwards","type":"object"}}}}
```

## The TestPublish object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TestPublish":{"title":"TestPublish","properties":{},"description":"TestPublish","type":"object"}}}}
```

## The GetMovieAlternateIdTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieAlternateIdTypes":{"title":"GetMovieAlternateIdTypes","properties":{},"description":"GetMovieAlternateIdTypes","type":"object"}}}}
```

## The GetMovieReleaseTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieReleaseTypes":{"title":"GetMovieReleaseTypes","properties":{},"description":"GetMovieReleaseTypes","type":"object"}}}}
```

## The GetMovieCertifications object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieCertifications":{"title":"GetMovieCertifications","properties":{},"description":"GetMovieCertifications","type":"object"}}}}
```

## The GetMovieGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieGenres":{"title":"GetMovieGenres","properties":{},"description":"GetMovieGenres","type":"object"}}}}
```

## The GetShowAlternateIdTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowAlternateIdTypes":{"title":"GetShowAlternateIdTypes","properties":{},"description":"GetShowAlternateIdTypes","type":"object"}}}}
```

## The GetDbShowReleaseTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowReleaseTypes":{"title":"GetDbShowReleaseTypes","properties":{},"description":"GetDbShowReleaseTypes","type":"object"}}}}
```

## The GetDbShowCertifications object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowCertifications":{"title":"GetDbShowCertifications","properties":{},"description":"GetDbShowCertifications","type":"object"}}}}
```

## The GetShowGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowGenres":{"title":"GetShowGenres","properties":{},"description":"GetShowGenres","type":"object"}}}}
```

## The CreateUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateUser":{"title":"CreateUser","properties":{"AutomatedProcess":{"description":"Indicates whether the User is being created by an automated process.","type":"boolean"},"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"CreateUser","type":"object"}}}}
```

## The CreateDbCollectionParent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbCollectionParent":{"title":"CreateDbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"CreateDbCollectionParent","type":"object"}}}}
```

## The DeleteDbCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbCollection":{"title":"DeleteDbCollection","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment Collection ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the Collection record.","type":"integer","format":"int32"}},"description":"DeleteDbCollection","type":"object"}}}}
```

## The DeleteDbCollectionParent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbCollectionParent":{"title":"DeleteDbCollectionParent","required":["Modifier"],"properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the Collection record.","type":"integer","format":"int32"}},"description":"DeleteDbCollectionParent","type":"object"}}}}
```

## The GetDbCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbCollection":{"title":"GetDbCollection","required":["Id"],"properties":{"Id":{"description":"Entertainment Collection ID.","type":"integer","format":"int32"}},"description":"GetDbCollection","type":"object"}}}}
```

## The GetProgramCollections object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramCollections":{"title":"GetProgramCollections","properties":{"ProgramId":{"type":"string"}},"description":"GetProgramCollections","type":"object"}}}}
```

## The GetCollectionParents object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCollectionParents":{"title":"GetCollectionParents","properties":{"CollectionId":{"type":"integer","format":"int32"}},"description":"GetCollectionParents","type":"object"}}}}
```

## The GetCollectionChildren object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCollectionChildren":{"title":"GetCollectionChildren","properties":{"CollectionId":{"type":"integer","format":"int32"}},"description":"GetCollectionChildren","type":"object"}}}}
```

## The UpdateDbCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbCollection":{"title":"UpdateDbCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.","type":"integer","format":"int32"},"Name":{"description":"Name of the Collection.","type":"string"},"Description":{"description":"Description of the Collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"},"Items":{"description":"List of collection items in the collection.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}},"Parents":{"description":"List of collection parents.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionParent"}}},"description":"UpdateDbCollection","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"},"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The CreateDbCollectionItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbCollectionItems":{"title":"CreateDbCollectionItems","properties":{"Items":{"type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}}},"description":"CreateDbCollectionItems","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"}}}}
```

## The SearchCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchCollection":{"title":"SearchCollection","properties":{"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"Ids":{"description":"List of collection Ids.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of Parent Collection Ids.","type":"array","items":{"type":"string"}},"AnyIds":{"description":"ID or ParentIDs matches.","type":"array","items":{"type":"string"}},"ProgramIds":{"description":"Filter collections containing these ProgramIds. Ex: Movie/123","type":"array","items":{"type":"string"}},"NameSearch":{"description":"Search for collections by name, description.","type":"string"},"Types":{"description":"Filter collections by collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"SearchAllTerms":{"description":"Search collections across all data points for recommendations.","type":"array","items":{"type":"string"}},"NextPageToken":{"description":"Used for deep paging of record (beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"SortBy":{"description":"Sort order of results.","type":"string","enum":["NOT_SET","TimeStamp","TimeStampAsc","Relevance"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"}},"description":"SearchCollection","type":"object"}}}}
```

## The GetAllIndexCollections object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllIndexCollections":{"title":"GetAllIndexCollections","properties":{},"description":"GetAllIndexCollections","type":"object"}}}}
```

## The UpdateCollectionIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateCollectionIndex":{"title":"UpdateCollectionIndex","properties":{"CollectionIds":{"description":"List of Collection IDs to update.","type":"array","items":{"type":"integer","format":"int32"}},"MinutesBack":{"description":"Update collections based last modified since N minutes back.","type":"integer","format":"int32"}},"description":"UpdateCollectionIndex","type":"object"}}}}
```

## The DeleteIdListFromCollectionIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteIdListFromCollectionIndex":{"title":"DeleteIdListFromCollectionIndex","properties":{"Ids":{"type":"array","items":{"type":"string"}}},"description":"DeleteIdListFromCollectionIndex","type":"object"}}}}
```

## The UpdateProgramsWithChangedCollections object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateProgramsWithChangedCollections":{"title":"UpdateProgramsWithChangedCollections","properties":{"MinutesBack":{"type":"integer","format":"int32"}},"description":"UpdateProgramsWithChangedCollections","type":"object"}}}}
```

## The GetCollectionSuggestions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCollectionSuggestions":{"title":"GetCollectionSuggestions","properties":{"ProgramId":{"type":"string"},"Take":{"type":"integer","format":"int32"}},"description":"GetCollectionSuggestions","type":"object"}}}}
```

## The UpdateCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateCompany":{"title":"UpdateCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"UpdateCompany","type":"object"}}}}
```

## The GetCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCompany":{"title":"GetCompany","required":["Id"],"properties":{"Id":{"description":"Required Company ID.","type":"integer","format":"int64"}},"description":"GetCompany","type":"object"}}}}
```

## The DeleteCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteCompany":{"title":"DeleteCompany","required":["Id"],"properties":{"Id":{"description":"Required ID of Company.","type":"integer","format":"int64"}},"description":"DeleteCompany","type":"object"}}}}
```

## The GetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCountry":{"title":"GetCountry","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetCountry","type":"object"}}}}
```

## The AddCountryAlternateName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddCountryAlternateName":{"title":"AddCountryAlternateName","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"}},"description":"AddCountryAlternateName","type":"object"}}}}
```

## The GetLanguage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetLanguage":{"title":"GetLanguage","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetLanguage","type":"object"}}}}
```

## The GetTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTag":{"title":"GetTag","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetTag","type":"object"}}}}
```

## The CreateTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTag":{"title":"CreateTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"CreateTag","type":"object"}}}}
```

## The GetTagFilters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTagFilters":{"title":"GetTagFilters","properties":{},"description":"GetTagFilters","type":"object"}}}}
```

## The DeleteDbTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbTheme":{"title":"DeleteDbTheme","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment Theme ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the Theme record.","type":"integer","format":"int32"}},"description":"DeleteDbTheme","type":"object"}}}}
```

## The GetDbTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbTheme":{"title":"GetDbTheme","required":["Id"],"properties":{"Id":{"description":"Entertainment Theme ID.","type":"integer","format":"int32"}},"description":"GetDbTheme","type":"object"}}}}
```

## The DeleteDbImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbImage":{"title":"DeleteDbImage","required":["Id","Modifier","UpdateIndex"],"properties":{"Id":{"description":"Required Image ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the PersonImage record.","type":"integer","format":"int32"},"KeepSourcePersonImage":{"description":"When passing a portrait Image ID (ImageTypeId = 3), keep parent image's DbPersonImage record. Default is False, meaning we will delete the PersonImage record.","type":"boolean"},"UpdateIndex":{"description":"Flag whether or not to update index after image delete.","type":"boolean"}},"description":"DeleteDbImage","type":"object"}}}}
```

## The DeleteDbAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbAward":{"title":"DeleteDbAward","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment Award ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the Award record.","type":"integer","format":"int32"}},"description":"DeleteDbAward","type":"object"}}}}
```

## The GetDbAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbAward":{"title":"GetDbAward","required":["Id"],"properties":{"Id":{"description":"Entertainment Award ID.","type":"integer","format":"int32"}},"description":"GetDbAward","type":"object"}}}}
```

## The UpdateDbAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbAward":{"title":"UpdateDbAward","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"UpdateDbAward","type":"object"}}}}
```

## The ImportUpdateAwardsByTypeAndYear object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportUpdateAwardsByTypeAndYear":{"title":"ImportUpdateAwardsByTypeAndYear","properties":{"Type":{"type":"string","enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardYear":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"}},"description":"ImportUpdateAwardsByTypeAndYear","type":"object"}}}}
```

## The GetSubjectAndTrope object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSubjectAndTrope":{"title":"GetSubjectAndTrope","properties":{},"description":"GetSubjectAndTrope","type":"object"}}}}
```

## The GetFilmingLocations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFilmingLocations":{"title":"GetFilmingLocations","properties":{},"description":"GetFilmingLocations","type":"object"}}}}
```

## The GetBasedOn object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetBasedOn":{"title":"GetBasedOn","properties":{},"description":"GetBasedOn","type":"object"}}}}
```

## The GetSettingAndContext object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSettingAndContext":{"title":"GetSettingAndContext","properties":{},"description":"GetSettingAndContext","type":"object"}}}}
```

## The GetNarrativeLocations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNarrativeLocations":{"title":"GetNarrativeLocations","properties":{},"description":"GetNarrativeLocations","type":"object"}}}}
```

## The GetMoodAndTone object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMoodAndTone":{"title":"GetMoodAndTone","properties":{},"description":"GetMoodAndTone","type":"object"}}}}
```

## The UpdateUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateUser":{"title":"UpdateUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"UpdateUser","type":"object"}}}}
```

## The GetUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUser":{"title":"GetUser","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetUser","type":"object"}}}}
```

## The DeleteDbCollectionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbCollectionItem":{"title":"DeleteDbCollectionItem","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment CollectionItem ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the CollectionItem record.","type":"integer","format":"int32"}},"description":"DeleteDbCollectionItem","type":"object"}}}}
```

## The GetDbCollectionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbCollectionItem":{"title":"GetDbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"GetDbCollectionItem","type":"object"}}}}
```

## The GetDbCollectionItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbCollectionItems":{"title":"GetDbCollectionItems","properties":{"CollectionId":{"type":"integer","format":"int32"}},"description":"GetDbCollectionItems","type":"object"}}}}
```

## The DeleteDbCollectionItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbCollectionItems":{"title":"DeleteDbCollectionItems","required":["CollectionId","Modifier"],"properties":{"CollectionId":{"description":"Entertainment Collection ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the Collection record.","type":"integer","format":"int32"}},"description":"DeleteDbCollectionItems","type":"object"}}}}
```

## The UpdateDbCollectionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbCollectionItem":{"title":"UpdateDbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"UpdateDbCollectionItem","type":"object"}}}}
```

## The GetTagFiltersForPrograms object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTagFiltersForPrograms":{"title":"GetTagFiltersForPrograms","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Program ID(s).","type":"array","items":{"type":"string"}},"FromCache":{"description":"Whether to pull data from cache (could be out of date) or database (guaranteed up to date).","type":"boolean"}},"description":"GetTagFiltersForPrograms","type":"object"}}}}
```

## The PurgeTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PurgeTags":{"title":"PurgeTags","properties":{},"description":"PurgeTags","type":"object"}}}}
```

## The GetDbImageChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbImageChanges":{"title":"GetDbImageChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of Image.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Image changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbImageChanges","type":"object"}}}}
```

## The GetDbImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbImageTags":{"title":"GetDbImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of Image.","type":"integer","format":"int64"}},"description":"GetDbImageTags","type":"object"}}}}
```

## The DeleteDbImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbImageTag":{"title":"DeleteDbImageTag","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbImageTag","type":"object"}}}}
```

## The CreateDbImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbImageTag":{"title":"CreateDbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"CreateDbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"}}}}
```

## The PopulateCommonSense object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateCommonSense":{"title":"PopulateCommonSense","properties":{},"description":"PopulateCommonSense","type":"object"}}}}
```

## The OriginIMDBCommonSenseID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OriginIMDBCommonSenseID":{"title":"OriginIMDBCommonSenseID","properties":{},"description":"OriginIMDBCommonSenseID","type":"object"}}}}
```

## The UpdateCommonSense object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateCommonSense":{"title":"UpdateCommonSense","properties":{},"description":"UpdateCommonSense","type":"object"}}}}
```

## The GetIp object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIp":{"title":"GetIp","properties":{},"description":"GetIp","type":"object"}}}}
```

## The GetCommonSenseMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCommonSenseMovie":{"title":"GetCommonSenseMovie","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetCommonSenseMovie","type":"object"}}}}
```

## The GetCommonSenseTV object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCommonSenseTV":{"title":"GetCommonSenseTV","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetCommonSenseTV","type":"object"}}}}
```

## The FindCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindCompany":{"title":"FindCompany","required":["Name"],"properties":{"Name":{"description":"Required Company Name.","type":"string"}},"description":"FindCompany","type":"object"}}}}
```

## The FindCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindCountry":{"title":"FindCountry","properties":{"Name":{"type":"string"}},"description":"FindCountry","type":"object"}}}}
```

## The FindLanguage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindLanguage":{"title":"FindLanguage","properties":{"Name":{"type":"string"}},"description":"FindLanguage","type":"object"}}}}
```

## The FindTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindTag":{"title":"FindTag","properties":{"Name":{"type":"string"}},"description":"FindTag","type":"object"}}}}
```

## The FindMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindMovie":{"title":"FindMovie","required":["IdType","Id"],"properties":{"IdType":{"description":"Required third party ID type of MovieAlternateId.","type":"integer","format":"int32"},"Id":{"description":"Required third party ID of Movie.","type":"string"},"Includes":{"description":"List of additional objects to include in the movie object.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","ExternalIds","Availabilities"]}},"description":"FindMovie","type":"object"}}}}
```

## The FindDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbPerson":{"title":"FindDbPerson","properties":{"Name":{"type":"string"},"IdType":{"type":"integer","format":"int32"},"Id":{"type":"string"}},"description":"FindDbPerson","type":"object"}}}}
```

## The FindImdbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindImdbPerson":{"title":"FindImdbPerson","properties":{"Name":{"type":"string"},"ImdbId":{"type":"string"},"ImdbTitleIds":{"type":"array","items":{"type":"string"}}},"description":"FindImdbPerson","type":"object"}}}}
```

## The FindDbPersonAlternateIdsByType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbPersonAlternateIdsByType":{"title":"FindDbPersonAlternateIdsByType","properties":{"PersonAlternateId":{"type":"string"},"PersonAlternateIdTypeId":{"type":"integer","format":"int32"}},"description":"FindDbPersonAlternateIdsByType","type":"object"}}}}
```

## The FindShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindShow":{"title":"FindShow","required":["IdType","Id"],"properties":{"IdType":{"description":"Required third party ID type of ShowAlternateId.","type":"integer","format":"int32"},"Id":{"description":"Required third party ID of Show.","type":"string"},"Includes":{"description":"List of additional objects to include in the show response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","Seasons","EpisodeVideos","SeasonVideos","ExternalIds","Availabilities"]}},"description":"FindShow","type":"object"}}}}
```

## The FindSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindSeason":{"title":"FindSeason","required":["IdType","Id"],"properties":{"IdType":{"description":"Third party type Id (AlternateIdTypeId).","type":"integer","format":"int32"},"Id":{"description":"Third party type Id (AlternateId) associated with the Season.","type":"string"},"Includes":{"description":"List of additional objects to include in the show object.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Episodes","Images","Videos","ExternalIds","Availabilities"]}},"description":"FindSeason","type":"object"}}}}
```

## The FindEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindEpisode":{"title":"FindEpisode","required":["IdType","Id"],"properties":{"IdType":{"description":"Third party IdType (AlternateIdTypeId).","type":"integer","format":"int32"},"Id":{"description":"Third party Id (AlternateId) of a Season.","type":"string"},"Includes":{"description":"List of additional objects to include in the episode object.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Images","Videos","ExternalIds","Availabilities"]}},"description":"FindEpisode","type":"object"}}}}
```

## The FindUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindUser":{"title":"FindUser","properties":{"Name":{"type":"string"},"EmailAddress":{"type":"string"}},"description":"FindUser","type":"object"}}}}
```

## The SearchCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchCompanies":{"title":"SearchCompanies","properties":{"ContainsTerm":{"type":"string"},"StartsWithTerm":{"type":"string"},"EndsWithTerm":{"type":"string"}},"description":"SearchCompanies","type":"object"}}}}
```

## The SearchTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchTags":{"title":"SearchTags","properties":{"ContainsTerm":{"type":"string"},"StartsWithTerm":{"type":"string"},"EndsWithTerm":{"type":"string"}},"description":"SearchTags","type":"object"}}}}
```

## The SearchDbMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchDbMovies":{"title":"SearchDbMovies","properties":{"ContainsTerm":{"description":"Term contained in Title","type":"string"},"StartsWithTerm":{"description":"Term Title starts with.","type":"string"},"EndsWithTerm":{"description":"Term Title ends with.","type":"string"}},"description":"SearchDbMovies","type":"object"}}}}
```

## The SearchDbPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchDbPeople":{"title":"SearchDbPeople","properties":{"ContainsTerm":{"type":"string"},"StartsWithTerm":{"type":"string"},"EndsWithTerm":{"type":"string"}},"description":"SearchDbPeople","type":"object"}}}}
```

## The GetFullShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFullShow":{"title":"GetFullShow","required":["ShowId"],"properties":{"ShowId":{"description":"Id of show to be retrieved.","type":"string"},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]}},"description":"GetFullShow","type":"object"}}}}
```

## The InputAllCharacteristicsIntoTable object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InputAllCharacteristicsIntoTable":{"title":"InputAllCharacteristicsIntoTable","properties":{},"description":"InputAllCharacteristicsIntoTable","type":"object"}}}}
```

## The UpdateProgramRatingsInEntertainmentIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateProgramRatingsInEntertainmentIndex":{"title":"UpdateProgramRatingsInEntertainmentIndex","properties":{},"description":"UpdateProgramRatingsInEntertainmentIndex","type":"object"}}}}
```

## The UpdateEntertainmentIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndex":{"title":"UpdateEntertainmentIndex","properties":{"MinutesBack":{"type":"integer","format":"int32"},"AutoDetectChanges":{"description":"Auto detect which records require updates. Ignored if MinutesBack is set to a value for backwards compatibility.","type":"boolean"},"Ids":{"description":"Specific index IDs to update (Movie/6568, Show/850, Season/4, Episode/333 etc.)","type":"array","items":{"type":"string"}},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"FullyPopulateIndex":{"description":"Only use when creating an new index. Uses the Movie / Show IDs from Movie and Show tables, not change history","type":"boolean"},"DoGames":{"description":"Triggers game table maintenance when true","type":"boolean"},"Programtypestoautoupdate":{"description":"Program types to update when autodetect","type":"array","items":{"type":"string"}},"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndex","type":"object"}}}}
```

## The UpdateEntertainmentIndexMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexMovies":{"title":"UpdateEntertainmentIndexMovies","properties":{"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndexMovies","type":"object"}}}}
```

## The UpdateEntertainmentIndexShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexShows":{"title":"UpdateEntertainmentIndexShows","properties":{"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndexShows","type":"object"}}}}
```

## The UpdateEntertainmentIndexSeasons object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexSeasons":{"title":"UpdateEntertainmentIndexSeasons","properties":{"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndexSeasons","type":"object"}}}}
```

## The UpdateEntertainmentIndexEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexEpisodes":{"title":"UpdateEntertainmentIndexEpisodes","properties":{"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndexEpisodes","type":"object"}}}}
```

## The UpdateEntertainmentIndexGames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexGames":{"title":"UpdateEntertainmentIndexGames","properties":{"MinutesBack":{"type":"integer","format":"int32"},"TimestampAsIndexTime":{"description":"Timestamp is used find changes since D.  Set to FALSE only when re-populating entire index.","type":"boolean"},"Requester":{"type":"string"}},"description":"UpdateEntertainmentIndexGames","type":"object"}}}}
```

## The ProcecssIndexDeletions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcecssIndexDeletions":{"title":"ProcecssIndexDeletions","properties":{"MinutesBack":{"type":"integer","format":"int32"}},"description":"ProcecssIndexDeletions","type":"object"}}}}
```

## The UpdateEntertainmentIndexProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEntertainmentIndexProgram":{"title":"UpdateEntertainmentIndexProgram","required":["Id","ProgramType","RefreshAll"],"properties":{"Id":{"description":"Entertainment Db Id of program.)","type":"integer","format":"int64"},"ProgramType":{"description":"Type of program to be updated)","type":"string"},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"},"userid":{"type":"integer","format":"int32"}},"description":"UpdateEntertainmentIndexProgram","type":"object"}}}}
```

## The IndexUpdateByType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IndexUpdateByType":{"title":"IndexUpdateByType","properties":{"ProgramType":{"description":"Program type to update","type":"string"},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"MinutesBack":{"type":"integer","format":"int32"},"Requester":{"type":"string"}},"description":"IndexUpdateByType","type":"object"}}}}
```

## The FullIndexUpdateByType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FullIndexUpdateByType":{"title":"FullIndexUpdateByType","properties":{"ProgramType":{"description":"Program type to update","type":"string"},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"Requester":{"type":"string"}},"description":"FullIndexUpdateByType","type":"object"}}}}
```

## The FullIndexUpdateUsingQueues object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FullIndexUpdateUsingQueues":{"title":"FullIndexUpdateUsingQueues","properties":{"ProgramTypes":{"description":"Program types to update","type":"array","items":{"type":"string"}},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"Requester":{"type":"string"}},"description":"FullIndexUpdateUsingQueues","type":"object"}}}}
```

## The CreateIndexUpdateQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateIndexUpdateQueueItem":{"title":"CreateIndexUpdateQueueItem","required":["Id","ProgramType","RefreshAll"],"properties":{"Id":{"description":"Entertainment Db Id of program.)","type":"integer","format":"int64"},"ProgramType":{"description":"Type of program to be updated)","type":"string"},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"},"HighPriority":{"type":"boolean"},"IsChangeDetect":{"type":"boolean"},"LogDescription":{"type":"string"},"userid":{"type":"integer","format":"int32"}},"description":"CreateIndexUpdateQueueItem","type":"object"}}}}
```

## The CreatePersonPackageCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreatePersonPackageCache":{"title":"CreatePersonPackageCache","properties":{},"description":"CreatePersonPackageCache","type":"object"}}}}
```

## The PopulateTitleLookupCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTitleLookupCache":{"title":"PopulateTitleLookupCache","properties":{},"description":"PopulateTitleLookupCache","type":"object"}}}}
```

## The UpdatePeopleIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePeopleIndex":{"title":"UpdatePeopleIndex","properties":{"MinutesBack":{"type":"integer","format":"int32"},"AutoDetectChanges":{"description":"Auto detect which records require updates. Ignored if MinutesBack is set to a value for backwards compatibility.","type":"boolean"},"Ids":{"description":"Specific index IDs to update (Person/4331, etc.)","type":"array","items":{"type":"string"}},"TimestampAsIndexTime":{"description":"Set to FALSE if re-populating entire index to avoid changing every record.  Timestamp is used to find changes.  When set to FALSE, this uses database Last Modified Time.","type":"boolean"},"FullyPopulateIndex":{"description":"Full population for when creating a new index.  Uses Person table rather than changehistory which does not contain all personIds.","type":"boolean"}},"description":"UpdatePeopleIndex","type":"object"}}}}
```

## The TestSearchProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TestSearchProgram":{"title":"TestSearchProgram","properties":{},"description":"TestSearchProgram","type":"object"}}}}
```

## The GetElasticStats object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetElasticStats":{"title":"GetElasticStats","properties":{"Package":{"type":"string"},"ShowCountHack":{"type":"string"}},"description":"GetElasticStats","type":"object"}}}}
```

## The GetUnmatchedProviderMovieAvailsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUnmatchedProviderMovieAvailsReport":{"title":"GetUnmatchedProviderMovieAvailsReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"GetUnmatchedProviderMovieAvailsReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The Dictionary\_String\_String\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The GetUnmatchedProviderShowAvailsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUnmatchedProviderShowAvailsReport":{"title":"GetUnmatchedProviderShowAvailsReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"GetUnmatchedProviderShowAvailsReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The GetCurrentTrendsForASingleProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCurrentTrendsForASingleProgram":{"title":"GetCurrentTrendsForASingleProgram","properties":{"Program":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"GetCurrentTrendsForASingleProgram","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The DiscoverProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The ShowEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"}}}}
```

## The LanguageDetail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The CountryDetail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"}}}}
```

## The ProgramRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"}}}}
```

## The ProgramContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"}}}}
```

## The ProgramAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The ProgramDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The Company object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"}}}}
```

## The ExternalId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"}}}}
```

## The ProgramVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The VideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"}}}}
```

## The ProgramVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"}}}}
```

## The ProgramImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The ProgramAvailability object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ProgramTrend object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"}}}}
```

## The Award object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"}}}}
```

## The EntertainmentCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"}}}}
```

## The EntertainmentCollectionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"}}}}
```

## The ProgramChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"}}}}
```

## The Summary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"}}}}
```

## The GetAllGamesSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllGamesSummary":{"title":"GetAllGamesSummary","properties":{},"description":"GetAllGamesSummary","type":"object"}}}}
```

## The GetTrendingEpisodeQualityPointsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTrendingEpisodeQualityPointsReport":{"title":"GetTrendingEpisodeQualityPointsReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"GetTrendingEpisodeQualityPointsReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The analyzeimage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"analyzeimage":{"title":"analyzeimage","properties":{"ImageUrl":{"type":"string"}},"description":"analyzeimage","type":"object"}}}}
```

## The IngestDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestDescription":{"title":"IngestDescription","required":["ProgramType","ProgramId","SourceDescription","Source","Attribution","Modifier"],"properties":{"ProgramType":{"description":"Required program type.","type":"string"},"ProgramId":{"description":"Required program ID.","type":"integer","format":"int64"},"SourceDescription":{"$ref":"#/components/schemas/DescriptionData","description":"Required list of source description(S)."},"Source":{"description":"Required source of program descriptions.","type":"string"},"Attribution":{"description":"Required attribution of program descriptions.","type":"string"},"Modifier":{"description":"Required modifier of program.","type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"}},"description":"IngestDescription","type":"object"},"DescriptionData":{"title":"DescriptionData","properties":{"Description":{"type":"string"},"LanguageId":{"type":"integer","format":"int32"}},"description":"DescriptionData","type":"object"}}}}
```

## The DescriptionData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DescriptionData":{"title":"DescriptionData","properties":{"Description":{"type":"string"},"LanguageId":{"type":"integer","format":"int32"}},"description":"DescriptionData","type":"object"}}}}
```

## The IngestImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestImages":{"title":"IngestImages","required":["ProgramType","ProgramId","SourceImages","Source","Attribution","Modifier"],"properties":{"ProgramType":{"description":"Required program type.","type":"string"},"ProgramId":{"description":"Required program ID.","type":"integer","format":"int64"},"SourceImages":{"description":"Required list of source image(S).","type":"array","items":{"$ref":"#/components/schemas/ImageData"}},"Source":{"description":"Required source of program images.","type":"string"},"Attribution":{"description":"Required attribution of program images.","type":"string"},"Modifier":{"description":"Required modifier of program.","type":"integer","format":"int32"}},"description":"IngestImages","type":"object"},"ImageData":{"title":"ImageData","properties":{"ImageUrl":{"type":"string"},"ImageType":{"type":"string"},"SourceId":{"type":"string"},"Official":{"type":"boolean"},"LanguageId":{"type":"integer","format":"int32"}},"description":"ImageData","type":"object"}}}}
```

## The ImageData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageData":{"title":"ImageData","properties":{"ImageUrl":{"type":"string"},"ImageType":{"type":"string"},"SourceId":{"type":"string"},"Official":{"type":"boolean"},"LanguageId":{"type":"integer","format":"int32"}},"description":"ImageData","type":"object"}}}}
```

## The IngestStudioDataMovieGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestStudioDataMovieGenres":{"title":"IngestStudioDataMovieGenres","properties":{},"description":"IngestStudioDataMovieGenres","type":"object"}}}}
```

## The IngestStudioDataMovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestStudioDataMovieDescription":{"title":"IngestStudioDataMovieDescription","properties":{},"description":"IngestStudioDataMovieDescription","type":"object"}}}}
```

## The IngestStudioDataMoviePoster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestStudioDataMoviePoster":{"title":"IngestStudioDataMoviePoster","properties":{},"description":"IngestStudioDataMoviePoster","type":"object"}}}}
```

## The IngestStudioDataEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestStudioDataEpisodeDescription":{"title":"IngestStudioDataEpisodeDescription","properties":{},"description":"IngestStudioDataEpisodeDescription","type":"object"}}}}
```

## The IngestStudioDataEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestStudioDataEpisodeImage":{"title":"IngestStudioDataEpisodeImage","properties":{},"description":"IngestStudioDataEpisodeImage","type":"object"}}}}
```

## The IngestProviderEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestProviderEpisodeDescription":{"title":"IngestProviderEpisodeDescription","required":["Source","OriginatingNetworkIds"],"properties":{"Source":{"description":"Provider source in the ProviderEpisode table (AvailabilitySource enum, e.g., PBS, Netflix, Showtime).","type":"string"},"OriginatingNetworkIds":{"description":"OriginatingNetworkId(s) on the Show table used to filter provider originals.","type":"array","items":{"type":"integer","format":"int32"}},"Countries":{"description":"Optional country code(s) used to filter ProviderEpisode rows (e.g., US, CA). Leave empty for no country filter.","type":"array","items":{"type":"string"}},"OnlyMissingStudioSynopsis":{"description":"When true, only ingest episodes that are missing a Studio 'Original' synopsis.","type":"boolean"}},"description":"IngestProviderEpisodeDescription","type":"object"}}}}
```

## The IngestProviderEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestProviderEpisodeImage":{"title":"IngestProviderEpisodeImage","required":["Source","OriginatingNetworkIds"],"properties":{"Source":{"description":"Provider source in the ProviderEpisode table (AvailabilitySource enum, e.g., PBS, Netflix, Showtime).","type":"string"},"OriginatingNetworkIds":{"description":"OriginatingNetworkId(s) on the Show table used to filter provider originals.","type":"array","items":{"type":"integer","format":"int32"}},"Countries":{"description":"Optional country code(s) used to filter ProviderEpisode rows (e.g., US, CA). Leave empty for no country filter.","type":"array","items":{"type":"string"}}},"description":"IngestProviderEpisodeImage","type":"object"}}}}
```

## The IngestOfficialSiteUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestOfficialSiteUrl":{"title":"IngestOfficialSiteUrl","required":["ProgramType","ProgramId","OfficialSiteUrl","Source","Attribution","Modifier"],"properties":{"ProgramType":{"description":"Required program type.","type":"string"},"ProgramId":{"description":"Required program ID.","type":"integer","format":"int64"},"OfficialSiteUrl":{"description":"Required list of source official site url.","type":"string"},"Source":{"description":"Required source of program official site url.","type":"string"},"Attribution":{"description":"Required attribution of program official site url.","type":"string"},"Modifier":{"description":"Required modifier of program.","type":"integer","format":"int32"}},"description":"IngestOfficialSiteUrl","type":"object"}}}}
```

## The IngestReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestReleases":{"title":"IngestReleases","required":["ProgramType","ProgramId","SourceReleases","Source","Attribution","Modifier"],"properties":{"ProgramType":{"description":"Required program type.","type":"string"},"ProgramId":{"description":"Required program ID.","type":"integer","format":"int64"},"SourceReleases":{"description":"Required list of source release(S).","type":"array","items":{"$ref":"#/components/schemas/ReleaseData"}},"Source":{"description":"Required source of program releases.","type":"string"},"Attribution":{"description":"Required attribution of program releases.","type":"string"},"Modifier":{"description":"Required modifier of program.","type":"integer","format":"int32"}},"description":"IngestReleases","type":"object"},"ReleaseData":{"title":"ReleaseData","properties":{"ReleaseType":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Country":{"type":"string"},"Certification":{"type":"string"}},"description":"ReleaseData","type":"object"}}}}
```

## The ReleaseData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReleaseData":{"title":"ReleaseData","properties":{"ReleaseType":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Country":{"type":"string"},"Certification":{"type":"string"}},"description":"ReleaseData","type":"object"}}}}
```

## The IngestDigitalReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestDigitalReleases":{"title":"IngestDigitalReleases","required":["ProgramType","ProgramId","SourceReleases","Source","Modifier"],"properties":{"ProgramType":{"description":"Required program type.","type":"string"},"ProgramId":{"description":"Required program ID.","type":"integer","format":"int64"},"SourceReleases":{"description":"Required list of source release(S).","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"Source":{"description":"Required source of program releases.","type":"string"},"Modifier":{"description":"Required modifier of program.","type":"integer","format":"int32"}},"description":"IngestDigitalReleases","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"}}}}
```

## The ProgramExtractRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"}}}}
```

## The DetectTextLanguage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DetectTextLanguage":{"title":"DetectTextLanguage","required":["Text","Country"],"properties":{"Text":{"description":"Required text for language detection.","type":"string"},"Country":{"description":"Required counttry iso code for language detection.","type":"string"}},"description":"DetectTextLanguage","type":"object"}}}}
```

## The EchostarDataDelivery object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EchostarDataDelivery":{"title":"EchostarDataDelivery","properties":{},"description":"EchostarDataDelivery","type":"object"}}}}
```

## The Readjson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Readjson":{"title":"Readjson","properties":{"filename":{"type":"string"}},"description":"echostar service to match their files ands addto alternateidtale","type":"object"}}}}
```

## The ReturnToDish object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReturnToDish":{"title":"ReturnToDish","properties":{},"description":"echostar service to  return match file as a 1-off","type":"object"}}}}
```

## The CreateTopVideosCarousel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTopVideosCarousel":{"title":"CreateTopVideosCarousel","properties":{},"description":"CreateTopVideosCarousel","type":"object"}}}}
```

## The GetEidrMovieFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEidrMovieFeed":{"title":"GetEidrMovieFeed","properties":{},"description":"GetEidrMovieFeed","type":"object"}}}}
```

## The GetEidrShowFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEidrShowFeed":{"title":"GetEidrShowFeed","properties":{},"description":"GetEidrShowFeed","type":"object"}}}}
```

## The EidrMatchValidation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EidrMatchValidation":{"title":"EidrMatchValidation","properties":{},"description":"EidrMatchValidation","type":"object"}}}}
```

## The GetEidrMovieFeedIdMappings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEidrMovieFeedIdMappings":{"title":"GetEidrMovieFeedIdMappings","properties":{},"description":"GetEidrMovieFeedIdMappings","type":"object"}}}}
```

## The GetEidrShowFeedIdMappings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEidrShowFeedIdMappings":{"title":"GetEidrShowFeedIdMappings","properties":{},"description":"GetEidrShowFeedIdMappings","type":"object"}}}}
```

## The CreateEncodeJob object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateEncodeJob":{"title":"CreateEncodeJob","properties":{"Id":{"type":"string"},"URL":{"type":"string"},"UserId":{"type":"integer","format":"int32"},"UserLoginName":{"type":"string"},"StreamingVideoId":{"type":"integer","format":"int32"},"PublishedId":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"CustomerEmail":{"type":"string"},"ProprietaryCustomerId":{"type":"integer","format":"int32"},"NotificationUrl":{"type":"string"},"Title":{"type":"string"},"SettingsAsString":{"type":"string"},"Settings":{"$ref":"#/components/schemas/Settings"},"Priority":{"type":"string"}},"description":"CreateEncodeJob","type":"object"},"Settings":{"title":"Settings","properties":{"AutoCrop":{"type":"boolean"},"StartTimeInSeconds":{"type":"number","format":"double"},"EndTimeInSeconds":{"type":"number","format":"double"},"CropSensitivity":{"type":"integer","format":"int32"},"IgnoreAllValidation":{"type":"boolean"},"CheckWidthAndHeight":{"type":"boolean"},"VerifyVideoTrack":{"type":"boolean"},"FadeOutAudio":{"type":"boolean"},"FadeOutVideo":{"type":"boolean"},"CustomAudioMapping":{"type":"string"},"ReEncodeFromMezzanine":{"type":"boolean"},"GenerateStills":{"type":"boolean"}},"description":"Settings","type":"object"}}}}
```

## The Settings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Settings":{"title":"Settings","properties":{"AutoCrop":{"type":"boolean"},"StartTimeInSeconds":{"type":"number","format":"double"},"EndTimeInSeconds":{"type":"number","format":"double"},"CropSensitivity":{"type":"integer","format":"int32"},"IgnoreAllValidation":{"type":"boolean"},"CheckWidthAndHeight":{"type":"boolean"},"VerifyVideoTrack":{"type":"boolean"},"FadeOutAudio":{"type":"boolean"},"FadeOutVideo":{"type":"boolean"},"CustomAudioMapping":{"type":"string"},"ReEncodeFromMezzanine":{"type":"boolean"},"GenerateStills":{"type":"boolean"}},"description":"Settings","type":"object"}}}}
```

## The CreateReplicationMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateReplicationMessage":{"title":"CreateReplicationMessage","properties":{"Message":{"type":"string"},"Id":{"type":"string"},"URL":{"type":"string"},"UserId":{"type":"integer","format":"int32"},"UserLoginName":{"type":"string"},"StreamingVideoId":{"type":"integer","format":"int32"},"PublishedId":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"CustomerEmail":{"type":"string"},"ProprietaryCustomerId":{"type":"integer","format":"int32"},"NotificationUrl":{"type":"string"},"Title":{"type":"string"},"SettingsAsString":{"type":"string"},"Settings":{"$ref":"#/components/schemas/Settings"},"Priority":{"type":"string"}},"description":"CreateReplicationMessage","type":"object"},"Settings":{"title":"Settings","properties":{"AutoCrop":{"type":"boolean"},"StartTimeInSeconds":{"type":"number","format":"double"},"EndTimeInSeconds":{"type":"number","format":"double"},"CropSensitivity":{"type":"integer","format":"int32"},"IgnoreAllValidation":{"type":"boolean"},"CheckWidthAndHeight":{"type":"boolean"},"VerifyVideoTrack":{"type":"boolean"},"FadeOutAudio":{"type":"boolean"},"FadeOutVideo":{"type":"boolean"},"CustomAudioMapping":{"type":"string"},"ReEncodeFromMezzanine":{"type":"boolean"},"GenerateStills":{"type":"boolean"}},"description":"Settings","type":"object"}}}}
```

## The CreateMediaUploadFileTransferred object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMediaUploadFileTransferred":{"title":"CreateMediaUploadFileTransferred","properties":{"Priority":{"type":"string"},"JobID":{"type":"string"},"Location":{"type":"string"},"Ext":{"type":"string"}},"description":"CreateMediaUploadFileTransferred","type":"object"}}}}
```

## The CreateContentSubmission object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateContentSubmission":{"title":"CreateContentSubmission","properties":{"Id":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"CopyrightHolder":{"type":"string"},"MediaType":{"type":"string"},"Description":{"type":"string"},"Genre":{"type":"string"},"CountryOfOrigin":{"type":"string"},"Language":{"type":"string"},"TheatricalReleaseDate":{"type":"string","format":"date-time"},"VodDate":{"type":"string","format":"date-time"},"OfficialSiteUrl":{"type":"string"},"GameFormat":{"type":"string"},"SeasonName":{"type":"string"},"EpisodeName":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Actors":{"type":"string"},"Directors":{"type":"string"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Files":{"type":"array","items":{"$ref":"#/components/schemas/Uri"}},"ImdbId":{"type":"string"},"EntertainmentId":{"type":"string"},"PublishedId":{"type":"integer","format":"int32"},"Status":{"type":"string"},"Completed":{"type":"string","format":"date-time"}},"description":"CreateContentSubmission","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"}}}}
```

## The Uri object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"}}}}
```

## The UpdateContentSubmission object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateContentSubmission":{"title":"UpdateContentSubmission","properties":{"Id":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"CopyrightHolder":{"type":"string"},"MediaType":{"type":"string"},"Description":{"type":"string"},"Genre":{"type":"string"},"CountryOfOrigin":{"type":"string"},"Language":{"type":"string"},"TheatricalReleaseDate":{"type":"string","format":"date-time"},"VodDate":{"type":"string","format":"date-time"},"OfficialSiteUrl":{"type":"string"},"GameFormat":{"type":"string"},"SeasonName":{"type":"string"},"EpisodeName":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Actors":{"type":"string"},"Directors":{"type":"string"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Files":{"type":"array","items":{"$ref":"#/components/schemas/Uri"}},"ImdbId":{"type":"string"},"EntertainmentId":{"type":"string"},"PublishedId":{"type":"integer","format":"int32"},"Status":{"type":"string"},"Completed":{"type":"string","format":"date-time"}},"description":"UpdateContentSubmission","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"}}}}
```

## The GetContentSubmission object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetContentSubmission":{"title":"GetContentSubmission","properties":{"Id":{"type":"string"}},"description":"GetContentSubmission","type":"object"}}}}
```

## The GetVideoDetailReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetVideoDetailReport":{"title":"GetVideoDetailReport","properties":{},"description":"GetVideoDetailReport","type":"object"}}}}
```

## The Blacklisted object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Blacklisted":{"title":"Blacklisted","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"Blacklisted","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The GetImdbMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbMovieIds":{"title":"GetImdbMovieIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetImdbMovieIds","type":"object"}}}}
```

## The GetTmdbMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbMovieIds":{"title":"GetTmdbMovieIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetTmdbMovieIds","type":"object"}}}}
```

## The GetTmdbShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbShowIds":{"title":"GetTmdbShowIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetTmdbShowIds","type":"object"}}}}
```

## The GetGracenoteMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGracenoteMovieIds":{"title":"GetGracenoteMovieIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetGracenoteMovieIds","type":"object"}}}}
```

## The GetGracenoteShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGracenoteShowIds":{"title":"GetGracenoteShowIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetGracenoteShowIds","type":"object"}}}}
```

## The GetRoviMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRoviMovieIds":{"title":"GetRoviMovieIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetRoviMovieIds","type":"object"}}}}
```

## The GetRoviShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRoviShowIds":{"title":"GetRoviShowIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetRoviShowIds","type":"object"}}}}
```

## The GetImdbShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbShowIds":{"title":"GetImdbShowIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetImdbShowIds","type":"object"}}}}
```

## The GetWebediaMovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWebediaMovieIds":{"title":"GetWebediaMovieIds","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 1000)","type":"integer","format":"int32"}},"description":"GetWebediaMovieIds","type":"object"}}}}
```

## The CreateSkyVOD object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSkyVOD":{"title":"CreateSkyVOD","required":["Id"],"properties":{"Id":{"description":"Unique ID of a SkyVOD item.","type":"integer","format":"int64"},"TMSID":{"description":"TMS root ID of Sky VOD movie.","type":"string"},"Title":{"description":"Title of Sky VOD movie.","type":"string"},"Year":{"description":"Year of Sky VOD movie.","type":"integer","format":"int32"},"MovieId":{"description":"Entertainment unique ID of Sky VOD movie.","type":"integer","format":"int64"},"Companies":{"description":"Companies associated with Sky VOD movie.","type":"string"},"Description":{"description":"Description of Sky VOD movie.","type":"string"},"Notes":{"description":"User notes on Sky VOD movie item.","type":"string"},"Matched":{"description":"Flag indicating if Sky VOD movie is matched to Entertainment Db.","type":"boolean"},"HasVideo":{"description":"Flag indicating if Sky VOD movie has target video in Entertainment Db.","type":"boolean"},"Modifier":{"description":"User who last modified Sky VOD item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime Sky VOD item was last modified.","type":"string","format":"date-time"},"Closer":{"description":"USer who closed Sky VOD item.","type":"integer","format":"int32"},"Closed":{"description":"DateTime Sky VOD item was closed.","type":"string","format":"date-time"}},"description":"CreateSkyVOD","type":"object"}}}}
```

## The UpdateSkyVOD object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateSkyVOD":{"title":"UpdateSkyVOD","required":["Id"],"properties":{"Id":{"description":"Unique ID of a SkyVOD item.","type":"integer","format":"int64"},"TMSID":{"description":"TMS root ID of Sky VOD movie.","type":"string"},"Title":{"description":"Title of Sky VOD movie.","type":"string"},"Year":{"description":"Year of Sky VOD movie.","type":"integer","format":"int32"},"MovieId":{"description":"Entertainment unique ID of Sky VOD movie.","type":"integer","format":"int64"},"Companies":{"description":"Companies associated with Sky VOD movie.","type":"string"},"Description":{"description":"Description of Sky VOD movie.","type":"string"},"Notes":{"description":"User notes on Sky VOD movie item.","type":"string"},"Matched":{"description":"Flag indicating if Sky VOD movie is matched to Entertainment Db.","type":"boolean"},"HasVideo":{"description":"Flag indicating if Sky VOD movie has target video in Entertainment Db.","type":"boolean"},"Modifier":{"description":"User who last modified Sky VOD item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime Sky VOD item was last modified.","type":"string","format":"date-time"},"Closer":{"description":"USer who closed Sky VOD item.","type":"integer","format":"int32"},"Closed":{"description":"DateTime Sky VOD item was closed.","type":"string","format":"date-time"}},"description":"UpdateSkyVOD","type":"object"}}}}
```

## The DeleteSkyVOD object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteSkyVOD":{"title":"DeleteSkyVOD","required":["Id"],"properties":{"Id":{"description":"Required SkyVOD ID.","type":"integer","format":"int32"}},"description":"DeleteSkyVOD","type":"object"}}}}
```

## The GetEIDRbyAltID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEIDRbyAltID":{"title":"GetEIDRbyAltID","required":["AltId"],"properties":{"AltId":{"description":"Required Alternate ID.","type":"string"}},"description":"GetEIDRbyAltID","type":"object"}}}}
```

## The MakeSureAllIMDBMoviesHaveEidrID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MakeSureAllIMDBMoviesHaveEidrID":{"title":"MakeSureAllIMDBMoviesHaveEidrID","properties":{},"description":"MakeSureAllIMDBMoviesHaveEidrID","type":"object"}}}}
```

## The MakeSureAllIMDBShowsHaveEidrID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MakeSureAllIMDBShowsHaveEidrID":{"title":"MakeSureAllIMDBShowsHaveEidrID","properties":{},"description":"MakeSureAllIMDBShowsHaveEidrID","type":"object"}}}}
```

## The GetEIDRbyEidrIDjson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEIDRbyEidrIDjson":{"title":"GetEIDRbyEidrIDjson","required":["eidrId"],"properties":{"eidrId":{"description":"Required EIDR ID.","type":"string"},"DisplayFullEidrJSONResponse":{"type":"boolean"}},"description":"GetEIDRbyEidrIDjson","type":"object"}}}}
```

## The GetEIDRbyEidrID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEIDRbyEidrID":{"title":"GetEIDRbyEidrID","required":["eidrId"],"properties":{"eidrId":{"description":"Required EIDR ID.","type":"string"}},"description":"GetEIDRbyEidrID","type":"object"}}}}
```

## The GetSkyVODMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSkyVODMovies":{"title":"GetSkyVODMovies","required":["New"],"properties":{"New":{"description":"To filter by last modified date.","type":"boolean"}},"description":"GetSkyVODMovies","type":"object"}}}}
```

## The GetSkyVODMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSkyVODMovie":{"title":"GetSkyVODMovie","required":["Id"],"properties":{"Id":{"description":"Required SkyVOD ID.","type":"integer","format":"int32"}},"description":"GetSkyVODMovie","type":"object"}}}}
```

## The GetExternalIdReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetExternalIdReport":{"title":"GetExternalIdReport","properties":{"Date":{"type":"string","format":"date-time"}},"description":"GetExternalIdReport","type":"object"}}}}
```

## The RemoveEchostarId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveEchostarId":{"title":"RemoveEchostarId","required":["Id","ProgramType"],"properties":{"Id":{"description":"Required Echostar ID.","type":"string"},"ProgramType":{"description":"Required Program Type.","type":"string"}},"description":"RemoveEchostarId","type":"object"}}}}
```

## The MatchToEntertainmentProgramLegacy object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentProgramLegacy":{"title":"MatchToEntertainmentProgramLegacy","required":["ProgramType"],"properties":{"ProgramType":{"description":"Type of Program to be matched.","type":"string"},"EntertainmentId":{"description":"Id of Entertainment program to be matched against, if this is set no search is run and data is compared to this program only.","type":"integer","format":"int64"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Program to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Program to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Program to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Program to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Program to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Program to be matched.","type":"string"},"OriginatingNetwork":{"description":"Originating network of SHOW Program to be matched.","type":"string"},"Poster":{"description":"Poster of Program to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of Program to be matched.","type":"string","format":"date-time"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"},"LimitedResults":{"type":"boolean"}},"description":"MatchToEntertainmentProgramLegacy","type":"object"}}}}
```

## The MatchToEntertainmentGame object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentGame":{"title":"MatchToEntertainmentGame","required":["Title"],"properties":{"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Program to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Program to be matched.","type":"integer","format":"int32"},"Company":{"description":"Company of Program to be matched.","type":"string"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"},"LimitedResults":{"type":"boolean"}},"description":"MatchToEntertainmentGame","type":"object"}}}}
```

## The GetEntertainmentProgramById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntertainmentProgramById":{"title":"GetEntertainmentProgramById","required":["Id"],"properties":{"Id":{"description":"Entertainment Index ID.","type":"string"},"Includes":{"description":"List of additional objects to include in the response.","type":"array","items":{"type":"string"}},"IncludeAll":{"description":"List of additional objects to include in the response.","type":"boolean"}},"description":"GetEntertainmentProgramById","type":"object"}}}}
```

## The GetEntertainmentProgramsByIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntertainmentProgramsByIds":{"title":"GetEntertainmentProgramsByIds","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Index IDs.","type":"array","items":{"type":"string"}},"Includes":{"description":"List of additional objects to include in the response.","type":"array","items":{"type":"string"}},"IncludeAll":{"description":"List of additional objects to include in the response.","type":"boolean"}},"description":"GetEntertainmentProgramsByIds","type":"object"}}}}
```

## The DeleteFromIndexById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteFromIndexById":{"title":"DeleteFromIndexById","required":["Id"],"properties":{"Id":{"description":"Entertainment Index ID.","type":"string"}},"description":"DeleteFromIndexById","type":"object"}}}}
```

## The MultiMatchEntertainment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MultiMatchEntertainment":{"title":"MultiMatchEntertainment","required":["MatchItems"],"properties":{"MatchItems":{"description":"List of MatchEntertainment objects.","type":"array","items":{"$ref":"#/components/schemas/MatchEntertainment"}},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"LimitedResults":{"type":"boolean"}},"description":"MultiMatchEntertainment","type":"object"},"MatchEntertainment":{"title":"MatchEntertainment","properties":{"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramType":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"Cast":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Year":{"description":"Filter results based on year of original release.","type":"integer","format":"int32"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"LimitedResults":{"type":"boolean"}},"description":"MatchEntertainment","type":"object"}}}}
```

## The MatchEntertainment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchEntertainment":{"title":"MatchEntertainment","properties":{"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramType":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"Cast":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Year":{"description":"Filter results based on year of original release.","type":"integer","format":"int32"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"LimitedResults":{"type":"boolean"}},"description":"MatchEntertainment","type":"object"}}}}
```

## The GetTop100TrendingVideosFromVideometrics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTop100TrendingVideosFromVideometrics":{"title":"GetTop100TrendingVideosFromVideometrics","required":["CrawlingDateFrom","CrawlingDateTo","PopularityBase","Metric"],"properties":{"CrawlingDateFrom":{"description":"Fetch statistics 'From' date.","type":"string","format":"date-time"},"CrawlingDateTo":{"description":"Fetch statistics 'To' date.","type":"string","format":"date-time"},"MovieId":{"description":"Fetch statistics by MovieId","type":"int","format":"int64"},"ShowId":{"description":"Fetch statistics by ShowId","type":"int","format":"int64"},"PopularityBase":{"description":"Fetch statistics Popular either by MovieId or ShowId","type":"string","enum":["Movie","Show"]},"Metric":{"description":"Fetch statistics by Metric (i.e.  Likes / Views / Comments)","type":"string","enum":["Views","Likes","Comments"]}},"description":"GetTop100TrendingVideosFromVideometrics","type":"object"}}}}
```

## The getyoutubetrendingbyMetrics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"getyoutubetrendingbyMetrics":{"title":"getyoutubetrendingbyMetrics","required":["CrawlingDateFrom","CrawlingDateTo","Metric"],"properties":{"CrawlingDateFrom":{"description":"Fetch statistics 'From' date. limited to last 30 days!","type":"string","format":"date-time"},"CrawlingDateTo":{"description":"Fetch statistics 'To' date.","type":"string","format":"date-time"},"ProgramId":{"description":"Id of program to Fetch statistics for.","type":"long","format":"int64"},"ProgramType":{"description":"Type of program to Fetch statistics for (Movie or Show).","type":"string","enum":["Movie","Show"]},"Metric":{"description":"Fetch statistics by Metric (i.e. Likes / Views / Comments)","type":"string","enum":["Views","Likes","Comments"]}},"description":"getyoutubetrendingbyMetrics","type":"object"}}}}
```

## The GetAnyClipVideoDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAnyClipVideoDetails":{"title":"GetAnyClipVideoDetails","properties":{},"description":"GetAnyClipVideoDetails","type":"object"}}}}
```

## The GetAnyClipProcessedVideoTagDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAnyClipProcessedVideoTagDetails":{"title":"GetAnyClipProcessedVideoTagDetails","required":["VideoId"],"properties":{"VideoId":{"description":"Required ID of Video.","type":"integer","format":"int64"}},"description":"GetAnyClipProcessedVideoTagDetails","type":"object"}}}}
```

## The GetAnyClipProcessedVideoCCFileDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAnyClipProcessedVideoCCFileDetails":{"title":"GetAnyClipProcessedVideoCCFileDetails","required":["VideoId"],"properties":{"VideoId":{"description":"Required ID of Video.","type":"integer","format":"int64"}},"description":"GetAnyClipProcessedVideoCCFileDetails","type":"object"}}}}
```

## The ProcessTwitterDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessTwitterDetails":{"title":"ProcessTwitterDetails","properties":{},"description":"ProcessTwitterDetails","type":"object"}}}}
```

## The ProcessFacebookDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessFacebookDetails":{"title":"ProcessFacebookDetails","properties":{},"description":"ProcessFacebookDetails","type":"object"}}}}
```

## The ProcessInstagramDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessInstagramDetails":{"title":"ProcessInstagramDetails","properties":{},"description":"ProcessInstagramDetails","type":"object"}}}}
```

## The GetDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDetails":{"title":"GetDetails","required":["VideoType","SocialMedia","VideoId"],"properties":{"VideoType":{"description":"Required Video Type like Movie & Shows.","type":"string"},"SocialMedia":{"description":"Required ID of social media like Facebook, Twittwe and insta.","type":"string"},"VideoId":{"description":"Required ID of Video.","type":"string"}},"description":"GetDetails","type":"object"}}}}
```

## The UpdateRanking object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateRanking":{"title":"UpdateRanking","required":["NoOfDays"],"properties":{"NoOfDays":{"description":"Required number of days based on the result needs to be updated","type":"integer","format":"int32"}},"description":"UpdateRanking","type":"object"}}}}
```

## The GetFanMeterStatistics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFanMeterStatistics":{"title":"GetFanMeterStatistics","required":["Id","StartDate","EndDate"],"properties":{"Id":{"description":"This is movie or show id. Ex. movie/123, show/345","type":"string"},"StartDate":{"description":"From the date when you want the statistics","type":"string","format":"date-time"},"EndDate":{"description":"Till the date when you want the statistics","type":"string","format":"date-time"},"Take":{"description":"No of records you want in return","type":"integer","format":"int32"},"Skip":{"description":"No of records you want to skip from the result","type":"integer","format":"int32"}},"description":"GetFanMeterStatistics","type":"object"}}}}
```

## The ImportSpiderOutput object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportSpiderOutput":{"title":"ImportSpiderOutput","required":["Spider","SpiderType","ItemsScraped","StartedTime","FinishedTime","ErrorCount","CloseReason","ItemsImported"],"properties":{"Id":{"description":"Unique ID of the SpiderOutput job.","type":"integer","format":"int64"},"Spider":{"description":"Name of spider source.","type":"string"},"SpiderType":{"description":"SpiderType of spider.","type":"string"},"ItemsScraped":{"description":"Number of items scraped from site.","type":"integer","format":"int32"},"StartedTime":{"description":"DateTime job started.","type":"string","format":"date-time"},"FinishedTime":{"description":"DateTime job completed.","type":"string","format":"date-time"},"ErrorCount":{"description":"Number of errors logged during job execution.","type":"integer","format":"int32"},"CloseReason":{"description":"Reason for end of job execution.","type":"string"},"ItemsImported":{"description":"Number of items imported to ExtractedProgram from this job.","type":"string","format":"date-time"},"MatchErrors":{"description":"Number of errors thrown attempting mathes for job items.","type":"integer","format":"int32"},"MatchRate":{"description":"Match rate for job items.","type":"integer","format":"int32"},"NewItems":{"description":"Number of new items in this job.","type":"integer","format":"int32"},"SkipItemCountCompare":{"description":"Flag indicating whether validation should skip the item count comparison, used to force validation when valid item count changes above the 20% threshold are verified manually.","type":"boolean"},"Items":{"type":"array","items":{"$ref":"#/components/schemas/ExtractedProgram"}}},"description":"ImportSpiderOutput","type":"object"},"ExtractedProgram":{"title":"ExtractedProgram","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"ExtractedProgram","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ExtractedProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractedProgram":{"title":"ExtractedProgram","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"ExtractedProgram","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ProgramExtractExternald object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"}}}}
```

## The ProgramExtractContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"}}}}
```

## The ProgramExtractImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"}}}}
```

## The ProgramExtractVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"}}}}
```

## The ProgramExtractAvailability object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The MatchExtractionItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchExtractionItems":{"title":"MatchExtractionItems","required":["Spider","SpiderType","ItemsScraped","StartedTime","FinishedTime","ErrorCount","CloseReason","ItemsImported"],"properties":{"Id":{"description":"Unique ID of the SpiderOutput job.","type":"integer","format":"int64"},"Spider":{"description":"Name of spider source.","type":"string"},"SpiderType":{"description":"SpiderType of spider.","type":"string"},"ItemsScraped":{"description":"Number of items scraped from site.","type":"integer","format":"int32"},"StartedTime":{"description":"DateTime job started.","type":"string","format":"date-time"},"FinishedTime":{"description":"DateTime job completed.","type":"string","format":"date-time"},"ErrorCount":{"description":"Number of errors logged during job execution.","type":"integer","format":"int32"},"CloseReason":{"description":"Reason for end of job execution.","type":"string"},"ItemsImported":{"description":"Number of items imported to ExtractedProgram from this job.","type":"string","format":"date-time"},"MatchErrors":{"description":"Number of errors thrown attempting mathes for job items.","type":"integer","format":"int32"},"MatchRate":{"description":"Match rate for job items.","type":"integer","format":"int32"},"NewItems":{"description":"Number of new items in this job.","type":"integer","format":"int32"},"SkipItemCountCompare":{"description":"Flag indicating whether validation should skip the item count comparison, used to force validation when valid item count changes above the 20% threshold are verified manually.","type":"boolean"},"Items":{"type":"array","items":{"$ref":"#/components/schemas/ExtractedProgram"}}},"description":"MatchExtractionItems","type":"object"},"ExtractedProgram":{"title":"ExtractedProgram","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"ExtractedProgram","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The IngestExtractedProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestExtractedProgram":{"title":"IngestExtractedProgram","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"IngestExtractedProgram","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ManualIngestion object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ManualIngestion":{"title":"ManualIngestion","properties":{"Id":{"type":"integer","format":"int64"}},"description":"ManualIngestion","type":"object"}}}}
```

## The CreateExtractionAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateExtractionAvailabilities":{"title":"CreateExtractionAvailabilities","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"CreateExtractionAvailabilities","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The UpdateOriginatingNetworkFC object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateOriginatingNetworkFC":{"title":"UpdateOriginatingNetworkFC","properties":{},"description":"UpdateOriginatingNetworkFC","type":"object"}}}}
```

## The IngestBluRayDigitalReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestBluRayDigitalReleases":{"title":"IngestBluRayDigitalReleases","properties":{},"description":"IngestBluRayDigitalReleases","type":"object"}}}}
```

## The IngestOfficialPosters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestOfficialPosters":{"title":"IngestOfficialPosters","properties":{},"description":"IngestOfficialPosters","type":"object"}}}}
```

## The ExtractionItemsMatchMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionItemsMatchMessage":{"title":"ExtractionItemsMatchMessage","required":["Spider","SpiderType","ItemsScraped","StartedTime","FinishedTime","ErrorCount","CloseReason","ItemsImported"],"properties":{"Id":{"description":"Unique ID of the SpiderOutput job.","type":"integer","format":"int64"},"Spider":{"description":"Name of spider source.","type":"string"},"SpiderType":{"description":"SpiderType of spider.","type":"string"},"ItemsScraped":{"description":"Number of items scraped from site.","type":"integer","format":"int32"},"StartedTime":{"description":"DateTime job started.","type":"string","format":"date-time"},"FinishedTime":{"description":"DateTime job completed.","type":"string","format":"date-time"},"ErrorCount":{"description":"Number of errors logged during job execution.","type":"integer","format":"int32"},"CloseReason":{"description":"Reason for end of job execution.","type":"string"},"ItemsImported":{"description":"Number of items imported to ExtractedProgram from this job.","type":"string","format":"date-time"},"MatchErrors":{"description":"Number of errors thrown attempting mathes for job items.","type":"integer","format":"int32"},"MatchRate":{"description":"Match rate for job items.","type":"integer","format":"int32"},"NewItems":{"description":"Number of new items in this job.","type":"integer","format":"int32"},"SkipItemCountCompare":{"description":"Flag indicating whether validation should skip the item count comparison, used to force validation when valid item count changes above the 20% threshold are verified manually.","type":"boolean"},"Items":{"type":"array","items":{"$ref":"#/components/schemas/ExtractedProgram"}}},"description":"ExtractionItemsMatchMessage","type":"object"},"ExtractedProgram":{"title":"ExtractedProgram","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"ExtractedProgram","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ExtractionDataIngestMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionDataIngestMessage":{"title":"ExtractionDataIngestMessage","required":["SpiderOutputId","Source","Url","ProgramType","Created","Ingested"],"properties":{"Id":{"description":"Unique ID of the ExtractedProgram.","type":"integer","format":"int64"},"SpiderOutputId":{"description":"ID of SpiderOutput yielding this ExtractedProgram.","type":"integer","format":"int64"},"Source":{"description":"Source spider of the ExtractedProgram.","type":"string"},"Url":{"description":"Page URL of the ExtractedProgram.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of ExtractedProgram if matched.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the ExtractedProgram.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the ExtractedProgram.","type":"string"},"Created":{"description":"Date ExtractedProgram was created.","type":"string","format":"date-time"},"Ingested":{"description":"Date ExtractedProgram data was ingested.","type":"string","format":"date-time"},"Network":{"type":"string"},"Year":{"description":"Release year of ExtractedProgram.","type":"integer","format":"int32"},"Original":{"description":"Flag indicating if the ExtractedProgram is an original for this source.","type":"boolean"},"ShowTitle":{"description":"Title for ExtractedPrograms of type Show.","type":"string"},"SeasonTitle":{"description":"Title for ExtractedPrograms of type Season.","type":"string"},"EpisodeTitle":{"description":"Title for ExtractedPrograms of type Episode.","type":"string"},"MovieTitle":{"description":"Title for ExtractedPrograms of type Movie.","type":"string"},"Description":{"description":"Description of ExtractedPrograms.","type":"string"},"SeasonNumber":{"description":"Sequence number of season.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode.","type":"string"},"Genres":{"description":"Genres associated with ExtractedProgram.","type":"array","items":{"type":"string"}},"OfficialSiteUrl":{"description":"Official Site Urls associated with ExtractedProgram.","type":"string"},"Releases":{"description":"Releases associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"description":"External Id's associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"description":"Contributors associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"description":"Images associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"description":"Videos associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"description":"Availabilities associated with ExtractedProgram.","type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"description":"Status of an ExtractedProgram.","type":"string"},"SkipIngest":{"description":"Flag indicating if the ExtractedProgram has no changes and should not be ingested.","type":"boolean"},"CheckImageUrls":{"description":"Flag indicating if bad image url's were found during ingestion.","type":"boolean"}},"description":"ExtractionDataIngestMessage","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ImportExtractionJobs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportExtractionJobs":{"title":"ImportExtractionJobs","properties":{"ProjectId":{"type":"string"}},"description":"ImportExtractionJobs","type":"object"}}}}
```

## The IngestMovieExtractionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestMovieExtractionItem":{"title":"IngestMovieExtractionItem","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Title":{"description":"Title of program.","type":"array","items":{"type":"string"}},"OriginalReleaseDate":{"description":"Original release date of program.","type":"array","items":{"type":"string"}},"Cast":{"description":"Cast of program.","type":"array","items":{"type":"string"}},"Directors":{"description":"DIrector(s) of program.","type":"array","items":{"type":"string"}},"Poster":{"description":"Url of poster for program.","type":"array","items":{"type":"string"}},"Description":{"description":"DEscription or synopsis of program.","type":"array","items":{"type":"string"}},"Images":{"description":"Urls of images for program.","type":"array","items":{"type":"string"}},"Videos":{"description":"Urls of videos for program.","type":"array","items":{"type":"string"}},"Genres":{"description":"Genres for program.","type":"array","items":{"type":"string"}},"YouTube":{"description":"Youtube url for program.","type":"array","items":{"type":"string"}},"Facebook":{"description":"Facebook url for program.","type":"array","items":{"type":"string"}},"Twitter":{"description":"Twitter url for program.","type":"array","items":{"type":"string"}},"Instagram":{"description":"Instagram url for program.","type":"array","items":{"type":"string"}},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"IngestMovieExtractionItem","type":"object"}}}}
```

## The ImportNetworkExtractionItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportNetworkExtractionItems":{"title":"ImportNetworkExtractionItems","properties":{"JobId":{"type":"string"},"Source":{"type":"string"}},"description":"ImportNetworkExtractionItems","type":"object"}}}}
```

## The MatchNetworkExtractionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchNetworkExtractionItem":{"title":"MatchNetworkExtractionItem","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"MatchNetworkExtractionItem","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The IngestNetworkExtractionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestNetworkExtractionItem":{"title":"IngestNetworkExtractionItem","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"IngestNetworkExtractionItem","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The CreateNetworkExtractAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateNetworkExtractAvailabilities":{"title":"CreateNetworkExtractAvailabilities","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"CreateNetworkExtractAvailabilities","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The CreateExtractionJobQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateExtractionJobQueueItem":{"title":"CreateExtractionJobQueueItem","properties":{"responses_received":{"type":"integer","format":"int32"},"logs":{"type":"integer","format":"int32"},"state":{"type":"string"},"spider":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"spider_type":{"type":"string"},"id":{"type":"string"},"version":{"type":"string"},"items_scraped":{"type":"integer","format":"int32"},"pages":{"type":"integer","format":"int32"},"elapsed":{"type":"integer","format":"int32"},"tags":{"type":"array","items":{"type":"string"}},"priority":{"type":"integer","format":"int32"},"updated_time":{"type":"string","format":"date-time"},"errors_count":{"type":"integer","format":"int32"},"close_reason":{"type":"string"},"ItemsImported":{"type":"string","format":"date-time"},"JobAlert":{"type":"boolean"},"MatchErrors":{"type":"integer","format":"int32"},"MatchRate":{"type":"integer","format":"int32"},"NewItems":{"type":"integer","format":"int32"}},"description":"CreateExtractionJobQueueItem","type":"object"}}}}
```

## The CreateMovieExtractIngestQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieExtractIngestQueueItem":{"title":"CreateMovieExtractIngestQueueItem","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Title":{"description":"Title of program.","type":"array","items":{"type":"string"}},"OriginalReleaseDate":{"description":"Original release date of program.","type":"array","items":{"type":"string"}},"Cast":{"description":"Cast of program.","type":"array","items":{"type":"string"}},"Directors":{"description":"DIrector(s) of program.","type":"array","items":{"type":"string"}},"Poster":{"description":"Url of poster for program.","type":"array","items":{"type":"string"}},"Description":{"description":"DEscription or synopsis of program.","type":"array","items":{"type":"string"}},"Images":{"description":"Urls of images for program.","type":"array","items":{"type":"string"}},"Videos":{"description":"Urls of videos for program.","type":"array","items":{"type":"string"}},"Genres":{"description":"Genres for program.","type":"array","items":{"type":"string"}},"YouTube":{"description":"Youtube url for program.","type":"array","items":{"type":"string"}},"Facebook":{"description":"Facebook url for program.","type":"array","items":{"type":"string"}},"Twitter":{"description":"Twitter url for program.","type":"array","items":{"type":"string"}},"Instagram":{"description":"Instagram url for program.","type":"array","items":{"type":"string"}},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"CreateMovieExtractIngestQueueItem","type":"object"}}}}
```

## The CreateNetworkExtractIngestQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateNetworkExtractIngestQueueItem":{"title":"CreateNetworkExtractIngestQueueItem","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"CreateNetworkExtractIngestQueueItem","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The CreateParamountSyncQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateParamountSyncQueueItem":{"title":"CreateParamountSyncQueueItem","properties":{"SyncRequest":{"$ref":"#/components/schemas/OriginSyncRequest"},"Message":{"type":"string"},"ContainerName":{"type":"string"}},"description":"CreateParamountSyncQueueItem","type":"object"},"OriginSyncRequest":{"title":"OriginSyncRequest","properties":{"Type":{"type":"string"},"MessageId":{"type":"string"},"TopicArn":{"type":"string"},"Subject":{"type":"string"},"Message":{"type":"string"},"Timestamp":{"type":"string","format":"date-time"},"SignatureVersion":{"type":"string"},"Signature":{"type":"string"},"SigningCertURL":{"type":"string"},"SubscribeURL":{"type":"string"},"UnsubscribeURL":{"type":"string"},"MessageAttributes":{"$ref":"#/components/schemas/Messageattributes"}},"description":"OriginSyncRequest","type":"object"},"Messageattributes":{"title":"Messageattributes","properties":{"Status":{"$ref":"#/components/schemas/Status"},"Action":{"$ref":"#/components/schemas/Action"},"SecurityLevel":{"$ref":"#/components/schemas/Securitylevel"},"RecordCategory":{"$ref":"#/components/schemas/Recordcategory"},"Client":{"$ref":"#/components/schemas/Client"},"Env":{"$ref":"#/components/schemas/Env"},"Source":{"$ref":"#/components/schemas/Source"}},"description":"Messageattributes","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Action":{"title":"Action","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Action","type":"object"},"Securitylevel":{"title":"Securitylevel","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Securitylevel","type":"object"},"Recordcategory":{"title":"Recordcategory","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Recordcategory","type":"object"},"Client":{"title":"Client","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Client","type":"object"},"Env":{"title":"Env","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Env","type":"object"},"Source":{"title":"Source","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Source","type":"object"}}}}
```

## The OriginSyncRequest object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OriginSyncRequest":{"title":"OriginSyncRequest","properties":{"Type":{"type":"string"},"MessageId":{"type":"string"},"TopicArn":{"type":"string"},"Subject":{"type":"string"},"Message":{"type":"string"},"Timestamp":{"type":"string","format":"date-time"},"SignatureVersion":{"type":"string"},"Signature":{"type":"string"},"SigningCertURL":{"type":"string"},"SubscribeURL":{"type":"string"},"UnsubscribeURL":{"type":"string"},"MessageAttributes":{"$ref":"#/components/schemas/Messageattributes"}},"description":"OriginSyncRequest","type":"object"},"Messageattributes":{"title":"Messageattributes","properties":{"Status":{"$ref":"#/components/schemas/Status"},"Action":{"$ref":"#/components/schemas/Action"},"SecurityLevel":{"$ref":"#/components/schemas/Securitylevel"},"RecordCategory":{"$ref":"#/components/schemas/Recordcategory"},"Client":{"$ref":"#/components/schemas/Client"},"Env":{"$ref":"#/components/schemas/Env"},"Source":{"$ref":"#/components/schemas/Source"}},"description":"Messageattributes","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Action":{"title":"Action","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Action","type":"object"},"Securitylevel":{"title":"Securitylevel","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Securitylevel","type":"object"},"Recordcategory":{"title":"Recordcategory","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Recordcategory","type":"object"},"Client":{"title":"Client","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Client","type":"object"},"Env":{"title":"Env","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Env","type":"object"},"Source":{"title":"Source","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Source","type":"object"}}}}
```

## The Messageattributes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Messageattributes":{"title":"Messageattributes","properties":{"Status":{"$ref":"#/components/schemas/Status"},"Action":{"$ref":"#/components/schemas/Action"},"SecurityLevel":{"$ref":"#/components/schemas/Securitylevel"},"RecordCategory":{"$ref":"#/components/schemas/Recordcategory"},"Client":{"$ref":"#/components/schemas/Client"},"Env":{"$ref":"#/components/schemas/Env"},"Source":{"$ref":"#/components/schemas/Source"}},"description":"Messageattributes","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Action":{"title":"Action","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Action","type":"object"},"Securitylevel":{"title":"Securitylevel","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Securitylevel","type":"object"},"Recordcategory":{"title":"Recordcategory","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Recordcategory","type":"object"},"Client":{"title":"Client","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Client","type":"object"},"Env":{"title":"Env","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Env","type":"object"},"Source":{"title":"Source","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Source","type":"object"}}}}
```

## The Status object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"}}}}
```

## The Action object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Action":{"title":"Action","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Action","type":"object"}}}}
```

## The Securitylevel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Securitylevel":{"title":"Securitylevel","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Securitylevel","type":"object"}}}}
```

## The Recordcategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Recordcategory":{"title":"Recordcategory","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Recordcategory","type":"object"}}}}
```

## The Client object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Client":{"title":"Client","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Client","type":"object"}}}}
```

## The Env object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Env":{"title":"Env","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Env","type":"object"}}}}
```

## The Source object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Source":{"title":"Source","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Source","type":"object"}}}}
```

## The SyncParamountPlus object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncParamountPlus":{"title":"SyncParamountPlus","properties":{},"description":"SyncParamountPlus","type":"object"}}}}
```

## The SyncParamountPlus\_QA object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncParamountPlus_QA":{"title":"SyncParamountPlus_QA","properties":{},"description":"SyncParamountPlus_QA","type":"object"}}}}
```

## The GetFandangoGeoLocationCity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoGeoLocationCity":{"title":"GetFandangoGeoLocationCity","required":["Country","State","City"],"properties":{"Country":{"description":"2-Letter country code.","type":"string"},"State":{"description":"State code or name.","type":"string"},"City":{"description":"Name of city.","type":"string"}},"description":"GetFandangoGeoLocationCity","type":"object"}}}}
```

## The GetFandangoGeoLocationPostalCode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoGeoLocationPostalCode":{"title":"GetFandangoGeoLocationPostalCode","required":["Country","Postalcode"],"properties":{"Country":{"description":"2-Letter country code.","type":"string"},"Postalcode":{"description":"Postal code.","type":"string"}},"description":"GetFandangoGeoLocationPostalCode","type":"object"}}}}
```

## The GetFandangoMovieDisplayDates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoMovieDisplayDates":{"title":"GetFandangoMovieDisplayDates","required":["MovieId","IdProvider"],"properties":{"MovieId":{"description":"The ID of the movie.","type":"string"},"IdProvider":{"description":"The provider for the movie ID.","type":"string","enum":["fandangoApi","fandango","IVA"]},"Latitude":{"description":"Latitude of the user's location.","type":"number","format":"double"},"Longitude":{"description":"Longitude of the user's location.","type":"number","format":"double"},"ZipCode":{"description":"Zip code of the user's location.","type":"string"},"Radius":{"description":"Search radius in miles around the user's location.","type":"integer","format":"int32"},"StartDateTime":{"description":"Start datetime (ISO-8601) for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDateTime":{"description":"End datetime (ISO-8601) for the display date range. Defaults to no end datetime.","type":"string","format":"date-time"},"ExcludeTheaterIds":{"description":"Comma delimited list of theaters to exclude.","type":"array","items":{"type":"string"}},"TheaterChainCodes":{"description":"Comma delimited list of theater chains to filter.","type":"array","items":{"type":"string"}}},"description":"GetFandangoMovieDisplayDates","type":"object"}}}}
```

## The GetFandangoMovieShowtimeGroupings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoMovieShowtimeGroupings":{"title":"GetFandangoMovieShowtimeGroupings","required":["MovieId","IdProvider"],"properties":{"MovieId":{"description":"The ID of the movie.","type":"string"},"IdProvider":{"description":"The provider for the movie ID.","type":"string","enum":["fandangoApi","fandango","IVA"]},"Longitude":{"description":"Longitude of the user's location.","type":"number","format":"double"},"Latitude":{"description":"Latitude of the user's location.","type":"number","format":"double"},"ZipCode":{"description":"Zip code of the user's location.","type":"string"},"Radius":{"description":"Search radius in miles around the user's location.","type":"integer","format":"int32"},"StartDisplayDate":{"description":"Start date for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDisplayDate":{"description":"End display date. Defaults to start display date.","type":"string","format":"date-time"}},"description":"GetFandangoMovieShowtimeGroupings","type":"object"}}}}
```

## The GetFandangoTheaterDisplayDates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoTheaterDisplayDates":{"title":"GetFandangoTheaterDisplayDates","required":["TheaterId","IdProvider"],"properties":{"TheaterId":{"description":"Id of theater.","type":"string"},"IdProvider":{"description":"The provider for the theater ID.","type":"string","enum":["fandangoApi","tms"]},"StartDateTime":{"description":"Start datetime (ISO-8601) for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDateTime":{"description":"End datetime (ISO-8601) for the display date range. Defaults to no end datetime.","type":"string","format":"date-time"}},"description":"GetFandangoTheaterDisplayDates","type":"object"}}}}
```

## The GetFandangoTheaterShowtimeGroupings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoTheaterShowtimeGroupings":{"title":"GetFandangoTheaterShowtimeGroupings","required":["TheaterId","IdProvider"],"properties":{"TheaterId":{"description":"Id of theater.","type":"string"},"IdProvider":{"description":"The provider for the theater ID.","type":"string","enum":["fandangoApi","tms"]},"StartDisplayDate":{"description":"Start date for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDisplayDate":{"description":"End display date. Defaults to start display date.","type":"string","format":"date-time"}},"description":"GetFandangoTheaterShowtimeGroupings","type":"object"}}}}
```

## The GetFandangoMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoMovies":{"title":"GetFandangoMovies","required":["Type"],"properties":{"Type":{"description":"Specify InTheaters or ComingSoon.","type":"string","enum":["InTheaters","ComingSoon"]},"Latitude":{"description":"Latitude of the user's location.","type":"number","format":"double"},"Longitude":{"description":"Longitude of the user's location.","type":"number","format":"double"},"ZipCode":{"description":"Zip code of the user's location.","type":"string"},"Radius":{"description":"Search radius in miles around the user's location.","type":"integer","format":"int32"},"Limit":{"description":"Number of items to return. Used in pagination.","type":"integer","format":"int32"},"Offset":{"description":"Offset index of the first item to return. Used in pagination..","type":"integer","format":"int32"}},"description":"GetFandangoMovies","type":"object"}}}}
```

## The GetFandangoMovieById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoMovieById":{"title":"GetFandangoMovieById","required":["MovieId","IdProvider"],"properties":{"MovieId":{"description":"The ID of the movie.","type":"string"},"IdProvider":{"description":"The provider for the movie ID.","type":"string","enum":["fandangoApi","fandango","IVA"]}},"description":"GetFandangoMovieById","type":"object"}}}}
```

## The GetFandangoShowtimeById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoShowtimeById":{"title":"GetFandangoShowtimeById","required":["ShowtimeId","IdProvider"],"properties":{"ShowtimeId":{"description":"Showtime ID for request.","type":"string"},"IdProvider":{"description":"The provider for the showtime ID.","type":"string","enum":["fandangoApi","fandango"]}},"description":"GetFandangoShowtimeById","type":"object"}}}}
```

## The GetFandangoShowtimes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoShowtimes":{"title":"GetFandangoShowtimes","properties":{"TheaterId":{"description":"The ID of the theater (required if latitude/longitude or zipCode not provided).","type":"string"},"TheaterIdProvider":{"description":"The provider for the theater ID.","type":"string","enum":["fandangoApi","tms"]},"Longitude":{"description":"Longitude of the user's location.","type":"number","format":"double"},"Latitude":{"description":"Latitude of the user's location.","type":"number","format":"double"},"ZipCode":{"description":"Zip code of the user's location.","type":"string"},"Radius":{"description":"Search radius in miles around the user's location.","type":"integer","format":"int32"},"StartDateTime":{"description":"Start datetime (ISO-8601) for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDateTime":{"description":"End datetime (ISO-8601) for the display date range. Defaults to no end datetime.","type":"string","format":"date-time"},"StartDisplayDate":{"description":"Start date for the display date range. Defaults to UTC now.","type":"string","format":"date-time"},"EndDisplayDate":{"description":"End display date. Defaults to start display date.","type":"string","format":"date-time"},"MovieTitle":{"description":"Filter showtimes by movie title.","type":"string"},"TheaterName":{"description":"Filter showtimes by theater name.","type":"string"},"MovieId":{"description":"Filter showtimes by movie ID.","type":"string"},"MovieIdProvider":{"description":"The provider for the movie ID.","type":"string","enum":["fandangoApi","fandango","IVA"]},"AmenityIds":{"description":"Filter showtimes by amenity list (comma delimited). Only entries with amenities exactly matching this list are returned.","type":"array","items":{"type":"string"}},"AmenityIdProvider":{"description":"The provider for the amenity ID.","type":"string","enum":["fandangoApi","fandango"]},"Limit":{"description":"Number of items to return. Used in pagination.","type":"integer","format":"int32"},"Offset":{"description":"Offset index of the first item to return. Used in pagination.","type":"integer","format":"int32"}},"description":"GetFandangoShowtimes","type":"object"}}}}
```

## The GetFandangoTheaters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoTheaters":{"title":"GetFandangoTheaters","properties":{"Longitude":{"description":"Longitude of the user's location.","type":"number","format":"double"},"Latitude":{"description":"Latitude of the user's location.","type":"number","format":"double"},"ZipCode":{"description":"Zip code of the user's location.","type":"string"},"Radius":{"description":"Search radius in miles around the user's location.","type":"integer","format":"int32"},"Limit":{"description":"Number of items to return. Used in pagination.","type":"integer","format":"int32"},"Offset":{"description":"Offset index of the first item to return. Used in pagination.","type":"integer","format":"int32"},"HasShowtimes":{"description":"Filter for theaters with or without showtimes. Default (null/not set) is to include both.","type":"boolean"}},"description":"GetFandangoTheaters","type":"object"}}}}
```

## The GetFandangoTheater object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFandangoTheater":{"title":"GetFandangoTheater","required":["TheaterId","IdProvider"],"properties":{"TheaterId":{"description":"Id of theater.","type":"string"},"IdProvider":{"description":"The provider for the theater ID.","type":"string","enum":["fandangoApi","tms"]}},"description":"GetFandangoTheater","type":"object"}}}}
```

## The FixedScrapedData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FixedScrapedData":{"title":"FixedScrapedData","properties":{},"description":"FixedScrapedData","type":"object"}}}}
```

## The GetGame object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGame":{"title":"GetGame","required":["Id"],"properties":{"Id":{"description":"Required ID of Game.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the game response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","AlternateTitles","Descriptions","Companies","Tags","Videos","ExternalIds"]}},"description":"GetGame","type":"object"}}}}
```

## The GetGames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGames":{"title":"GetGames","required":["Ids"],"properties":{"Ids":{"description":"Required IDs of Games.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetGames","type":"object"}}}}
```

## The GetAllGames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllGames":{"title":"GetAllGames","required":["Take"],"properties":{"Take":{"description":"Limits the total items returned. Maximum of 100 per request.","type":"integer","format":"int32"},"Skip":{"description":"Skips records using for paging results.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the game object.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","AlternateTitles","Descriptions","Companies","Tags","Videos","ExternalIds"]}},"description":"GetAllGames","type":"object"}}}}
```

## The GetGameRanked object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGameRanked":{"title":"GetGameRanked","properties":{"StartsWith":{"type":"string"}},"description":"GetGameRanked","type":"object"}}}}
```

## The PopulateGamesTrie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateGamesTrie":{"title":"PopulateGamesTrie","properties":{},"description":"PopulateGamesTrie","type":"object"}}}}
```

## The MatchGamesToIMDb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchGamesToIMDb":{"title":"MatchGamesToIMDb","properties":{},"description":"MatchGamesToIMDb","type":"object"}}}}
```

## The CreateDbGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbGameImage":{"title":"CreateDbGameImage","required":["url"],"properties":{"url":{"$ref":"#/components/schemas/Uri","description":"url of GameImage source."},"ImageBytes":{"type":"string","contentEncoding":"base64"},"Attribution":{"type":"string"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"CreateDbGameImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The ImageVerification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The DbImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The DbImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbLanguage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbImageType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The GetGameChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGameChangeHistory":{"title":"GetGameChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetGameChangeHistory","type":"object"}}}}
```

## The GetPersonChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonChangeHistory":{"title":"GetPersonChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetPersonChangeHistory","type":"object"}}}}
```

## The GetPersonChangeHistoryWithEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonChangeHistoryWithEntity":{"title":"GetPersonChangeHistoryWithEntity","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetPersonChangeHistoryWithEntity","type":"object"}}}}
```

## The CreateGameCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateGameCache":{"title":"CreateGameCache","required":["Id"],"properties":{"Id":{"description":"Entertainment Game ID.","type":"integer","format":"int64"},"TimestampAsIndexedTime":{"description":"Timestamp is used find changes since D.  Set to FALSE only when re-populating entire index.","type":"boolean"}},"description":"CreateGameCache","type":"object"}}}}
```

## The GetDbGameImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbGameImages":{"title":"GetDbGameImages","required":["Id"],"properties":{"Id":{"description":"Required ID of game.","type":"integer","format":"int64"}},"description":"GetDbGameImages","type":"object"}}}}
```

## The DeleteDbGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbGameImage":{"title":"DeleteDbGameImage","required":["Id","Modifier"],"properties":{"Id":{"description":"Required GameImage ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the GameImage record.","type":"integer","format":"int32"}},"description":"DeleteDbGameImage","type":"object"}}}}
```

## The UpdateDbGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbGameImage":{"title":"UpdateDbGameImage","properties":{"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"UpdateDbGameImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbGameImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbGameImage":{"title":"GetDbGameImage","required":["Id"],"properties":{"Id":{"description":"Required ID of GameImage.","type":"integer","format":"int64"}},"description":"GetDbGameImage","type":"object"}}}}
```

## The GetDbGameImageChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbGameImageChanges":{"title":"GetDbGameImageChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of game.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of GameImages changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbGameImageChanges","type":"object"}}}}
```

## The GetDbGameImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbGameImageTags":{"title":"GetDbGameImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of GameImage.","type":"integer","format":"int64"}},"description":"GetDbGameImageTags","type":"object"}}}}
```

## The DeleteDbGameImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbGameImageTag":{"title":"DeleteDbGameImageTag","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the GameImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbGameImageTag","type":"object"}}}}
```

## The CreateDbGameImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbGameImageTag":{"title":"CreateDbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"CreateDbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetImageRedirect object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImageRedirect":{"title":"GetImageRedirect","required":["FilePath"],"properties":{"FilePath":{"description":"Filepath of Image.","type":"string"},"Redirect":{"description":"Redirect to the image. Default = true","type":"boolean"},"ExpirationMinutes":{"description":"Image url expiration in minutes. Default = 60. Maximum is 1440.","type":"string"}},"description":"GetImageRedirect","type":"object"}}}}
```

## The GetScreenCaptureRedirect object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScreenCaptureRedirect":{"title":"GetScreenCaptureRedirect","required":["FilePath"],"properties":{"FilePath":{"description":"Filepath of Image.","type":"string"},"Redirect":{"description":"Redirect to the image. Default = true","type":"boolean"},"ExpirationMinutes":{"description":"Image url expiration in minutes. Default = 60. Maximum is 1440.","type":"string"}},"description":"GetScreenCaptureRedirect","type":"object"}}}}
```

## The GetScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScreenCaptureBatch":{"title":"GetScreenCaptureBatch","properties":{"FilePath":{"description":"List of Filepaths.","type":"array","items":{"type":"string"}}},"description":"GetScreenCaptureBatch","type":"object"}}}}
```

## The CompareImagesFromUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareImagesFromUrl":{"title":"CompareImagesFromUrl","properties":{"Url1":{"type":"string"},"Url2":{"type":"string"}},"description":"CompareImagesFromUrl","type":"object"}}}}
```

## The FindSimilarMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindSimilarMovieImage":{"title":"FindSimilarMovieImage","properties":{"Fingerprint":{"type":"string"},"Images":{"type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}}},"description":"FindSimilarMovieImage","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbMovieImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The FindSimilarShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindSimilarShowImage":{"title":"FindSimilarShowImage","properties":{"Fingerprint":{"type":"string"},"Images":{"type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}}},"description":"FindSimilarShowImage","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbShowImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetImageBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImageBatch":{"title":"GetImageBatch","properties":{"FilePath":{"description":"List of Filepaths.","type":"array","items":{"type":"string"}}},"description":"GetImageBatch","type":"object"}}}}
```

## The GetImageFingerprintByRemoteUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImageFingerprintByRemoteUrl":{"title":"GetImageFingerprintByRemoteUrl","properties":{"Url":{"type":"string"}},"description":"GetImageFingerprintByRemoteUrl","type":"object"}}}}
```

## The DeleteRemovedImagesFromSources object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteRemovedImagesFromSources":{"title":"DeleteRemovedImagesFromSources","properties":{},"description":"DeleteRemovedImagesFromSources","type":"object"}}}}
```

## The CheckForGreccoAndRemove object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckForGreccoAndRemove":{"title":"CheckForGreccoAndRemove","properties":{},"description":"CheckForGreccoAndRemove","type":"object"}}}}
```

## The FingerprintForOfficialFandangoMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FingerprintForOfficialFandangoMovies":{"title":"FingerprintForOfficialFandangoMovies","properties":{},"description":"FingerprintForOfficialFandangoMovies","type":"object"}}}}
```

## The FingerprintForOfficialNetflixMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FingerprintForOfficialNetflixMovies":{"title":"FingerprintForOfficialNetflixMovies","properties":{},"description":"FingerprintForOfficialNetflixMovies","type":"object"}}}}
```

## The FingerprintForOfficialNetflixShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FingerprintForOfficialNetflixShows":{"title":"FingerprintForOfficialNetflixShows","properties":{},"description":"FingerprintForOfficialNetflixShows","type":"object"}}}}
```

## The ProcessMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessMovieImage":{"title":"ProcessMovieImage","properties":{"MovieImageId":{"type":"integer","format":"int64"},"Filepath":{"type":"string"},"ImageTypeId":{"type":"integer","format":"int32"}},"description":"ProcessMovieImage","type":"object"}}}}
```

## The ProcessEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessEpisodeImage":{"title":"ProcessEpisodeImage","properties":{"EpisodeImageId":{"type":"integer","format":"int64"},"Filepath":{"type":"string"},"ImageTypeId":{"type":"integer","format":"int32"}},"description":"ProcessEpisodeImage","type":"object"}}}}
```

## The ProcessSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessSeasonImage":{"title":"ProcessSeasonImage","properties":{"SeasonImageId":{"type":"integer","format":"int64"},"Filepath":{"type":"string"},"ImageTypeId":{"type":"integer","format":"int32"}},"description":"ProcessSeasonImage","type":"object"}}}}
```

## The ProcessShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessShowImage":{"title":"ProcessShowImage","properties":{"ShowImageId":{"type":"integer","format":"int64"},"Filepath":{"type":"string"},"ImageTypeId":{"type":"integer","format":"int32"}},"description":"ProcessShowImage","type":"object"}}}}
```

## The ProcessGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessGameImage":{"title":"ProcessGameImage","properties":{"GameImageId":{"type":"integer","format":"int64"},"Filepath":{"type":"string"},"ImageTypeId":{"type":"integer","format":"int32"}},"description":"ProcessGameImage","type":"object"}}}}
```

## The ProcessImagesForPersonImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessImagesForPersonImages":{"title":"ProcessImagesForPersonImages","properties":{"ImageId":{"type":"integer","format":"int64"}},"description":"ProcessImagesForPersonImages","type":"object"}}}}
```

## The ProcessPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessPersonImage":{"title":"ProcessPersonImage","properties":{"ImageId":{"type":"integer","format":"int64"},"Testing":{"type":"boolean"}},"description":"ProcessPersonImage","type":"object"}}}}
```

## The ImportPeoplePhotosFromMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportPeoplePhotosFromMedia":{"title":"ImportPeoplePhotosFromMedia","properties":{},"description":"ImportPeoplePhotosFromMedia","type":"object"}}}}
```

## The ImportHeadshotsFromEverett object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportHeadshotsFromEverett":{"title":"ImportHeadshotsFromEverett","properties":{"Filepath":{"type":"string"},"SheetName":{"type":"string"}},"description":"ImportHeadshotsFromEverett","type":"object"}}}}
```

## The IngestHeadShot object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestHeadShot":{"title":"IngestHeadShot","properties":{"Url":{"type":"string"},"Filepath":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"PersonImdbId":{"type":"string"}},"description":"IngestHeadShot","type":"object"}}}}
```

## The TestProgramImageFingerprints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TestProgramImageFingerprints":{"title":"TestProgramImageFingerprints","properties":{"ProgramId":{"type":"integer","format":"int64"},"ProgramType":{"type":"string"}},"description":"TestProgramImageFingerprints","type":"object"}}}}
```

## The PopulateImageSourceIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateImageSourceIds":{"title":"PopulateImageSourceIds","properties":{"ProgramId":{"type":"integer","format":"int64"},"ProgramType":{"type":"string"}},"description":"PopulateImageSourceIds","type":"object"}}}}
```

## The TestPersonImageFingerprints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TestPersonImageFingerprints":{"title":"TestPersonImageFingerprints","properties":{"ImageId":{"type":"integer","format":"int64"}},"description":"TestPersonImageFingerprints","type":"object"}}}}
```

## The ImageSearchMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageSearchMovie":{"title":"ImageSearchMovie","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"ImageSearchMovie","type":"object"}}}}
```

## The GetImdbTitleCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleCompanies":{"title":"GetImdbTitleCompanies","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleCompanies","type":"object"}}}}
```

## The GetImdbTitleCompanyRoles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleCompanyRoles":{"title":"GetImdbTitleCompanyRoles","properties":{"Region":{"description":"Optional region filter for distributors, e.g. US. Defaults to US. Pass ALL to return every region.","type":"string"},"ImdbId":{"type":"string"}},"description":"GetImdbTitleCompanyRoles","type":"object"}}}}
```

## The GetImdbTitleExternalLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleExternalLinks":{"title":"GetImdbTitleExternalLinks","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleExternalLinks","type":"object"}}}}
```

## The GetImdbTitleVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleVideos":{"title":"GetImdbTitleVideos","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleVideos","type":"object"}}}}
```

## The GetImdbTitleImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleImages":{"title":"GetImdbTitleImages","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleImages","type":"object"}}}}
```

## The GetImdbTitleNews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleNews":{"title":"GetImdbTitleNews","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleNews","type":"object"}}}}
```

## The GetImdbTitleBusiness object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleBusiness":{"title":"GetImdbTitleBusiness","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleBusiness","type":"object"}}}}
```

## The GetImdbTitlePlot object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitlePlot":{"title":"GetImdbTitlePlot","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitlePlot","type":"object"}}}}
```

## The GetImdbTitlePlotSynopsis object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitlePlotSynopsis":{"title":"GetImdbTitlePlotSynopsis","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitlePlotSynopsis","type":"object"}}}}
```

## The GetImdbTitleTaglines object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleTaglines":{"title":"GetImdbTitleTaglines","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleTaglines","type":"object"}}}}
```

## The GetImdbTitleVersions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleVersions":{"title":"GetImdbTitleVersions","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleVersions","type":"object"}}}}
```

## The GetImdbTitleReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleReleases":{"title":"GetImdbTitleReleases","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleReleases","type":"object"}}}}
```

## The GetImdbTitleReleaseDates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleReleaseDates":{"title":"GetImdbTitleReleaseDates","properties":{"Region":{"description":"Optional region filter, e.g. US. Defaults to US. Pass ALL to return every region.","type":"string"},"ImdbId":{"type":"string"}},"description":"GetImdbTitleReleaseDates","type":"object"}}}}
```

## The GetImdbTitleQuotes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleQuotes":{"title":"GetImdbTitleQuotes","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleQuotes","type":"object"}}}}
```

## The GetImdbTitleConnections object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleConnections":{"title":"GetImdbTitleConnections","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleConnections","type":"object"}}}}
```

## The GetImdbTitleGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleGenres":{"title":"GetImdbTitleGenres","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleGenres","type":"object"}}}}
```

## The GetImdbTitleSimilarities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleSimilarities":{"title":"GetImdbTitleSimilarities","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleSimilarities","type":"object"}}}}
```

## The GetImdbTitleAwards object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleAwards":{"title":"GetImdbTitleAwards","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleAwards","type":"object"}}}}
```

## The GetImdbTitleRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleRatings":{"title":"GetImdbTitleRatings","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleRatings","type":"object"}}}}
```

## The GetImdbTitleFullCredits object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleFullCredits":{"title":"GetImdbTitleFullCredits","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleFullCredits","type":"object"}}}}
```

## The SearchImdbTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchImdbTitle":{"title":"SearchImdbTitle","required":["Title"],"properties":{"Title":{"description":"Title text to search for, e.g. The Matrix","type":"string"},"Year":{"description":"Optional release year to filter results, e.g. 1999","type":"integer","format":"int32"}},"description":"SearchImdbTitle","type":"object"}}}}
```

## The GetImdbTitleEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleEpisodes":{"title":"GetImdbTitleEpisodes","properties":{"Season":{"description":"Optional season number to filter episodes.","type":"integer","format":"int32"},"ImdbId":{"type":"string"}},"description":"GetImdbTitleEpisodes","type":"object"}}}}
```

## The GetImdbNameAkas object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbNameAkas":{"title":"GetImdbNameAkas","properties":{"NameId":{"type":"string"},"ImdbId":{"type":"string"}},"description":"GetImdbNameAkas","type":"object"}}}}
```

## The GetImdbNameRaw object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbNameRaw":{"title":"GetImdbNameRaw","required":["NameId","Path"],"properties":{"NameId":{"description":"IMDb name ID, e.g. nm0000607","type":"string"},"Path":{"description":"API sub-path, e.g. fulldetails, akas, bios, images","type":"string"}},"description":"GetImdbNameRaw","type":"object"}}}}
```

## The GetImdbTitleRaw object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleRaw":{"title":"GetImdbTitleRaw","required":["Path"],"properties":{"Path":{"description":"API sub-path, e.g. episodes, episodes?season=1, fullcredits, ratings","type":"string"},"ImdbId":{"type":"string"}},"description":"GetImdbTitleRaw","type":"object"}}}}
```

## The GetImdbTitleComplete object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitleComplete":{"title":"GetImdbTitleComplete","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitleComplete","type":"object"}}}}
```

## The GetImdbTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTitle":{"title":"GetImdbTitle","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbTitle","type":"object"}}}}
```

## The GetImdbName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbName":{"title":"GetImdbName","properties":{"NameId":{"type":"string"},"ImdbId":{"type":"string"}},"description":"GetImdbName","type":"object"}}}}
```

## The GetImdbTemporaryCredential object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbTemporaryCredential":{"title":"GetImdbTemporaryCredential","properties":{},"description":"GetImdbTemporaryCredential","type":"object"}}}}
```

## The GetImdbMovieFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbMovieFeed":{"title":"GetImdbMovieFeed","properties":{},"description":"GetImdbMovieFeed","type":"object"}}}}
```

## The GetImdbShowFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbShowFeed":{"title":"GetImdbShowFeed","properties":{},"description":"GetImdbShowFeed","type":"object"}}}}
```

## The GetImdbGamesFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbGamesFeed":{"title":"GetImdbGamesFeed","properties":{},"description":"GetImdbGamesFeed","type":"object"}}}}
```

## The ImportFromIMDbHttp object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportFromIMDbHttp":{"title":"ImportFromIMDbHttp","properties":{},"description":"ImportFromIMDbHttp","type":"object"}}}}
```

## The DownloadIMDbFiles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DownloadIMDbFiles":{"title":"DownloadIMDbFiles","properties":{},"description":"DownloadIMDbFiles","type":"object"}}}}
```

## The SwapIMDbTables object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SwapIMDbTables":{"title":"SwapIMDbTables","properties":{"tableFlags":{"$ref":"#/components/schemas/TableFlags"}},"description":"SwapIMDbTables","type":"object"},"TableFlags":{"title":"TableFlags","properties":{"Title":{"type":"boolean"},"Person":{"type":"boolean"},"Cast":{"type":"boolean"},"Crew":{"type":"boolean"},"Episode":{"type":"boolean"},"TitleAkas":{"type":"boolean"},"Ratings":{"type":"boolean"}},"description":"TableFlags","type":"object"}}}}
```

## The TableFlags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TableFlags":{"title":"TableFlags","properties":{"Title":{"type":"boolean"},"Person":{"type":"boolean"},"Cast":{"type":"boolean"},"Crew":{"type":"boolean"},"Episode":{"type":"boolean"},"TitleAkas":{"type":"boolean"},"Ratings":{"type":"boolean"}},"description":"TableFlags","type":"object"}}}}
```

## The GetAllImdbMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllImdbMovies":{"title":"GetAllImdbMovies","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"GreaterThanOrEqualToYear":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetAllImdbMovies","type":"object"}}}}
```

## The GetAllImdbShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllImdbShows":{"title":"GetAllImdbShows","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"GreaterThanOrEqualToYear":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetAllImdbShows","type":"object"}}}}
```

## The GetAllImdbEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllImdbEpisodes":{"title":"GetAllImdbEpisodes","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"GreaterThanOrEqualToYear":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetAllImdbEpisodes","type":"object"}}}}
```

## The CheckPersonScraper object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckPersonScraper":{"title":"CheckPersonScraper","properties":{},"description":"CheckPersonScraper","type":"object"}}}}
```

## The CheckMovieScraper object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckMovieScraper":{"title":"CheckMovieScraper","properties":{},"description":"CheckMovieScraper","type":"object"}}}}
```

## The CheckShowScraper object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckShowScraper":{"title":"CheckShowScraper","properties":{},"description":"CheckShowScraper","type":"object"}}}}
```

## The CheckEpisodeScraper object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckEpisodeScraper":{"title":"CheckEpisodeScraper","properties":{},"description":"CheckEpisodeScraper","type":"object"}}}}
```

## The CheckCachedLimitFlag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckCachedLimitFlag":{"title":"CheckCachedLimitFlag","properties":{},"description":"CheckCachedLimitFlag","type":"object"}}}}
```

## The GetImdbFabricS3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbFabricS3":{"title":"GetImdbFabricS3","properties":{"IMDbId":{"type":"string"}},"description":"GetImdbFabricS3","type":"object"}}}}
```

## The GetAllImdbFabricS3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllImdbFabricS3":{"title":"GetAllImdbFabricS3","properties":{},"description":"GetAllImdbFabricS3","type":"object"}}}}
```

## The GetImdbFabricS3Person object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbFabricS3Person":{"title":"GetImdbFabricS3Person","properties":{"IMDbId":{"type":"string"}},"description":"GetImdbFabricS3Person","type":"object"}}}}
```

## The IngestImdbProRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestImdbProRelease":{"title":"IngestImdbProRelease","properties":{},"description":"IngestImdbProRelease","type":"object"}}}}
```

## The ImdbProMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbProMovies":{"title":"ImdbProMovies","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ImdbProMovies","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The ImdbProShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbProShows":{"title":"ImdbProShows","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ImdbProShows","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The GetImdbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPerson":{"title":"GetImdbPerson","properties":{"ImdbId":{"type":"string"}},"description":"GetImdbPerson","type":"object"}}}}
```

## The GetImdbPeopleMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPeopleMatch":{"title":"GetImdbPeopleMatch","properties":{"Name":{"type":"string"},"ImdbCreditIds":{"type":"array","items":{"type":"string"}},"ImdbPersonId":{"type":"string"}},"description":"GetImdbPeopleMatch","type":"object"}}}}
```

## The GetImdbMovieSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbMovieSearch":{"title":"GetImdbMovieSearch","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbMovieSearch","type":"object"}}}}
```

## The GetImdbShowEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbShowEpisodes":{"title":"GetImdbShowEpisodes","properties":{"ImdbShowId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"},"AllSeasons":{"type":"boolean"}},"description":"GetImdbShowEpisodes","type":"object"}}}}
```

## The GetImdbSeasonEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbSeasonEpisodes":{"title":"GetImdbSeasonEpisodes","properties":{"ImdbShowId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"}},"description":"GetImdbSeasonEpisodes","type":"object"}}}}
```

## The GetImdbShowSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbShowSearch":{"title":"GetImdbShowSearch","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbShowSearch","type":"object"}}}}
```

## The GetImdbEpisodeSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbEpisodeSearch":{"title":"GetImdbEpisodeSearch","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbEpisodeSearch","type":"object"}}}}
```

## The GetScrapedImdbMovieTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScrapedImdbMovieTitle":{"title":"GetScrapedImdbMovieTitle","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetScrapedImdbMovieTitle","type":"object"}}}}
```

## The GetScrapedImdbSeriesTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScrapedImdbSeriesTitle":{"title":"GetScrapedImdbSeriesTitle","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetScrapedImdbSeriesTitle","type":"object"}}}}
```

## The GetScrapedImdbEpisodeTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScrapedImdbEpisodeTitle":{"title":"GetScrapedImdbEpisodeTitle","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetScrapedImdbEpisodeTitle","type":"object"}}}}
```

## The GetScrapedImdbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScrapedImdbPerson":{"title":"GetScrapedImdbPerson","properties":{"ImdbId":{"type":"string"}},"description":"GetScrapedImdbPerson","type":"object"}}}}
```

## The PopulateImdbVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateImdbVideoCache":{"title":"PopulateImdbVideoCache","properties":{},"description":"PopulateImdbVideoCache","type":"object"}}}}
```

## The UpdateImdbVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateImdbVideoCache":{"title":"UpdateImdbVideoCache","properties":{"StartYear":{"type":"integer","format":"int32"}},"description":"UpdateImdbVideoCache","type":"object"}}}}
```

## The RefreshImdb3PP object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshImdb3PP":{"title":"RefreshImdb3PP","required":["Id","ProgramType"],"properties":{"Id":{"description":"IMDb ID of program.","type":"string"},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"DaysOld":{"description":"Allowable age of cached scrape data.","type":"integer","format":"int32"}},"description":"RefreshImdb3PP","type":"object"}}}}
```

## The RefreshImdb3PPFullShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshImdb3PPFullShow":{"title":"RefreshImdb3PPFullShow","required":["Id"],"properties":{"Id":{"description":"IMDb ID of program, ShowId for all Tv.","type":"string"},"LastTwoSeasonsOnly":{"description":"Flag indicating that only the last 2 seasons of a show will be updated, defaults to true.","type":"boolean"}},"description":"RefreshImdb3PPFullShow","type":"object"}}}}
```

## The PopulateMatchIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateMatchIndex":{"title":"PopulateMatchIndex","properties":{},"description":"PopulateMatchIndex","type":"object"}}}}
```

## The Update3PIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Update3PIndex":{"title":"Update3PIndex","properties":{},"description":"Update3PIndex","type":"object"}}}}
```

## The UpdateIMDbUnmatched3PIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateIMDbUnmatched3PIndex":{"title":"UpdateIMDbUnmatched3PIndex","properties":{},"description":"UpdateIMDbUnmatched3PIndex","type":"object"}}}}
```

## The ConvertImdbMovieToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertImdbMovieToThirdPartyProgram":{"title":"ConvertImdbMovieToThirdPartyProgram","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Budget":{"type":"integer","format":"int64"},"Gross":{"type":"integer","format":"int64"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"MovieGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"MpaaRating":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"Oscars":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ConvertImdbMovieToThirdPartyProgram","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ImdbCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"}}}}
```

## The ImdbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"}}}}
```

## The ReleaseDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"}}}}
```

## The Certification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"}}}}
```

## The AlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"}}}}
```

## The ImdbImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ImdbVotedata object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ConvertImdbSeriesToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertImdbSeriesToThirdPartyProgram":{"title":"ConvertImdbSeriesToThirdPartyProgram","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"SeriesGenres":{"type":"array","items":{"type":"string"}},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ConvertImdbSeriesToThirdPartyProgram","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The SeriesReleaseDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"}}}}
```

## The ConvertImdbEpisodeToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertImdbEpisodeToThirdPartyProgram":{"title":"ConvertImdbEpisodeToThirdPartyProgram","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"EpisodeGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"OriginalAirDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"EpisodeId":{"type":"string"},"SeriesId":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ConvertImdbEpisodeToThirdPartyProgram","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ConvertToThirdPartyProgramFromImdbTables object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertToThirdPartyProgramFromImdbTables":{"title":"ConvertToThirdPartyProgramFromImdbTables","properties":{"ImdbId":{"type":"string"}},"description":"ConvertToThirdPartyProgramFromImdbTables","type":"object"}}}}
```

## The ResolveUpdateIssue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResolveUpdateIssue":{"title":"ResolveUpdateIssue","properties":{"IMDbId":{"type":"string"}},"description":"ResolveUpdateIssue","type":"object"}}}}
```

## The GetImdbProTopPreRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbProTopPreRelease":{"title":"GetImdbProTopPreRelease","properties":{"Statuses":{"type":"array","items":{"type":"string"}},"ImdbProgramTypes":{"type":"array","items":{"type":"string"}},"Take":{"type":"integer","format":"int32"}},"description":"GetImdbProTopPreRelease","type":"object"}}}}
```

## The ImportImdbProTopReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportImdbProTopReleases":{"title":"ImportImdbProTopReleases","properties":{},"description":"ImportImdbProTopReleases","type":"object"}}}}
```

## The ScrapeImdbThemeLists object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapeImdbThemeLists":{"title":"ScrapeImdbThemeLists","properties":{"ListUrl":{"type":"string"}},"description":"ScrapeImdbThemeLists","type":"object"}}}}
```

## The ImportThemesFromImdbLists object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportThemesFromImdbLists":{"title":"ImportThemesFromImdbLists","properties":{},"description":"ImportThemesFromImdbLists","type":"object"}}}}
```

## The RemoveSelectedThemes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveSelectedThemes":{"title":"RemoveSelectedThemes","properties":{},"description":"RemoveSelectedThemes","type":"object"}}}}
```

## The GetImdbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbMovie":{"title":"GetImdbMovie","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbMovie","type":"object"}}}}
```

## The GetImdbShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbShow":{"title":"GetImdbShow","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbShow","type":"object"}}}}
```

## The GetImdbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbEpisode":{"title":"GetImdbEpisode","properties":{"ImdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetImdbEpisode","type":"object"}}}}
```

## The GetImdbPeopleByName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImdbPeopleByName":{"title":"GetImdbPeopleByName","properties":{"Name":{"type":"string"}},"description":"GetImdbPeopleByName","type":"object"}}}}
```

## The MatchMovieToWikiData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchMovieToWikiData":{"title":"MatchMovieToWikiData","properties":{"Id":{"type":"integer","format":"int64"}},"description":"MatchMovieToWikiData","type":"object"}}}}
```

## The MatchPersonToTmdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchPersonToTmdb":{"title":"MatchPersonToTmdb","properties":{"Id":{"description":"ID of the person in Entertainment database.","type":"integer","format":"int64"}},"description":"MatchPersonToTmdb","type":"object"}}}}
```

## The GetWikiMovieDataByIMDB object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikiMovieDataByIMDB":{"title":"GetWikiMovieDataByIMDB","required":["IMDBID"],"properties":{"IMDBID":{"type":"string"}},"description":"GetWikiMovieDataByIMDB","type":"object"}}}}
```

## The GetWikiEpisodeDataByIMDB object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikiEpisodeDataByIMDB":{"title":"GetWikiEpisodeDataByIMDB","required":["IMDBID"],"properties":{"IMDBID":{"type":"string"}},"description":"GetWikiEpisodeDataByIMDB","type":"object"}}}}
```

## The GetListofWikiFilms object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetListofWikiFilms":{"title":"GetListofWikiFilms","required":["limit","offset"],"properties":{"limit":{"description":"Number of items to return.  Maximum of 1000.","type":"integer","format":"int32"},"offset":{"description":"Starting point of page of results.  Defaults to 0.","type":"integer","format":"int32"}},"description":"GetListofWikiFilms","type":"object"}}}}
```

## The GetListofWikiTelevisionShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetListofWikiTelevisionShows":{"title":"GetListofWikiTelevisionShows","required":["limit","offset"],"properties":{"limit":{"description":"Number of items to return.  Maximum of 1000.","type":"integer","format":"int32"},"offset":{"description":"Starting point of page of results.  Defaults to 0.","type":"integer","format":"int32"}},"description":"GetListofWikiTelevisionShows","type":"object"}}}}
```

## The CompareAllShowsToTvMaze object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareAllShowsToTvMaze":{"title":"CompareAllShowsToTvMaze","properties":{},"description":"CompareAllShowsToTvMaze","type":"object"}}}}
```

## The CompareAllLowScoreMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareAllLowScoreMovies":{"title":"CompareAllLowScoreMovies","properties":{},"description":"CompareAllLowScoreMovies","type":"object"}}}}
```

## The CompareAllLowScoreSeries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareAllLowScoreSeries":{"title":"CompareAllLowScoreSeries","properties":{},"description":"CompareAllLowScoreSeries","type":"object"}}}}
```

## The CompareAllTheatricalAndComingSoonMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareAllTheatricalAndComingSoonMovies":{"title":"CompareAllTheatricalAndComingSoonMovies","properties":{},"description":"CompareAllTheatricalAndComingSoonMovies","type":"object"}}}}
```

## The CompareAllReturningSeries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareAllReturningSeries":{"title":"CompareAllReturningSeries","properties":{},"description":"CompareAllReturningSeries","type":"object"}}}}
```

## The CreateCompareQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCompareQueueItem":{"title":"CreateCompareQueueItem","properties":{"Type":{"type":"string"},"Id":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"CreateNameSpellingExceptions":{"type":"boolean"},"HighPriority":{"type":"boolean"},"AltId":{"type":"string"},"LastSeasonOnly":{"type":"boolean"},"ContribsOnly":{"type":"boolean"},"LogDescription":{"type":"string"}},"description":"CreateCompareQueueItem","type":"object"}}}}
```

## The GetDbpediaFilm object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbpediaFilm":{"title":"GetDbpediaFilm","required":["WikiId"],"properties":{"WikiId":{"type":"string"}},"description":"GetDbpediaFilm","type":"object"}}}}
```

## The CreateMovieException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieException":{"title":"CreateMovieException","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"CreateMovieException","type":"object"}}}}
```

## The CreateShowException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowException":{"title":"CreateShowException","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"CreateShowException","type":"object"}}}}
```

## The CreateSeasonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSeasonException":{"title":"CreateSeasonException","properties":{"Id":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"CreateSeasonException","type":"object"}}}}
```

## The CreateEpisodeException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateEpisodeException":{"title":"CreateEpisodeException","properties":{"Id":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"CreateEpisodeException","type":"object"}}}}
```

## The CreatePersonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreatePersonException":{"title":"CreatePersonException","properties":{"Id":{"type":"integer","format":"int64"},"PersonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"CreatePersonException","type":"object"}}}}
```

## The CloseMovieException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CloseMovieException":{"title":"CloseMovieException","properties":{"Id":{"type":"integer","format":"int64"},"Closer":{"type":"integer","format":"int32"},"Ignore":{"type":"boolean"}},"description":"CloseMovieException","type":"object"}}}}
```

## The CloseShowException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CloseShowException":{"title":"CloseShowException","properties":{"Id":{"type":"integer","format":"int64"},"Closer":{"type":"integer","format":"int32"},"Ignore":{"type":"boolean"}},"description":"CloseShowException","type":"object"}}}}
```

## The CloseSeasonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CloseSeasonException":{"title":"CloseSeasonException","properties":{"Id":{"type":"integer","format":"int64"},"Closer":{"type":"integer","format":"int32"},"Ignore":{"type":"boolean"}},"description":"CloseSeasonException","type":"object"}}}}
```

## The CloseEpisodeException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CloseEpisodeException":{"title":"CloseEpisodeException","properties":{"Id":{"type":"integer","format":"int64"},"Closer":{"type":"integer","format":"int32"},"Ignore":{"type":"boolean"}},"description":"CloseEpisodeException","type":"object"}}}}
```

## The ClosePersonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ClosePersonException":{"title":"ClosePersonException","properties":{"Id":{"type":"integer","format":"int64"},"Closer":{"type":"integer","format":"int32"},"Ignore":{"type":"boolean"}},"description":"ClosePersonException","type":"object"}}}}
```

## The GetMinimumRequirementsReviewHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMinimumRequirementsReviewHistory":{"title":"GetMinimumRequirementsReviewHistory","required":["MovieId","ShowId","SeasonId","EpisodeId"],"properties":{"MovieId":{"description":"Movie ID to lookup history by.","type":"integer","format":"int64"},"ShowId":{"description":"Show ID to lookup history by.","type":"integer","format":"int64"},"SeasonId":{"description":"Season ID to lookup history by.","type":"integer","format":"int64"},"EpisodeId":{"description":"Episode ID to lookup history by.","type":"integer","format":"int64"}},"description":"GetMinimumRequirementsReviewHistory","type":"object"}}}}
```

## The CreateMinimumRequirementsReviewHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMinimumRequirementsReviewHistory":{"title":"CreateMinimumRequirementsReviewHistory","properties":{"Id":{"type":"integer","format":"int32"},"MovieId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Reviewed":{"type":"string","format":"date-time"},"Reviewer":{"type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"CreateMinimumRequirementsReviewHistory","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The SearchTitlesByAnything object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchTitlesByAnything":{"title":"SearchTitlesByAnything","properties":{"Term":{"type":"string"}},"description":"SearchTitlesByAnything","type":"object"}}}}
```

## The CreateCustomerFormAcceptance object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCustomerFormAcceptance":{"title":"CreateCustomerFormAcceptance","required":["Purpose","FormValues","TermsUrl"],"properties":{"Purpose":{"description":"Required purpose.","type":"string"},"FormValues":{"description":"Required form values serialized string.","type":"string"},"TermsUrl":{"description":"Terms URL.","type":"string"}},"description":"CreateCustomerFormAcceptance","type":"object"}}}}
```

## The SendEmail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SendEmail":{"title":"SendEmail","required":["ToAddresses"],"properties":{"ToAddresses":{"type":"array","items":{"type":"string"}},"CCAddresses":{"type":"array","items":{"type":"string"}},"Subject":{"type":"string"},"Body":{"type":"string"},"htmlformat":{"type":"boolean"}},"description":"SendEmail","type":"object"}}}}
```

## The CreateMediaTitleShell object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMediaTitleShell":{"title":"CreateMediaTitleShell","properties":{"CustomerId":{"description":"Proprietary customer ID.","type":"integer","format":"int64"},"Title":{"description":"Title of video.","type":"string"},"StartDate":{"description":"Start date of video.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration date of video.","type":"string","format":"date-time"}},"description":"CreateMediaTitleShell","type":"object"}}}}
```

## The UpdateMediaTitleShell object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMediaTitleShell":{"title":"UpdateMediaTitleShell","properties":{"PublishedId":{"description":"Published ID.","type":"integer","format":"int64"},"Title":{"description":"Title of video.","type":"string"},"StartDate":{"description":"Start date of video.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration date of video.","type":"string","format":"date-time"}},"description":"UpdateMediaTitleShell","type":"object"}}}}
```

## The ImportPeopleChangesFromTmdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportPeopleChangesFromTmdb":{"title":"ImportPeopleChangesFromTmdb","properties":{"StartDate":{"description":"Starting Date to search for changes. Default is -6 hours.","type":"string","format":"date-time"},"EndDate":{"description":"Optional Ending Date to search for changes.","type":"string","format":"date-time"}},"description":"ImportPeopleChangesFromTmdb","type":"object"}}}}
```

## The ImportNewMoviesFromImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportNewMoviesFromImdb":{"title":"ImportNewMoviesFromImdb","required":["CompareExistingMovie"],"properties":{"CompareExistingMovie":{"description":"Determines whether changed titles (specified within the date range) at IMDB should be compared to existing data.","type":"boolean"},"ImdbMovieId":{"description":"Import this specific title by IMDB Id.","type":"string"},"AllowSpecial":{"description":"Flag to allow import of IMDb specials and shorts.","type":"boolean"},"Modifier":{"description":"ID of user who last modified.","type":"integer","format":"int32"}},"description":"ImportNewMoviesFromImdb","type":"object"}}}}
```

## The ImportNewShowsFromImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportNewShowsFromImdb":{"title":"ImportNewShowsFromImdb","required":["CompareExistingShow"],"properties":{"CompareExistingShow":{"description":"Determines whether changed titles (specified within the date range) at TMDB should be compared to existing data.","type":"boolean"},"ImdbShowId":{"description":"Import this specific title by IMDB Id.","type":"string"},"DaysOld":{"description":"Filter titles from IMDB to production_year >= value. Default (0) is all years.","type":"integer","format":"int32"},"LastSeasonOnly":{"description":"Filter titles from IMDB to production_year >= value. Default (0) is all years.","type":"boolean"},"Modifier":{"description":"ID of user who last modified.","type":"integer","format":"int32"}},"description":"ImportNewShowsFromImdb","type":"object"}}}}
```

## The GetOpenGraphItemImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetOpenGraphItemImage":{"title":"GetOpenGraphItemImage","required":["ImdbId"],"properties":{"ImdbId":{"description":"Required IMDBID.","type":"string"}},"description":"GetOpenGraphItemImage","type":"object"}}}}
```

## The UpdateAllMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllMovies":{"title":"UpdateAllMovies","properties":{"Year":{"description":"Determines the freshness of the scraped portion of the data.","type":"integer","format":"int32"}},"description":"UpdateAllMovies","type":"object"}}}}
```

## The UpdateAllShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllShows":{"title":"UpdateAllShows","properties":{"Year":{"description":"Determines the freshness of the scraped portion of the data.","type":"integer","format":"int32"}},"description":"UpdateAllShows","type":"object"}}}}
```

## The UpdateAllEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllEpisodes":{"title":"UpdateAllEpisodes","properties":{"Year":{"description":"Determines the freshness of the scraped portion of the data.","type":"integer","format":"int32"}},"description":"UpdateAllEpisodes","type":"object"}}}}
```

## The FindImdbidForReturningSeries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindImdbidForReturningSeries":{"title":"FindImdbidForReturningSeries","required":["Program"],"properties":{"Program":{"$ref":"#/components/schemas/DiscoverProgram","description":"The full DiscoverProgram to match. The AI prompt is built from whichever of these are present: OriginalTitle, Year, Description, Poster, Directors, Cast and Availability URL."}},"description":"FindImdbidForReturningSeries","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The GetMovieException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieException":{"title":"GetMovieException","properties":{"ID":{"type":"integer","format":"int64"}},"description":"GetMovieException","type":"object"}}}}
```

## The GetShowException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowException":{"title":"GetShowException","properties":{"ID":{"type":"integer","format":"int64"}},"description":"GetShowException","type":"object"}}}}
```

## The GetSeasonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonException":{"title":"GetSeasonException","properties":{"ID":{"type":"integer","format":"int64"}},"description":"GetSeasonException","type":"object"}}}}
```

## The GetEpisodeException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeException":{"title":"GetEpisodeException","properties":{"ID":{"type":"integer","format":"int64"}},"description":"GetEpisodeException","type":"object"}}}}
```

## The GetPersonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonException":{"title":"GetPersonException","properties":{"ID":{"type":"integer","format":"int64"}},"description":"GetPersonException","type":"object"}}}}
```

## The GetMovieExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieExceptions":{"title":"GetMovieExceptions","properties":{"MovieID":{"type":"integer","format":"int64"}},"description":"GetMovieExceptions","type":"object"}}}}
```

## The GetShowExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowExceptions":{"title":"GetShowExceptions","properties":{"ShowID":{"type":"integer","format":"int64"}},"description":"GetShowExceptions","type":"object"}}}}
```

## The GetSeasonExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonExceptions":{"title":"GetSeasonExceptions","properties":{"SeasonID":{"type":"integer","format":"int64"}},"description":"GetSeasonExceptions","type":"object"}}}}
```

## The GetEpisodeExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeExceptions":{"title":"GetEpisodeExceptions","properties":{"EpisodeID":{"type":"integer","format":"int64"}},"description":"GetEpisodeExceptions","type":"object"}}}}
```

## The GetPersonExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonExceptions":{"title":"GetPersonExceptions","properties":{"PersonID":{"type":"integer","format":"int64"}},"description":"GetPersonExceptions","type":"object"}}}}
```

## The GenerateYahooFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenerateYahooFeed":{"title":"GenerateYahooFeed","properties":{"Mode":{"description":"Feed mode.","type":"string"}},"description":"GenerateYahooFeed","type":"object"}}}}
```

## The GetOpenGraphItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetOpenGraphItem":{"title":"GetOpenGraphItem","required":["ImdbId"],"properties":{"ImdbId":{"description":"Required IMDBID.","type":"string"}},"description":"GetOpenGraphItem","type":"object"}}}}
```

## The ShowAltSummaryReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAltSummaryReport":{"title":"ShowAltSummaryReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ShowAltSummaryReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The AlphaEpisodeBrokenTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlphaEpisodeBrokenTitles":{"title":"AlphaEpisodeBrokenTitles","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"AlphaEpisodeBrokenTitles","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The AlphaMergeTitleExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlphaMergeTitleExceptions":{"title":"AlphaMergeTitleExceptions","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"AlphaMergeTitleExceptions","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The ManualReleaseEventExceptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ManualReleaseEventExceptions":{"title":"ManualReleaseEventExceptions","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ManualReleaseEventExceptions","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The JOELMoviesShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"JOELMoviesShow":{"title":"JOELMoviesShow","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"JOELMoviesShow","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The JOELEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"JOELEpisodes":{"title":"JOELEpisodes","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"JOELEpisodes","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MovieIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieIds":{"title":"MovieIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MovieIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The ShowIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowIds":{"title":"ShowIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ShowIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The SeasonIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonIds":{"title":"SeasonIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"SeasonIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The EpisodeIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeIds":{"title":"EpisodeIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EpisodeIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The PersonIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonIds":{"title":"PersonIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"PersonIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The InitializeCommonTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InitializeCommonTags":{"title":"InitializeCommonTags","properties":{},"description":"InitializeCommonTags","type":"object"}}}}
```

## The ImportCommonMovieTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportCommonMovieTags":{"title":"ImportCommonMovieTags","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"ImportCommonMovieTags","type":"object"}}}}
```

## The ImportCommonShowTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportCommonShowTags":{"title":"ImportCommonShowTags","properties":{"ShowId":{"type":"integer","format":"int64"}},"description":"ImportCommonShowTags","type":"object"}}}}
```

## The UpdateOriginatingNetworksFromTmdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateOriginatingNetworksFromTmdb":{"title":"UpdateOriginatingNetworksFromTmdb","properties":{},"description":"UpdateOriginatingNetworksFromTmdb","type":"object"}}}}
```

## The MissingOriginatingNetworks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissingOriginatingNetworks":{"title":"MissingOriginatingNetworks","properties":{},"description":"MissingOriginatingNetworks","type":"object"}}}}
```

## The AddNetworkAlias object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddNetworkAlias":{"title":"AddNetworkAlias","properties":{"Alias":{"type":"string"}},"description":"AddNetworkAlias","type":"object"}}}}
```

## The GetMatchingNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMatchingNetwork":{"title":"GetMatchingNetwork","properties":{"Name":{"type":"string"}},"description":"GetMatchingNetwork","type":"object"}}}}
```

## The GetNetworks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNetworks":{"title":"GetNetworks","properties":{"Package":{"type":"string"}},"description":"GetNetworks","type":"object"}}}}
```

## The GetKatchProgramMetaData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetKatchProgramMetaData":{"title":"GetKatchProgramMetaData","required":["EntertainmentId"],"properties":{"EntertainmentId":{"description":"Id of an Entertainment program.","type":"string"}},"description":"GetKatchProgramMetaData","type":"object"}}}}
```

## The MatchKatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchKatch":{"title":"MatchKatch","properties":{},"description":"MatchKatch","type":"object"}}}}
```

## The GetKatchProgramMediaApi object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetKatchProgramMediaApi":{"title":"GetKatchProgramMediaApi","properties":{"KatchId":{"type":"string"},"ApiKey":{"type":"string"},"Authorization":{"type":"string"}},"description":"GetKatchProgramMediaApi","type":"object"}}}}
```

## The GetKatchProgramTraitsAPI object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetKatchProgramTraitsAPI":{"title":"GetKatchProgramTraitsAPI","properties":{"KatchId":{"type":"string"},"ApiKey":{"type":"string"},"Authorization":{"type":"string"}},"description":"GetKatchProgramTraitsAPI","type":"object"}}}}
```

## The GetKatchProgramClustersAPI object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetKatchProgramClustersAPI":{"title":"GetKatchProgramClustersAPI","properties":{"KatchId":{"type":"string"}},"description":"GetKatchProgramClustersAPI","type":"object"}}}}
```

## The UpdateNetworks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateNetworks":{"title":"UpdateNetworks","properties":{},"description":"UpdateNetworks","type":"object"}}}}
```

## The UpdateListingsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateListingsCache":{"title":"UpdateListingsCache","properties":{"Date":{"type":"string","format":"date-time"}},"description":"UpdateListingsCache","type":"object"}}}}
```

## The UpdateListings7Days object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateListings7Days":{"title":"UpdateListings7Days","properties":{},"description":"UpdateListings7Days","type":"object"}}}}
```

## The GetListingNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetListingNetwork":{"title":"GetListingNetwork","properties":{"Name":{"type":"string"}},"description":"GetListingNetwork","type":"object"}}}}
```

## The GetListingWebChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetListingWebChannel":{"title":"GetListingWebChannel","properties":{"Name":{"type":"string"}},"description":"GetListingWebChannel","type":"object"}}}}
```

## The MovieChangeHistoryMaintenance object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieChangeHistoryMaintenance":{"title":"MovieChangeHistoryMaintenance","properties":{},"description":"MovieChangeHistoryMaintenance","type":"object"}}}}
```

## The ShowChangeHistoryMaintenance object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowChangeHistoryMaintenance":{"title":"ShowChangeHistoryMaintenance","properties":{},"description":"ShowChangeHistoryMaintenance","type":"object"}}}}
```

## The EntertainmentSqlMaintenance object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EntertainmentSqlMaintenance":{"title":"EntertainmentSqlMaintenance","properties":{},"description":"EntertainmentSqlMaintenance","type":"object"}}}}
```

## The PersonChangeHistoryMaintenance object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonChangeHistoryMaintenance":{"title":"PersonChangeHistoryMaintenance","properties":{},"description":"PersonChangeHistoryMaintenance","type":"object"}}}}
```

## The PurgeEpisodesWithAlphaMergePostfix object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PurgeEpisodesWithAlphaMergePostfix":{"title":"PurgeEpisodesWithAlphaMergePostfix","properties":{},"description":"PurgeEpisodesWithAlphaMergePostfix","type":"object"}}}}
```

## The MatchToEntertainmentProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentProgram":{"title":"MatchToEntertainmentProgram","required":["ProgramType"],"properties":{"ProgramType":{"description":"Type of Program to be matched.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"MatchForShow":{"description":"Set to true to also match for shows","type":"boolean"},"EntertainmentId":{"description":"Id of Entertainment program to be matched against, if this is set no search is run and data is compared to this program only.","type":"integer","format":"int64"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Program to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Program to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Program to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Program to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Program to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Program to be matched.","type":"string"},"OriginatingNetwork":{"description":"Originating network of SHOW Program to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of Program to be matched.","type":"string","format":"date-time"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"},"LimitedResults":{"type":"boolean"}},"description":"MatchToEntertainmentProgram","type":"object"}}}}
```

## The GetEntertainmentMatchCandidates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntertainmentMatchCandidates":{"title":"GetEntertainmentMatchCandidates","required":["Title"],"properties":{"Title":{"description":"Title of Program to be matched.","type":"string"},"Year":{"description":"Release Year of Program to be matched.","type":"integer","format":"int32"},"ReleaseDate":{"description":"Release Date of Program to be matched.","type":"string","format":"date-time"},"Certification":{"description":"Certification of Program to be matched.","type":"string"},"Runtime":{"description":"RunTime (in minutes) of Program to be matched.","type":"integer","format":"int32"},"OriginatingNetwork":{"description":"Originating network of SHOW Program to be matched.","type":"string"},"Description":{"description":"Description of Program to be matched.","type":"string"},"Cast":{"description":"Cast members of Program to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Program to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Program to be matched.","type":"array","items":{"type":"string"}},"Company":{"description":"Company of Program to be matched.","type":"string"},"Genre":{"description":"Genre of Program to be matched.","type":"string"},"Theme":{"description":"Theme of Program to be matched.","type":"string"}},"description":"GetEntertainmentMatchCandidates","type":"object"}}}}
```

## The MatchToEntertainmentSeasonBySequence object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentSeasonBySequence":{"title":"MatchToEntertainmentSeasonBySequence","required":["ShowId","SeasonNumber"],"properties":{"ShowId":{"description":"Id of Show this Season belongs to","type":"integer","format":"int64"},"SeasonNumber":{"description":"Season number within Show.","type":"integer","format":"int32"},"Title":{"description":"Title of Season to be matched.","type":"string"},"Year":{"description":"Release Year of Season to be matched.","type":"integer","format":"int32"}},"description":"MatchToEntertainmentSeasonBySequence","type":"object"}}}}
```

## The MatchToEntertainmentEpisodeBySequence object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentEpisodeBySequence":{"title":"MatchToEntertainmentEpisodeBySequence","required":["ShowId","SeasonNumber","EpisodeNumber"],"properties":{"ShowId":{"description":"Id of Show this Season belongs to","type":"integer","format":"int64"},"SeasonNumber":{"description":"Number of Season this Episode belongs to, within Show.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Episode number within Season.","type":"integer","format":"int32"},"Title":{"description":"Title of Episode to be matched.","type":"string"},"Year":{"description":"Release Year of Episode to be matched.","type":"integer","format":"int32"}},"description":"MatchToEntertainmentEpisodeBySequence","type":"object"}}}}
```

## The DiscoverProgramRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverProgramRatings":{"title":"DiscoverProgramRatings","properties":{"ProgramType":{"type":"string"}},"description":"DiscoverProgramRatings","type":"object"}}}}
```

## The DiscoverMovieRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverMovieRatings":{"title":"DiscoverMovieRatings","properties":{"Movie":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"DiscoverMovieRatings","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The DiscoverShowRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverShowRatings":{"title":"DiscoverShowRatings","properties":{"Show":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"DiscoverShowRatings","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The UpdateAllPeopleRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllPeopleRatings":{"title":"UpdateAllPeopleRatings","properties":{},"description":"UpdateAllPeopleRatings","type":"object"}}}}
```

## The DiscoverPersonRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverPersonRatings":{"title":"DiscoverPersonRatings","properties":{"Person":{"$ref":"#/components/schemas/DiscoverPerson"}},"description":"DiscoverPersonRatings","type":"object"},"DiscoverPerson":{"title":"DiscoverPerson","properties":{"Id":{"description":"Unique ID of thePerson in the form of Person/1","type":"string"},"ProgramType":{"description":"Defines the type of data this is.  Ex: Person","type":"string"},"Packages":{"type":"array","items":{"type":"string"}},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthDayOfMonth":{"description":"Day of month Person was born.","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Month of Year Person was born.","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Day of month Person died.","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Month of Year Person died.","type":"integer","format":"int32"},"BirthName":{"description":"Name of Person at birth.","type":"string"},"IvaRating":{"description":"IVA Rating for Person.","type":"integer","format":"int32"},"IvaRatingSort":{"description":"IVA Rating for Person including decimal places for accurate sorting.","type":"number","format":"double"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/ProgramPersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"type":"string"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Awards":{"description":"Awards associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/Award"}},"Summary":{"$ref":"#/components/schemas/PersonSummary"}},"description":"DiscoverPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"}}}}
```

## The DiscoverPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverPerson":{"title":"DiscoverPerson","properties":{"Id":{"description":"Unique ID of thePerson in the form of Person/1","type":"string"},"ProgramType":{"description":"Defines the type of data this is.  Ex: Person","type":"string"},"Packages":{"type":"array","items":{"type":"string"}},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthDayOfMonth":{"description":"Day of month Person was born.","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Month of Year Person was born.","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Day of month Person died.","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Month of Year Person died.","type":"integer","format":"int32"},"BirthName":{"description":"Name of Person at birth.","type":"string"},"IvaRating":{"description":"IVA Rating for Person.","type":"integer","format":"int32"},"IvaRatingSort":{"description":"IVA Rating for Person including decimal places for accurate sorting.","type":"number","format":"double"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/ProgramPersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"type":"string"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Awards":{"description":"Awards associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/Award"}},"Summary":{"$ref":"#/components/schemas/PersonSummary"}},"description":"DiscoverPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"}}}}
```

## The FlexDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"}}}}
```

## The ProgramPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The FaceDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The FaceDetailsAgerange object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"}}}}
```

## The FaceDetailsBeard object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"}}}}
```

## The FaceDetailsBoundingbox object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"}}}}
```

## The FaceDetailsBoundingboxPixel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"}}}}
```

## The FaceDetailsEmotion object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"}}}}
```

## The FaceDetailsEyeglasses object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"}}}}
```

## The FaceDetailsEyesopen object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"}}}}
```

## The FaceDetailsGender object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"}}}}
```

## The FaceDetailsLandmark object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"}}}}
```

## The FaceDetailsLandmarkPixel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"}}}}
```

## The FaceDetailsMouthopen object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"}}}}
```

## The FaceDetailsMustache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"}}}}
```

## The FaceDetailsPose object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"}}}}
```

## The FaceDetailsQuality object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"}}}}
```

## The FaceDetailsSmile object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"}}}}
```

## The FaceDetailsSunglasses object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The PersonSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"}}}}
```

## The UpdateMovieShowRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMovieShowRating":{"title":"UpdateMovieShowRating","required":["ProgramType"],"properties":{"ProgramType":{"description":"Type of program to be updated)","type":"string"},"ProgramId":{"type":"integer","format":"int32"},"ratings":{"type":"number","format":"double"}},"description":"UpdateMovieShowRating","type":"object"}}}}
```

## The UpdatePersonRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePersonRating":{"title":"UpdatePersonRating","properties":{"PersonId":{"type":"integer","format":"int32"},"ratings":{"type":"number","format":"double"}},"description":"UpdatePersonRating","type":"object"}}}}
```

## The SearchEntertainment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchEntertainment":{"title":"SearchEntertainment","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Providers":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"StartDateStart":{"description":"Start date for availability StartDate filter.","type":"string","format":"date-time"},"StartDateEnd":{"description":"End date for availability StartDate filter.","type":"string","format":"date-time"},"DeliveryMethods":{"description":"List of availability delivery methods. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"OfferTypes":{"description":"List of availability offer types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"VideoQualities":{"description":"List of availability video qualities. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","HD","UHD","SD"]},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"AvailabilityCountries":{"description":"List of 2 character country codes.","type":"array","items":{"type":"string"}},"Genres":{"description":"List of genres (movie and show).","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes (movie and show).","type":"array","items":{"type":"string"}},"Tags":{"description":"List of tags (movie and show).","type":"array","items":{"type":"string"}},"Certifications":{"description":"List of certifications for movie and show.","type":"array","items":{"type":"string"}},"PersonNames":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"PeopleIds":{"description":"Person Ids.  Currently supports one person.","type":"array","items":{"type":"string"}},"Jobs":{"description":"List of Jobs a contributor can have.","type":"array","items":{"type":"string"}},"ReleaseTypes":{"description":"List of release types for both movie and show.","type":"array","items":{"type":"string"},"enum":["Digital","Festival","Physical","Premiere","Theatrical_Limited_Release","Theatrical_Wide_Release","TV","On_Demand_Release","Show_Release"]},"ReleaseCountries":{"description":"List of 2 character country codes when filtering on releases.","type":"array","items":{"type":"string"}},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ReleaseDateRange_Start":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"ReleaseDateRange_End":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"ShowId":{"description":"Filter results to match a show.  Use for locating seasons and episodes for a show.","type":"string"},"SeasonId":{"description":"Filter results to match a season.  Use for locating episodes for a season.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string"},"CompanyName":{"description":"Filter results matching company name","type":"string"},"HasVideo":{"description":"Filter results based on having video content","type":"boolean"},"VideoId":{"description":"Filter results based on matching Video ID.","type":"array","items":{"type":"integer","format":"int64"}},"VideoTargetCountries":{"description":"List of 2 character country codes when filtering on video target countries.","type":"array","items":{"type":"string"}},"VideoTargetLanguages":{"description":"Specify video target languages. This takes into consideration both language spoken and language subtitled.","type":"array","items":{"type":"string"}},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score. DEPRECIATED! Use SortBy instead.","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","ReleaseDate","CalculatedTrendRank","TimeStampAsc","ReleaseDateAsc"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"Status":{"description":"The status of the movie or show.  Ex: Returning_Series, in_production, etc.  ","type":"array","items":{"type":"string"}},"OriginalLanguages":{"description":"The original language of the program.","type":"array","items":{"type":"string"}},"Revenue":{"description":"Filter results where movie revenue is greater than or equal to this value.","type":"integer","format":"int64"},"Budget":{"description":"Filter results where movie budget is greater than or equal to this value.","type":"integer","format":"int64"},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"Minimum_EncodeDate":{"description":"Filter results based on encode date.","type":"string","format":"date-time"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"TrendSourceIds":{"description":"Program Trend Source Ids.  Ex: 2,3.","type":"array","items":{"type":"integer","format":"int32"}},"TrendBrands":{"description":"Program Trend Brands.  Ex: IMDB,IVA","type":"array","items":{"type":"string"},"enum":["IMDB","IVA","BoxOfficeMojo","TMDB","RottenTomatoes","TVGuide","iTunes","Amazon","Fios","Gamespot","Hulu","MovieClips","Netflix","PlutoTV","Redbox","TheNumbers","fandangoAtHome","Xfinity","Youtube"]},"TrendCountries":{"description":"Program Trend Countries.  Ex: US,CA.","type":"array","items":{"type":"string"}},"TrendListClassifiers":{"description":"Program Trend List Classifiers.  Ex: AVOD,SVOD.","type":"array","items":{"type":"string"},"enum":["Publisher","TVOD","SVOD","Revenue","Social","Trailers","AVOD","Physical"]},"LimitedResults":{"type":"boolean"},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"MatureVideo":{"description":"Limit to programs that have mature video content.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"CollectionIds":{"description":"Filter programs by list of CollectionIds","type":"array","items":{"type":"string"}},"CollectionTypes":{"description":"List of collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"ProgramChangeEntities":{"description":"List of program change entities.","type":"array","items":{"type":"string"},"enum":["MovieMovieGenre","MovieImage","MovieCompany","MovieVideoScreenCapture","MovieVideoTargetCountry","MovieImageTag","MovieRelease","CollectionItem","Collection","MovieAlternateTitle","MovieAlternateId","MovieDescription","MovieAvailability","MovieContributor","Movie","MovieVideo","MovieVideoEncode","MovieTheme","MovieTag","SeasonAlternateId","ShowCompany","ShowAlternateTitle","Season","EpisodeAlternateId","SeasonImage","Show","EpisodeImageTag","SeasonDescription","SeasonRelease","ShowImageTag","ShowVideo","EpisodeVideoScreenCapture","EpisodeRelease","ShowRelease","ShowShowGenre","EpisodeAvailability","SeasonAvailability","EpisodeContributor","EpisodeImage","ShowVideoTargetCountry","ShowVideoEncode","ShowAvailability","SeasonVideoEncode","ShowImage","EpisodeAlternateTitle","EpisodeDescription","ShowAlternateId","SeasonVideo","ShowTheme","EpisodeVideoEncode","SeasonVideoTargetCountry","EpisodeVideo","SeasonVideoScreenCapture","Episode","ShowVideoScreenCapture","EpisodeVideoTargetCountry","SeasonImageTag","ShowDescription","ShowTag"]}},"description":"SearchEntertainment","type":"object"}}}}
```

## The UpdateIndexDoc object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateIndexDoc":{"title":"UpdateIndexDoc","properties":{"Doc":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"UpdateIndexDoc","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The IndexDocCount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IndexDocCount":{"title":"IndexDocCount","properties":{},"description":"IndexDocCount","type":"object"}}}}
```

## The DeleteIndexDocs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteIndexDocs":{"title":"DeleteIndexDocs","properties":{"IndexIds":{"type":"array","items":{"type":"string"}}},"description":"DeleteIndexDocs","type":"object"}}}}
```

## The GetMovieIvaRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieIvaRatings":{"title":"GetMovieIvaRatings","required":["Skip","Take"],"properties":{"Skip":{"description":"Used for paging result set.","type":"integer","format":"int32"},"Take":{"description":"Required. Max size is 1,000.","type":"integer","format":"int32"}},"description":"GetMovieIvaRatings","type":"object"}}}}
```

## The GetShowIvaRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowIvaRatings":{"title":"GetShowIvaRatings","required":["Skip","Take"],"properties":{"Skip":{"description":"Used for paging result set.","type":"integer","format":"int32"},"Take":{"description":"Required. Max size is 1,000.","type":"integer","format":"int32"}},"description":"GetShowIvaRatings","type":"object"}}}}
```

## The GetCelebrityIvaRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCelebrityIvaRatings":{"title":"GetCelebrityIvaRatings","required":["Skip","Take"],"properties":{"Skip":{"description":"Used for paging result set.","type":"integer","format":"int32"},"Take":{"description":"Required. Max size is 1,000.","type":"integer","format":"int32"}},"description":"GetCelebrityIvaRatings","type":"object"}}}}
```

## The SearchEntertainmentAutoComplete object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchEntertainmentAutoComplete":{"title":"SearchEntertainmentAutoComplete","required":["ProgramTypes","Field","Prefix"],"properties":{"Size":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"Field":{"description":"List of available auto completion fields.","type":"string","enum":["basedOns_instanceOfLabel","basedOns_label","subjects_label","filmingLocations_label","narrativeLocations_label","microGenres_label","timePeriods_label","title","originalTitle","tags","originatingNetwork","companies_name","contributors_personName"]},"Prefix":{"description":"String prefix to use to locate matching strings based on Field selected.","type":"string"}},"description":"SearchEntertainmentAutoComplete","type":"object"}}}}
```

## The SearchEntertainmentAutoCompleteTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchEntertainmentAutoCompleteTitle":{"title":"SearchEntertainmentAutoCompleteTitle","required":["Prefix"],"properties":{"IncludeGenres":{"description":"set to true if you want response to include genres.","type":"boolean"},"Size":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"Prefix":{"description":"String prefix to use to locate matching strings based on Field selected.","type":"string"}},"description":"SearchEntertainmentAutoCompleteTitle","type":"object"}}}}
```

## The FabricMatchEntertainment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FabricMatchEntertainment":{"title":"FabricMatchEntertainment","properties":{"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 50.","type":"integer","format":"int32"},"ProgramType":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"Cast":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"Year":{"description":"Filter results based on year of original release.","type":"integer","format":"int32"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"LimitedResults":{"type":"boolean"}},"description":"FabricMatchEntertainment","type":"object"}}}}
```

## The GetEntertainmentDiscrepancies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntertainmentDiscrepancies":{"title":"GetEntertainmentDiscrepancies","properties":{"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]}},"description":"GetEntertainmentDiscrepancies","type":"object"}}}}
```

## The RepairDiscrepancies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RepairDiscrepancies":{"title":"RepairDiscrepancies","properties":{"MissingMovies":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteMovies":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingShows":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteShows":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingSeasons":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteSeasons":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingEpisodes":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteEpisodes":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingGames":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteGames":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"RepairDiscrepancies","type":"object"}}}}
```

## The GetSignificantTermByCollectionId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSignificantTermByCollectionId":{"title":"GetSignificantTermByCollectionId","properties":{"CollectionId":{"type":"string"},"MinimimDocumentCount":{"type":"integer","format":"int32"}},"description":"GetSignificantTermByCollectionId","type":"object"}}}}
```

## The GoogleSheetMatching object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GoogleSheetMatching":{"title":"GoogleSheetMatching","required":["SheetId"],"properties":{"SheetId":{"description":"This is a unique id of google sheet which you want to performs.","type":"string"}},"description":"GoogleSheetMatching","type":"object"}}}}
```

## The MatchToThirdPartyIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToThirdPartyIndex":{"title":"MatchToThirdPartyIndex","properties":{"ProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"}},"description":"MatchToThirdPartyIndex","type":"object"}}}}
```

## The MatchTo3PISeasonBySequence object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchTo3PISeasonBySequence":{"title":"MatchTo3PISeasonBySequence","required":["IndexShowId","Source","SeasonNumber"],"properties":{"IndexShowId":{"description":"Third Party Index show id.","type":"string"},"Source":{"description":"ThirdPartySource to match to.","type":"string"},"SeasonNumber":{"description":"Season number to be matched.","type":"integer","format":"int32"}},"description":"MatchTo3PISeasonBySequence","type":"object"}}}}
```

## The MatchTo3PIEpisodeBySequence object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchTo3PIEpisodeBySequence":{"title":"MatchTo3PIEpisodeBySequence","required":["IndexShowId","Source","SeasonNumber","EpisodeNumber"],"properties":{"IndexShowId":{"description":"Third Party Index show id.","type":"string"},"Source":{"description":"ThirdPartySource to match to.","type":"string"},"SeasonNumber":{"description":"Season number to be matched.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Episode number to be matched.","type":"integer","format":"int32"}},"description":"MatchTo3PIEpisodeBySequence","type":"object"}}}}
```

## The GetAllThirdPartyPrograms object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllThirdPartyPrograms":{"title":"GetAllThirdPartyPrograms","properties":{},"description":"GetAllThirdPartyPrograms","type":"object"}}}}
```

## The SearchThirdParty object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchThirdParty":{"title":"SearchThirdParty","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/IMDb/tt123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 500.","type":"integer","format":"int32"},"ProgramTypes":{"description":"List of source program types.","type":"array","items":{"type":"string"}},"IvaProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"IvaSubTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","TV_Movie","TV_Special","Video_Movie","Documentary","Game_Show","News","Reality","Scripted","Talk_Show"]},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ExternalId":{"description":"External Id search.","type":"string"},"ExternalIdName":{"description":"External Id Name search.","type":"string"},"ExternalIdTypeId":{"description":"External Id Name search.","type":"integer","format":"int32"},"Title":{"description":"Title search.","type":"string"},"Cast":{"description":"List of program cast members.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of program directors.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producers.","type":"array","items":{"type":"string"}},"ShowId":{"description":"ID of show associated with this program.","type":"string"},"SeasonId":{"description":"ID of season associated with this program.","type":"string"},"SeasonNumber":{"description":"Sequence number of season program.","type":"string"},"EpisodeNumber":{"description":"Sequence number of episode program.","type":"string"},"OriginalLanguage":{"description":"OriginalLanguage for this program.","type":"string"},"Revenue":{"description":"Revenue for this program.","type":"integer","format":"int64"},"Status":{"description":"Status for this program.","type":"string"},"IvaStatus":{"description":"Status for this program.","type":"string"},"OriginatingNetworks":{"description":"List of Originating Networks.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork"}},"Sources":{"description":"Source search.","type":"array","items":{"type":"string"}},"SourceIds":{"description":"Source ID search.","type":"array","items":{"type":"string"}},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Genres"]}},"description":"SearchThirdParty","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"}}}}
```

## The ThirdPartyIndexOriginatingNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"}}}}
```

## The SearchThirdPartyV2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchThirdPartyV2":{"title":"SearchThirdPartyV2","properties":{"ProgramType":{"description":"Source program type.","type":"string"},"Source":{"description":"Source search.","type":"string"},"IvaProgramType":{"description":"IVA Program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"Year":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"Title":{"description":"Title search.","type":"string"},"Cast":{"description":"List of program cast members.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of program directors.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producers.","type":"array","items":{"type":"string"}},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"Originating Network."},"ShowId":{"description":"Source program ShowId for Seasons and EPisodes.","type":"string"},"SeasonId":{"description":"Source program SeasonId for Episodes.","type":"string"},"SeasonNumber":{"description":"Source program SeasonNumber for Seasons and Episodes.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Source program EPisodeNUmber for Episodes.","type":"integer","format":"int32"}},"description":"SearchThirdPartyV2","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"}}}}
```

## The RefreshThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshThirdPartyProgram":{"title":"RefreshThirdPartyProgram","required":["SourceId","Source","ProgramType"],"properties":{"SourceId":{"description":"Source ID of program.","type":"string"},"Source":{"description":"THird party source of program.","type":"string","enum":["IMDb","TMDb"]},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]}},"description":"RefreshThirdPartyProgram","type":"object"}}}}
```

## The Create3PIRefreshQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Create3PIRefreshQueueItem":{"title":"Create3PIRefreshQueueItem","required":["SourceId","Source","ProgramType"],"properties":{"SourceId":{"description":"Source ID of program.","type":"string"},"Source":{"description":"THird party source of program.","type":"string","enum":["IMDb","TMDb"]},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]}},"description":"Create3PIRefreshQueueItem","type":"object"}}}}
```

## The CheckProgramNotFound object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckProgramNotFound":{"title":"CheckProgramNotFound","required":["SourceId","SourceShowId","SeasonNumber","EpisodeNumber","Source","ProgramType"],"properties":{"SourceId":{"description":"Source ID of program.","type":"string"},"SourceShowId":{"description":"Source Show ID of a season.","type":"string"},"SeasonNumber":{"description":"Source SeasonNumber of a season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Source EpisodeNumber of an episode.","type":"integer","format":"int32"},"Source":{"description":"THird party source of program.","type":"string","enum":["IMDb","TMDb"]},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]}},"description":"CheckProgramNotFound","type":"object"}}}}
```

## The EradicateThirdPartyId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EradicateThirdPartyId":{"title":"EradicateThirdPartyId","required":["SourceId","Source","ProgramType"],"properties":{"SourceId":{"description":"Source ID of program.","type":"string"},"Source":{"description":"THird party source of program.","type":"string","enum":["IMDb","TMDb"]},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]}},"description":"EradicateThirdPartyId","type":"object"}}}}
```

## The RefreshFullThirdPartyShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshFullThirdPartyShow":{"title":"RefreshFullThirdPartyShow","required":["SourceId","Source"],"properties":{"SourceId":{"description":"Source ID of program.","type":"string"},"Source":{"description":"THird party source of program.","type":"string","enum":["IMDb","TMDb"]},"LastTwoSeasonsOnly":{"description":"Flag indicating that only the last 2 seasons of a show will be updated, defaults to true.","type":"boolean"}},"description":"RefreshFullThirdPartyShow","type":"object"}}}}
```

## The GetValidatedFullThirdPartyShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetValidatedFullThirdPartyShow":{"title":"GetValidatedFullThirdPartyShow","required":["IndexShowId"],"properties":{"IndexShowId":{"description":"Source ID of program.","type":"string"},"LastTwoSeasonsOnly":{"description":"Flag indicating that only the last 2 seasons of a show will be updated, defaults to true.","type":"boolean"}},"description":"GetValidatedFullThirdPartyShow","type":"object"}}}}
```

## The CountSourceObjects object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CountSourceObjects":{"title":"CountSourceObjects","properties":{"Source":{"type":"string"}},"description":"CountSourceObjects","type":"object"}}}}
```

## The CountReturningSeriesObjects object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CountReturningSeriesObjects":{"title":"CountReturningSeriesObjects","properties":{},"description":"CountReturningSeriesObjects","type":"object"}}}}
```

## The DeleteIdListFrom3PI object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteIdListFrom3PI":{"title":"DeleteIdListFrom3PI","properties":{"Ids":{"type":"array","items":{"type":"string"}}},"description":"DeleteIdListFrom3PI","type":"object"}}}}
```

## The MatchToThirdPartyIndexV2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToThirdPartyIndexV2":{"title":"MatchToThirdPartyIndexV2","properties":{"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Source":{"description":"ThirdPartySource to match to.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of program to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of program to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of program to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of program to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of program to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of program to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of program to be matched.","type":"string","format":"date-time"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"}},"description":"MatchToThirdPartyIndexV2","type":"object"}}}}
```

## The GetThirdPartyProgramById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetThirdPartyProgramById":{"title":"GetThirdPartyProgramById","required":["Id"],"properties":{"Id":{"description":"ThirdPartyProgram ID.","type":"string"}},"description":"GetThirdPartyProgramById","type":"object"}}}}
```

## The Refresh3PICustomList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Refresh3PICustomList":{"title":"Refresh3PICustomList","properties":{"UpdateList":{"type":"array","items":{"type":"integer","format":"int64"}},"ProgramType":{"type":"string"},"Prefix":{"type":"string"},"Threads":{"type":"integer","format":"int32"},"LastTwoSeasonsOnly":{"type":"boolean"}},"description":"Refresh3PICustomList","type":"object"}}}}
```

## The RefreshIMDbCustomList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshIMDbCustomList":{"title":"RefreshIMDbCustomList","properties":{"UpdateList":{"type":"array","items":{"type":"integer","format":"int64"}},"ProgramType":{"type":"string"},"Prefix":{"type":"string"},"Threads":{"type":"integer","format":"int32"},"LastTwoSeasonsOnly":{"type":"boolean"}},"description":"RefreshIMDbCustomList","type":"object"}}}}
```

## The UpdateMovieContributorOrder object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMovieContributorOrder":{"title":"UpdateMovieContributorOrder","required":["Id"],"properties":{"Id":{"description":"ThirdPartyProgram ID.","type":"string"}},"description":"UpdateMovieContributorOrder","type":"object"}}}}
```

## The UpdateEpisodeContributorOrder object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEpisodeContributorOrder":{"title":"UpdateEpisodeContributorOrder","required":["Id"],"properties":{"Id":{"description":"ThirdPartyProgram ID.","type":"string"}},"description":"UpdateEpisodeContributorOrder","type":"object"}}}}
```

## The GetMetacriticMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMetacriticMovie":{"title":"GetMetacriticMovie","required":["Id"],"properties":{"Id":{"description":"Required ID of Entertainment Movie.","type":"integer","format":"int64"}},"description":"GetMetacriticMovie","type":"object"}}}}
```

## The GetMetacriticTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMetacriticTv":{"title":"GetMetacriticTv","required":["Id"],"properties":{"Id":{"description":"Required ID of Entertainment Show.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Number of season.","type":"number","format":"double"}},"description":"GetMetacriticTv","type":"object"}}}}
```

## The GetBatchMetacriticMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetBatchMetacriticMovie":{"title":"GetBatchMetacriticMovie","required":["Ids"],"properties":{"Ids":{"description":"Required ID's of Entertainment Movie.","type":"Array[integer]","items":{"type":"integer","format":"int64"}}},"description":"GetBatchMetacriticMovie","type":"object"}}}}
```

## The UpdateMetacriticFeedMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMetacriticFeedMovie":{"title":"UpdateMetacriticFeedMovie","properties":{},"description":"UpdateMetacriticFeedMovie","type":"object"}}}}
```

## The GetMetacriticApiMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMetacriticApiMovie":{"title":"GetMetacriticApiMovie","required":["Id"],"properties":{"Id":{"description":"Required Metacritic ID.","type":"integer"}},"description":"GetMetacriticApiMovie","type":"object"}}}}
```

## The UpdateMetacriticFeedShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMetacriticFeedShow":{"title":"UpdateMetacriticFeedShow","properties":{},"description":"UpdateMetacriticFeedShow","type":"object"}}}}
```

## The GetMetacriticApiMovieByImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMetacriticApiMovieByImdb":{"title":"GetMetacriticApiMovieByImdb","required":["Id"],"properties":{"Id":{"description":"Required IMDb ID.","type":"integer"}},"description":"GetMetacriticApiMovieByImdb","type":"object"}}}}
```

## The GetMetacriticApiTv object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMetacriticApiTv":{"title":"GetMetacriticApiTv","required":["Id"],"properties":{"Id":{"description":"Required TMS ID.","type":"integer"},"SeasonNumber":{"description":"Number of season.","type":"integer","format":"int32"}},"description":"GetMetacriticApiTv","type":"object"}}}}
```

## The UpdateParasite object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateParasite":{"title":"UpdateParasite","properties":{"Name":{"type":"string"},"Location":{"type":"string"},"Description":{"type":"string"},"FailureThresholdInMinutes":{"type":"integer","format":"int32"},"LastTime":{"type":"string","format":"date-time"},"Active":{"type":"boolean"}},"description":"UpdateParasite","type":"object"}}}}
```

## The GetParasites object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetParasites":{"title":"GetParasites","properties":{"LimitToErrors":{"type":"boolean"}},"description":"GetParasites","type":"object"}}}}
```

## The GetMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovie":{"title":"GetMovie","required":["Id"],"properties":{"Id":{"description":"Required ID of Movie.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the movie response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetMovie","type":"object"}}}}
```

## The GetMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovies":{"title":"GetMovies","required":["Ids"],"properties":{"Ids":{"description":"Required IDs of Movies.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetMovies","type":"object"}}}}
```

## The GetAllMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllMovies":{"title":"GetAllMovies","required":["Take"],"properties":{"Take":{"description":"Limits the total items returned. Maximum of 100 per request.","type":"integer","format":"int32"},"Skip":{"description":"Skips records using for paging results.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the movie objectSearch movie by OriginalTitle.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetAllMovies","type":"object"}}}}
```

## The GetMoviesInTheaters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMoviesInTheaters":{"title":"GetMoviesInTheaters","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 10)","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the movie response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetMoviesInTheaters","type":"object"}}}}
```

## The GetMoviesComingSoon object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMoviesComingSoon":{"title":"GetMoviesComingSoon","required":["Skip","Take"],"properties":{"Skip":{"description":"Determines where to start page.  Ex: 0 starts at the beginning.","type":"integer","format":"int32"},"Take":{"description":"Determines the page size.  (Maximum of 10)","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the movie response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetMoviesComingSoon","type":"object"}}}}
```

## The DeleteDbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovie":{"title":"DeleteDbMovie","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of Movie.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the Movie record.","type":"integer","format":"int32"},"RedirectTo":{"description":"Redirect record to another. Ex: show/456 or movie/654.","type":"string"},"Permanent":{"description":"Permanently delete this record from the database.","type":"boolean"},"Queue":{"description":"Queue this delete to be processed as soon as possible.","type":"boolean"}},"description":"DeleteDbMovie","type":"object"}}}}
```

## The UpdateDbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovie":{"title":"UpdateDbMovie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"UpdateDbMovie","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The DbMovieTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"}}}}
```

## The DbMovieAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The DbMovieAlternateIdType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The CreateDbMovieAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieAlternateId":{"title":"CreateDbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"CreateDbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The CreateDbMovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieDescription":{"title":"CreateDbMovieDescription","properties":{"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"CreateDbMovieDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The CreateDbMovieRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieRelease":{"title":"CreateDbMovieRelease","properties":{"ValidateReleaseInformation":{"description":"Set to true if you want original release date and status to be checked. Use this for MANUAL changes to releases.","type":"boolean"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"CreateDbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The DbMovieCertification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbMovieReleaseType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The CreateDbMovieMovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieMovieGenre":{"title":"CreateDbMovieMovieGenre","required":["Modified"],"properties":{"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"CreateDbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The DbMovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The CreateDbMovieContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieContributor":{"title":"CreateDbMovieContributor","properties":{"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"CreateDbMovieContributor","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The DbPersonAlternateName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"}}}}
```

## The DbPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The DbPersonSpouse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"}}}}
```

## The DbPersonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbPersonAlternateIdType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"}}}}
```

## The DbPersonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbPersonTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbPersonJob object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The CreateDbMovieAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieAlternateTitle":{"title":"CreateDbMovieAlternateTitle","properties":{"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"CreateDbMovieAlternateTitle","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The CreateDbMovieCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieCompany":{"title":"CreateDbMovieCompany","properties":{"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"CreateDbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The CreateDbMovieTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieTag":{"title":"CreateDbMovieTag","properties":{"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"CreateDbMovieTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbMovieTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieTheme":{"title":"CreateDbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"CreateDbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideo":{"title":"CreateDbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"CreateDbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbVideoType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"}}}}
```

## The DbMovieVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"}}}}
```

## The DbMovieVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEncodeType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"}}}}
```

## The DbMovieVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieImage":{"title":"CreateDbMovieImage","required":["url"],"properties":{"url":{"$ref":"#/components/schemas/Uri","description":"url of MovieImage source."},"ImageBytes":{"type":"string","contentEncoding":"base64"},"Attribution":{"type":"string"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"CreateDbMovieImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The CreateMovieCachesFaster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieCachesFaster":{"title":"CreateMovieCachesFaster","required":["Id","RefreshAll"],"properties":{"Id":{"description":"Entertainment Movie IDs.","type":"integer","format":"int64"},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"}},"description":"CreateMovieCachesFaster","type":"object"}}}}
```

## The UpdateMissingRuntimes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMissingRuntimes":{"title":"UpdateMissingRuntimes","properties":{},"description":"UpdateMissingRuntimes","type":"object"}}}}
```

## The GetDbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovie":{"title":"GetDbMovie","required":["Id"],"properties":{"Id":{"description":"Required ID of Movie.","type":"integer","format":"int64"},"References":{"description":"List of References to be included in result.  Ex: 'Genres,Contributors,Videos' ","type":"array","items":{"type":"string"}}},"description":"GetDbMovie","type":"object"}}}}
```

## The GetDbMovieChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieChanges":{"title":"GetDbMovieChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of object. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieChanges","type":"object"}}}}
```

## The GetDbMovieAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieAlternateIds":{"title":"GetDbMovieAlternateIds","required":["Id"],"properties":{"Id":{"description":"Required ID of Movie.","type":"integer","format":"int64"}},"description":"GetDbMovieAlternateIds","type":"object"}}}}
```

## The DeleteDbMovieAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieAlternateId":{"title":"DeleteDbMovieAlternateId","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieAlternateId Id.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieAlternateId record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieAlternateId","type":"object"}}}}
```

## The UpdateDbMovieAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieAlternateId":{"title":"UpdateDbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"UpdateDbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The GetDbMovieDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieDescriptions":{"title":"GetDbMovieDescriptions","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieDescriptions","type":"object"}}}}
```

## The DeleteDbMovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieDescription":{"title":"DeleteDbMovieDescription","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of MovieDescription.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieDescription record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieDescription","type":"object"}}}}
```

## The UpdateDbMovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieDescription":{"title":"UpdateDbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"UpdateDbMovieDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbMovieReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieReleases":{"title":"GetDbMovieReleases","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieReleases","type":"object"}}}}
```

## The DeleteDbMovieRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieRelease":{"title":"DeleteDbMovieRelease","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieRelease ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieRelease record.","type":"integer","format":"int32"},"ValidateReleaseInformation":{"description":"Set to true if you want original release date and status to be checked. Use this for MANUAL changes to releases.","type":"boolean"}},"description":"DeleteDbMovieRelease","type":"object"}}}}
```

## The UpdateDbMovieRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieRelease":{"title":"UpdateDbMovieRelease","properties":{"ValidateReleaseInformation":{"description":"Set to true if you want original release date and status to be checked. Use this for MANUAL changes to releases.","type":"boolean"},"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"UpdateDbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The GetDbMovieReleaseTypeChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieReleaseTypeChanges":{"title":"GetDbMovieReleaseTypeChanges","properties":{},"description":"GetDbMovieReleaseTypeChanges","type":"object"}}}}
```

## The GetDbMovieMovieGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieMovieGenres":{"title":"GetDbMovieMovieGenres","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieMovieGenres","type":"object"}}}}
```

## The DeleteDbMovieMovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieMovieGenre":{"title":"DeleteDbMovieMovieGenre","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieMovieGenre ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieMovieGenre record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieMovieGenre","type":"object"}}}}
```

## The UpdateDbMovieMovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieMovieGenre":{"title":"UpdateDbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"UpdateDbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The GetDbMovieContributors object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieContributors":{"title":"GetDbMovieContributors","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieContributors","type":"object"}}}}
```

## The DeleteDbMovieContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieContributor":{"title":"DeleteDbMovieContributor","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieContributor ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieContributor record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieContributor","type":"object"}}}}
```

## The UpdateDbMovieContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieContributor":{"title":"UpdateDbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"UpdateDbMovieContributor","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The GetDbMovieAlternateTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieAlternateTitles":{"title":"GetDbMovieAlternateTitles","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieAlternateTitles","type":"object"}}}}
```

## The DeleteDbMovieAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieAlternateTitle":{"title":"DeleteDbMovieAlternateTitle","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieAlternateTitle ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieAlternateTitle record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieAlternateTitle","type":"object"}}}}
```

## The UpdateDbMovieAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieAlternateTitle":{"title":"UpdateDbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"UpdateDbMovieAlternateTitle","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbMovieCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieCompanies":{"title":"GetDbMovieCompanies","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieCompanies","type":"object"}}}}
```

## The DeleteDbMovieCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieCompany":{"title":"DeleteDbMovieCompany","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieCompany ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieCompany record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieCompany","type":"object"}}}}
```

## The UpdateDbMovieCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieCompany":{"title":"UpdateDbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"UpdateDbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The GetDbMovieTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieTags":{"title":"GetDbMovieTags","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieTags","type":"object"}}}}
```

## The DeleteDbMovieTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieTag":{"title":"DeleteDbMovieTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieTag ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieTag record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieTag","type":"object"}}}}
```

## The UpdateDbMovieTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieTag":{"title":"UpdateDbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"UpdateDbMovieTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbMovieTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieTheme":{"title":"DeleteDbMovieTheme","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment MovieTheme ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the MovieTheme record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieTheme","type":"object"}}}}
```

## The GetDbMovieTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieTheme":{"title":"GetDbMovieTheme","required":["Id"],"properties":{"Id":{"description":"Entertainment MovieTheme ID.","type":"integer","format":"int32"}},"description":"GetDbMovieTheme","type":"object"}}}}
```

## The GetDbMovieThemes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieThemes":{"title":"GetDbMovieThemes","required":["Id"],"properties":{"Id":{"description":"Entertainment Movie ID.","type":"integer","format":"int64"}},"description":"GetDbMovieThemes","type":"object"}}}}
```

## The GetDbMovieVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieVideos":{"title":"GetDbMovieVideos","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieVideos","type":"object"}}}}
```

## The DeleteDbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieVideo":{"title":"DeleteDbMovieVideo","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of Video.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieVideo record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieVideo","type":"object"}}}}
```

## The UpdateDbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieVideo":{"title":"UpdateDbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"UpdateDbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The GetDbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieVideo":{"title":"GetDbMovieVideo","required":["Id"],"properties":{"Id":{"description":"Required ID of VIdeo.","type":"integer","format":"int64"}},"description":"GetDbMovieVideo","type":"object"}}}}
```

## The GetDbMovieImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieImages":{"title":"GetDbMovieImages","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"}},"description":"GetDbMovieImages","type":"object"}}}}
```

## The DeleteDbMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieImage":{"title":"DeleteDbMovieImage","required":["Id","Modifier"],"properties":{"Id":{"description":"Required MovieImage ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieImage record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieImage","type":"object"}}}}
```

## The UpdateDbMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbMovieImage":{"title":"UpdateDbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"UpdateDbMovieImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The GetDbMovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieImage":{"title":"GetDbMovieImage","required":["Id"],"properties":{"Id":{"description":"Required ID of MovieImage.","type":"integer","format":"int64"}},"description":"GetDbMovieImage","type":"object"}}}}
```

## The CreateMovieCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieCaches":{"title":"CreateMovieCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Movie IDs.","type":"array","items":{"type":"integer","format":"int64"}},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"}},"description":"CreateMovieCaches","type":"object"}}}}
```

## The CreateDbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovie":{"title":"CreateDbMovie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"CreateDbMovie","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The FindMovieByImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindMovieByImage":{"title":"FindMovieByImage","required":["MinimumMatchingScore","MovieId"],"properties":{"Url":{"description":"URL of image or poster you want to search matches for.","type":"string"},"ImageBytes":{"description":"Byte array of image or poster you want to search matches for.","type":"string","contentEncoding":"base64"},"MinimumMatchingScore":{"description":"Define the lowest acceptable probability for a matching image.","type":"number","format":"float"},"MovieId":{"description":"If provided, the search index will be limited to only images from this movie.","type":"integer","format":"int64"}},"description":"FindMovieByImage","type":"object"}}}}
```

## The FindDbMovieAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbMovieAlternateIds":{"title":"FindDbMovieAlternateIds","required":["Id","IdType"],"properties":{"Id":{"description":"Required Movie ALternate ID.","type":"string"},"IdType":{"description":"Required Movie ALternate ID Type.","type":"integer","format":"int32"}},"description":"FindDbMovieAlternateIds","type":"object"}}}}
```

## The FindDbMovieCertification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbMovieCertification":{"title":"FindDbMovieCertification","required":["CountryId","Certification"],"properties":{"CountryId":{"description":"Required CountryID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Required Certification of MovieCertification.","type":"string"}},"description":"FindDbMovieCertification","type":"object"}}}}
```

## The FindShowByImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindShowByImage":{"title":"FindShowByImage","required":["MinimumMatchingScore","ShowId"],"properties":{"Url":{"description":"URL of image or poster you want to search matches for.","type":"string"},"ImageBytes":{"description":"Byte array of image or poster you want to search matches for.","type":"string","contentEncoding":"base64"},"MinimumMatchingScore":{"description":"Define the lowest acceptable probability for a matching image.","type":"number","format":"float"},"ShowId":{"description":"The search index will be limited to only images from this show.","type":"integer","format":"int64"}},"description":"FindShowByImage","type":"object"}}}}
```

## The FindDbShowAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbShowAlternateIds":{"title":"FindDbShowAlternateIds","required":["Id","IdType"],"properties":{"Id":{"description":"Required Show ALternate ID.","type":"string"},"IdType":{"description":"Required Show ALternate ID Type.","type":"integer","format":"int32"}},"description":"FindDbShowAlternateIds","type":"object"}}}}
```

## The FindDbShowCertification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbShowCertification":{"title":"FindDbShowCertification","required":["CountryId","Certification"],"properties":{"CountryId":{"description":"Required CountryID of ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Required Certification of ShowCertification.","type":"string"}},"description":"FindDbShowCertification","type":"object"}}}}
```

## The FindDbSeasonAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbSeasonAlternateIds":{"title":"FindDbSeasonAlternateIds","properties":{"Id":{"description":"Third party Id (AlternateId) of a Season.","type":"string"},"IdType":{"description":"Third party IdType (AlternateIdTypeId).","type":"integer","format":"int32"}},"description":"FindDbSeasonAlternateIds","type":"object"}}}}
```

## The FindDbEpisodeAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDbEpisodeAlternateIds":{"title":"FindDbEpisodeAlternateIds","required":["Id","IdType"],"properties":{"Id":{"description":"Third party Id (AlternateId) of an Episode.","type":"string"},"IdType":{"description":"Third party IdType (AlternateIdTypeId).","type":"integer","format":"int32"}},"description":"FindDbEpisodeAlternateIds","type":"object"}}}}
```

## The GetDbMovieAlternateIdChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieAlternateIdChanges":{"title":"GetDbMovieAlternateIdChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of AlternateID changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieAlternateIdChanges","type":"object"}}}}
```

## The GetDbMovieDescriptionChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieDescriptionChanges":{"title":"GetDbMovieDescriptionChanges","required":["Id"],"properties":{"Id":{"description":"Required MovieDescription ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieDescription changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieDescriptionChanges","type":"object"}}}}
```

## The GetDbMovieReleaseChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieReleaseChanges":{"title":"GetDbMovieReleaseChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieRelease changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieReleaseChanges","type":"object"}}}}
```

## The GetDbMovieMovieGenreChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieMovieGenreChanges":{"title":"GetDbMovieMovieGenreChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieGenre changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieMovieGenreChanges","type":"object"}}}}
```

## The GetDbMovieContributorChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieContributorChanges":{"title":"GetDbMovieContributorChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieContributor changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieContributorChanges","type":"object"}}}}
```

## The GetDbMovieAlternateTitleChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieAlternateTitleChanges":{"title":"GetDbMovieAlternateTitleChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of AlternateTitle changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieAlternateTitleChanges","type":"object"}}}}
```

## The GetDbMovieCompanyChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieCompanyChanges":{"title":"GetDbMovieCompanyChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Companies changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieCompanyChanges","type":"object"}}}}
```

## The GetDbMovieTagChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieTagChanges":{"title":"GetDbMovieTagChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MoveiTag changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieTagChanges","type":"object"}}}}
```

## The GetDbMovieVideoChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieVideoChanges":{"title":"GetDbMovieVideoChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieVideo Changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieVideoChanges","type":"object"}}}}
```

## The DeleteDbMovieVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieVideoEncode":{"title":"DeleteDbMovieVideoEncode","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieVideoEncode record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieVideoEncode","type":"object"}}}}
```

## The CreateDbMovieVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoEncode":{"title":"CreateDbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"CreateDbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbMovieVideoEncodeBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoEncodeBatch":{"title":"CreateDbMovieVideoEncodeBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"description":"CreateDbMovieVideoEncodeBatch","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbMovieVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieVideoScreenCapture":{"title":"DeleteDbMovieVideoScreenCapture","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieVideoScreenCapture record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieVideoScreenCapture","type":"object"}}}}
```

## The CreateDbMovieVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoScreenCapture":{"title":"CreateDbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"CreateDbMovieVideoScreenCapture","type":"object"}}}}
```

## The CreateDbMovieVideoScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoScreenCaptureBatch":{"title":"CreateDbMovieVideoScreenCaptureBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"description":"CreateDbMovieVideoScreenCaptureBatch","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"}}}}
```

## The DeleteDbMovieVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieVideoTargetCountry":{"title":"DeleteDbMovieVideoTargetCountry","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieVideoTargetCountry record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieVideoTargetCountry","type":"object"}}}}
```

## The CreateDbMovieVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoTargetCountry":{"title":"CreateDbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"CreateDbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbMovieVideoTargetCountryBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieVideoTargetCountryBatch":{"title":"CreateDbMovieVideoTargetCountryBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"description":"CreateDbMovieVideoTargetCountryBatch","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbMovieImageChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieImageChanges":{"title":"GetDbMovieImageChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of MovieImages changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbMovieImageChanges","type":"object"}}}}
```

## The GetDbMovieImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieImageTags":{"title":"GetDbMovieImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of MovieImage.","type":"integer","format":"int64"}},"description":"GetDbMovieImageTags","type":"object"}}}}
```

## The DeleteDbMovieImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbMovieImageTag":{"title":"DeleteDbMovieImageTag","required":["Modifier"],"properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the MovieImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbMovieImageTag","type":"object"}}}}
```

## The CreateDbMovieImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbMovieImageTag":{"title":"CreateDbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"CreateDbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbMovieVideoTargetCountryChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbMovieVideoTargetCountryChanges":{"title":"GetDbMovieVideoTargetCountryChanges","properties":{"Id":{"type":"integer","format":"int64"},"FromDate":{"type":"string","format":"date-time"}},"description":"GetDbMovieVideoTargetCountryChanges","type":"object"}}}}
```

## The GetMovieChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieChangeHistory":{"title":"GetMovieChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetMovieChangeHistory","type":"object"}}}}
```

## The GetMovieChangeHistoryWithEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieChangeHistoryWithEntity":{"title":"GetMovieChangeHistoryWithEntity","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetMovieChangeHistoryWithEntity","type":"object"}}}}
```

## The GetShowChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowChangeHistory":{"title":"GetShowChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetShowChangeHistory","type":"object"}}}}
```

## The GetShowChangeHistoryWithEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowChangeHistoryWithEntity":{"title":"GetShowChangeHistoryWithEntity","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetShowChangeHistoryWithEntity","type":"object"}}}}
```

## The GetSeasonChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonChangeHistory":{"title":"GetSeasonChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetSeasonChangeHistory","type":"object"}}}}
```

## The GetSeasonChangeHistoryWithEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonChangeHistoryWithEntity":{"title":"GetSeasonChangeHistoryWithEntity","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetSeasonChangeHistoryWithEntity","type":"object"}}}}
```

## The GetEpisodeChangeHistory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeChangeHistory":{"title":"GetEpisodeChangeHistory","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetEpisodeChangeHistory","type":"object"}}}}
```

## The GetEpisodeChangeHistoryWithEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeChangeHistoryWithEntity":{"title":"GetEpisodeChangeHistoryWithEntity","required":["Date","Skip","Take"],"properties":{"Date":{"description":"Starting date <= when record has changed (Maximum of 30 days back). ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"},"Skip":{"description":"Offset for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Maximum number of rows returned. Default is 1,000.","type":"integer","format":"int32"}},"description":"GetEpisodeChangeHistoryWithEntity","type":"object"}}}}
```

## The CreateMRSSFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMRSSFeed":{"title":"CreateMRSSFeed","properties":{"CustomerAcctNumber":{"type":"string"},"CustomerSecretToken":{"type":"string"},"Channel":{"$ref":"#/components/schemas/Channel"}},"description":"CreateMRSSFeed","type":"object"},"Channel":{"title":"Channel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"LastBuildDate":{"type":"string","format":"date-time"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieItem"}},"GameItems":{"type":"array","items":{"$ref":"#/components/schemas/GameItem"}}},"description":"Channel","type":"object"},"MovieItem":{"title":"MovieItem","properties":{"Actors":{"type":"string"},"Directors":{"type":"string"},"Writers":{"type":"string"},"Genres":{"type":"string"},"Rating":{"type":"string"},"Poster":{"$ref":"#/components/schemas/Poster"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"MovieItem","type":"object"},"Poster":{"title":"Poster","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Poster","type":"object"},"Media":{"title":"Media","properties":{"Id":{"type":"integer","format":"int32"},"FileName":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"Thumbnail":{"$ref":"#/components/schemas/Thumbnail"}},"description":"Media","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"},"GameItem":{"title":"GameItem","properties":{"CountryOfOrigin":{"type":"string"},"CopyRightHolder":{"type":"string"},"GameCategory":{"type":"string"},"GameWarning":{"type":"string"},"OfficialSiteUrl":{"type":"string"},"Formats":{"type":"string"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"GameItem","type":"object"}}}}
```

## The Channel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Channel":{"title":"Channel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"LastBuildDate":{"type":"string","format":"date-time"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieItem"}},"GameItems":{"type":"array","items":{"$ref":"#/components/schemas/GameItem"}}},"description":"Channel","type":"object"},"MovieItem":{"title":"MovieItem","properties":{"Actors":{"type":"string"},"Directors":{"type":"string"},"Writers":{"type":"string"},"Genres":{"type":"string"},"Rating":{"type":"string"},"Poster":{"$ref":"#/components/schemas/Poster"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"MovieItem","type":"object"},"Poster":{"title":"Poster","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Poster","type":"object"},"Media":{"title":"Media","properties":{"Id":{"type":"integer","format":"int32"},"FileName":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"Thumbnail":{"$ref":"#/components/schemas/Thumbnail"}},"description":"Media","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"},"GameItem":{"title":"GameItem","properties":{"CountryOfOrigin":{"type":"string"},"CopyRightHolder":{"type":"string"},"GameCategory":{"type":"string"},"GameWarning":{"type":"string"},"OfficialSiteUrl":{"type":"string"},"Formats":{"type":"string"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"GameItem","type":"object"}}}}
```

## The MovieItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieItem":{"title":"MovieItem","properties":{"Actors":{"type":"string"},"Directors":{"type":"string"},"Writers":{"type":"string"},"Genres":{"type":"string"},"Rating":{"type":"string"},"Poster":{"$ref":"#/components/schemas/Poster"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"MovieItem","type":"object"},"Poster":{"title":"Poster","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Poster","type":"object"},"Media":{"title":"Media","properties":{"Id":{"type":"integer","format":"int32"},"FileName":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"Thumbnail":{"$ref":"#/components/schemas/Thumbnail"}},"description":"Media","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"}}}}
```

## The Poster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Poster":{"title":"Poster","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Poster","type":"object"}}}}
```

## The Media object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Media":{"title":"Media","properties":{"Id":{"type":"integer","format":"int32"},"FileName":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"Thumbnail":{"$ref":"#/components/schemas/Thumbnail"}},"description":"Media","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"}}}}
```

## The Thumbnail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"}}}}
```

## The GameItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameItem":{"title":"GameItem","properties":{"CountryOfOrigin":{"type":"string"},"CopyRightHolder":{"type":"string"},"GameCategory":{"type":"string"},"GameWarning":{"type":"string"},"OfficialSiteUrl":{"type":"string"},"Formats":{"type":"string"},"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Type":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string","format":"date-time"},"ReleaseDate":{"type":"string","format":"date-time"},"Tags":{"type":"string"},"Media":{"type":"array","items":{"$ref":"#/components/schemas/Media"}}},"description":"GameItem","type":"object"},"Media":{"title":"Media","properties":{"Id":{"type":"integer","format":"int32"},"FileName":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"Thumbnail":{"$ref":"#/components/schemas/Thumbnail"}},"description":"Media","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"}}}}
```

## The CreateMRSSMovieVideoFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMRSSMovieVideoFeed":{"title":"CreateMRSSMovieVideoFeed","properties":{"CustomerAcctNumber":{"type":"string"},"CustomerSecretToken":{"type":"string"},"Channel":{"$ref":"#/components/schemas/MovieVideoChannel"}},"description":"CreateMRSSMovieVideoFeed","type":"object"},"MovieVideoChannel":{"title":"MovieVideoChannel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string"},"LastBuildDate":{"type":"string"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieVideoItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieVideoItem"}}},"description":"MovieVideoChannel","type":"object"},"MovieVideoItem":{"title":"MovieVideoItem","properties":{"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ProviderParentId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"SubType":{"type":"string"},"Description":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"PubDate":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Rating":{"type":"string"},"Genres":{"type":"string"},"Tags":{"type":"string"},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"Poster":{"$ref":"#/components/schemas/MovieVideoPoster"},"Media":{"$ref":"#/components/schemas/MovieVideoMedia"}},"description":"MovieVideoItem","type":"object"},"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"},"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The MovieVideoChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoChannel":{"title":"MovieVideoChannel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string"},"LastBuildDate":{"type":"string"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieVideoItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieVideoItem"}}},"description":"MovieVideoChannel","type":"object"},"MovieVideoItem":{"title":"MovieVideoItem","properties":{"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ProviderParentId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"SubType":{"type":"string"},"Description":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"PubDate":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Rating":{"type":"string"},"Genres":{"type":"string"},"Tags":{"type":"string"},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"Poster":{"$ref":"#/components/schemas/MovieVideoPoster"},"Media":{"$ref":"#/components/schemas/MovieVideoMedia"}},"description":"MovieVideoItem","type":"object"},"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"},"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The MovieVideoItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoItem":{"title":"MovieVideoItem","properties":{"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ProviderParentId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"SubType":{"type":"string"},"Description":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"PubDate":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Rating":{"type":"string"},"Genres":{"type":"string"},"Tags":{"type":"string"},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"Poster":{"$ref":"#/components/schemas/MovieVideoPoster"},"Media":{"$ref":"#/components/schemas/MovieVideoMedia"}},"description":"MovieVideoItem","type":"object"},"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"},"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The MovieVideoPoster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"}}}}
```

## The MovieVideoMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The MovieVideoThumbnail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"}}}}
```

## The MediaEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The CReateMRSSBestTrailer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CReateMRSSBestTrailer":{"title":"CReateMRSSBestTrailer","properties":{"CustomerAcctNumber":{"type":"string"},"CustomerSecretToken":{"type":"string"},"Channel":{"$ref":"#/components/schemas/MovieVideoChannel"}},"description":"CReateMRSSBestTrailer","type":"object"},"MovieVideoChannel":{"title":"MovieVideoChannel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string"},"LastBuildDate":{"type":"string"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieVideoItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieVideoItem"}}},"description":"MovieVideoChannel","type":"object"},"MovieVideoItem":{"title":"MovieVideoItem","properties":{"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ProviderParentId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"SubType":{"type":"string"},"Description":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"PubDate":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Rating":{"type":"string"},"Genres":{"type":"string"},"Tags":{"type":"string"},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"Poster":{"$ref":"#/components/schemas/MovieVideoPoster"},"Media":{"$ref":"#/components/schemas/MovieVideoMedia"}},"description":"MovieVideoItem","type":"object"},"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"},"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The CReateMRSSTheatrical object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CReateMRSSTheatrical":{"title":"CReateMRSSTheatrical","properties":{"CustomerAcctNumber":{"type":"string"},"CustomerSecretToken":{"type":"string"},"Channel":{"$ref":"#/components/schemas/MovieVideoChannel"}},"description":"CReateMRSSTheatrical","type":"object"},"MovieVideoChannel":{"title":"MovieVideoChannel","properties":{"Title":{"type":"string"},"Link":{"type":"string"},"Description":{"type":"string"},"PubDate":{"type":"string"},"LastBuildDate":{"type":"string"},"Language":{"type":"string"},"Copyright":{"type":"string"},"Category":{"type":"string"},"Ttl":{"type":"integer","format":"int32"},"MovieVideoItems":{"type":"array","items":{"$ref":"#/components/schemas/MovieVideoItem"}}},"description":"MovieVideoChannel","type":"object"},"MovieVideoItem":{"title":"MovieVideoItem","properties":{"Guid":{"type":"string"},"ProviderId":{"type":"string"},"ProviderParentId":{"type":"string"},"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"SubType":{"type":"string"},"Description":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"PubDate":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Rating":{"type":"string"},"Genres":{"type":"string"},"Tags":{"type":"string"},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"Poster":{"$ref":"#/components/schemas/MovieVideoPoster"},"Media":{"$ref":"#/components/schemas/MovieVideoMedia"}},"description":"MovieVideoItem","type":"object"},"MovieVideoPoster":{"title":"MovieVideoPoster","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int32"},"Tags":{"type":"string"},"MimeType":{"type":"string"}},"description":"MovieVideoPoster","type":"object"},"MovieVideoMedia":{"title":"MovieVideoMedia","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"LanguageSpoken":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Thumbnail":{"$ref":"#/components/schemas/MovieVideoThumbnail"},"Mature":{"type":"boolean"},"Credit":{"type":"string"},"Keywords":{"type":"string"},"Clean":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"AllowAds":{"type":"boolean"},"Encodes":{"type":"array","items":{"$ref":"#/components/schemas/MediaEncode"}}},"description":"MovieVideoMedia","type":"object"},"MovieVideoThumbnail":{"title":"MovieVideoThumbnail","properties":{"Url":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"}},"description":"MovieVideoThumbnail","type":"object"},"MediaEncode":{"title":"MediaEncode","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"},"BitRate":{"type":"integer","format":"int32"},"Duration":{"type":"integer","format":"int32"},"FileSize":{"type":"integer","format":"int64"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Medium":{"type":"string"},"Type":{"type":"string"},"Rank":{"type":"integer","format":"int32"}},"description":"MediaEncode","type":"object"}}}}
```

## The GetPubDateDelivery object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPubDateDelivery":{"title":"GetPubDateDelivery","properties":{"Id":{"type":"integer","format":"int64"},"FileName":{"type":"string"},"VideoId":{"type":"integer","format":"int64"},"CustomerId":{"type":"integer","format":"int64"},"PubDate":{"type":"string","format":"date-time"}},"description":"GetPubDateDelivery","type":"object"}}}}
```

## The ProcessVOS object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessVOS":{"title":"ProcessVOS","properties":{},"description":"ProcessVOS","type":"object"}}}}
```

## The ProcessVOSMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessVOSMovieVideo":{"title":"ProcessVOSMovieVideo","properties":{},"description":"ProcessVOSMovieVideo","type":"object"}}}}
```

## The CreateCustomMRSSFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCustomMRSSFeed":{"title":"CreateCustomMRSSFeed","required":["Title","Description","Category","CustomerName","CustomerAccountNumber","CustomerSecretToken","Folder","FeedType"],"properties":{"Title":{"description":"Required Title of MRSS feed.","type":"string"},"Description":{"description":"Required Description of MRSS feed.","type":"string"},"Category":{"description":"Required Category of MRSS feed.","type":"string"},"CustomerName":{"description":"Required Customer name for MRSS feed.","type":"string"},"CustomerAccountNumber":{"description":"Required Customer Account Number for MRSS feed.","type":"string"},"CustomerSecretToken":{"description":"Required Customer Secret Token for MRSS feed.","type":"string"},"Folder":{"description":"Required blob storage folder name for MRSS feed.","type":"string"},"MediaExpiration":{"description":"Number of days to set expiration of images and video, Default = 30.","type":"integer","format":"int32"},"FeedType":{"description":"Required feed type for MRSS feed.","type":"string","enum":["BoxOffice","MostAnticipated","Theatrical"]},"NumericGuid":{"description":"Required flag,  set to require numeric GUID, unset by default for url type GUID.","type":"boolean"}},"description":"CreateCustomMRSSFeed","type":"object"}}}}
```

## The CreateVideoIntelligenceFeeds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateVideoIntelligenceFeeds":{"title":"CreateVideoIntelligenceFeeds","properties":{},"description":"CreateVideoIntelligenceFeeds","type":"object"}}}}
```

## The CreateGenericMrssVideoFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateGenericMrssVideoFeed":{"title":"CreateGenericMrssVideoFeed","properties":{"Search":{"type":"array","items":{"$ref":"#/components/schemas/SearchEntertainment"}},"FileName":{"type":"string"},"ChannelName":{"type":"string"},"ChannelDescription":{"type":"string"},"Category":{"type":"string"},"Genre":{"type":"string"},"VideoReportTag":{"type":"string"},"VideoFilter":{"type":"string"},"EncodeDaysBackForBestVideo":{"type":"integer","format":"int32"},"RainBerry10Feeds":{"type":"boolean"},"BestSeasonVideoSettings":{"$ref":"#/components/schemas/BestSeasonVideoSettings"},"UseRealProgramDescriptionIfPossible":{"type":"boolean"},"TRONjson":{"type":"boolean"},"videoLanguage":{"type":"string"},"AllowedAgeOfVideosInDays":{"type":"integer","format":"int32"},"videoLimit":{"type":"integer","format":"int32"},"HLS":{"type":"boolean"},"UseFeedDeliveryPubDate":{"type":"boolean"}},"description":"CreateGenericMrssVideoFeed","type":"object"},"SearchEntertainment":{"title":"SearchEntertainment","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Providers":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"StartDateStart":{"description":"Start date for availability StartDate filter.","type":"string","format":"date-time"},"StartDateEnd":{"description":"End date for availability StartDate filter.","type":"string","format":"date-time"},"DeliveryMethods":{"description":"List of availability delivery methods. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"OfferTypes":{"description":"List of availability offer types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"VideoQualities":{"description":"List of availability video qualities. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","HD","UHD","SD"]},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"AvailabilityCountries":{"description":"List of 2 character country codes.","type":"array","items":{"type":"string"}},"Genres":{"description":"List of genres (movie and show).","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes (movie and show).","type":"array","items":{"type":"string"}},"Tags":{"description":"List of tags (movie and show).","type":"array","items":{"type":"string"}},"Certifications":{"description":"List of certifications for movie and show.","type":"array","items":{"type":"string"}},"PersonNames":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"PeopleIds":{"description":"Person Ids.  Currently supports one person.","type":"array","items":{"type":"string"}},"Jobs":{"description":"List of Jobs a contributor can have.","type":"array","items":{"type":"string"}},"ReleaseTypes":{"description":"List of release types for both movie and show.","type":"array","items":{"type":"string"},"enum":["Digital","Festival","Physical","Premiere","Theatrical_Limited_Release","Theatrical_Wide_Release","TV","On_Demand_Release","Show_Release"]},"ReleaseCountries":{"description":"List of 2 character country codes when filtering on releases.","type":"array","items":{"type":"string"}},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ReleaseDateRange_Start":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"ReleaseDateRange_End":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"ShowId":{"description":"Filter results to match a show.  Use for locating seasons and episodes for a show.","type":"string"},"SeasonId":{"description":"Filter results to match a season.  Use for locating episodes for a season.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string"},"CompanyName":{"description":"Filter results matching company name","type":"string"},"HasVideo":{"description":"Filter results based on having video content","type":"boolean"},"VideoId":{"description":"Filter results based on matching Video ID.","type":"array","items":{"type":"integer","format":"int64"}},"VideoTargetCountries":{"description":"List of 2 character country codes when filtering on video target countries.","type":"array","items":{"type":"string"}},"VideoTargetLanguages":{"description":"Specify video target languages. This takes into consideration both language spoken and language subtitled.","type":"array","items":{"type":"string"}},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score. DEPRECIATED! Use SortBy instead.","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","ReleaseDate","CalculatedTrendRank","TimeStampAsc","ReleaseDateAsc"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"Status":{"description":"The status of the movie or show.  Ex: Returning_Series, in_production, etc.  ","type":"array","items":{"type":"string"}},"OriginalLanguages":{"description":"The original language of the program.","type":"array","items":{"type":"string"}},"Revenue":{"description":"Filter results where movie revenue is greater than or equal to this value.","type":"integer","format":"int64"},"Budget":{"description":"Filter results where movie budget is greater than or equal to this value.","type":"integer","format":"int64"},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"Minimum_EncodeDate":{"description":"Filter results based on encode date.","type":"string","format":"date-time"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"TrendSourceIds":{"description":"Program Trend Source Ids.  Ex: 2,3.","type":"array","items":{"type":"integer","format":"int32"}},"TrendBrands":{"description":"Program Trend Brands.  Ex: IMDB,IVA","type":"array","items":{"type":"string"},"enum":["IMDB","IVA","BoxOfficeMojo","TMDB","RottenTomatoes","TVGuide","iTunes","Amazon","Fios","Gamespot","Hulu","MovieClips","Netflix","PlutoTV","Redbox","TheNumbers","fandangoAtHome","Xfinity","Youtube"]},"TrendCountries":{"description":"Program Trend Countries.  Ex: US,CA.","type":"array","items":{"type":"string"}},"TrendListClassifiers":{"description":"Program Trend List Classifiers.  Ex: AVOD,SVOD.","type":"array","items":{"type":"string"},"enum":["Publisher","TVOD","SVOD","Revenue","Social","Trailers","AVOD","Physical"]},"LimitedResults":{"type":"boolean"},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"MatureVideo":{"description":"Limit to programs that have mature video content.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"CollectionIds":{"description":"Filter programs by list of CollectionIds","type":"array","items":{"type":"string"}},"CollectionTypes":{"description":"List of collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"ProgramChangeEntities":{"description":"List of program change entities.","type":"array","items":{"type":"string"},"enum":["MovieMovieGenre","MovieImage","MovieCompany","MovieVideoScreenCapture","MovieVideoTargetCountry","MovieImageTag","MovieRelease","CollectionItem","Collection","MovieAlternateTitle","MovieAlternateId","MovieDescription","MovieAvailability","MovieContributor","Movie","MovieVideo","MovieVideoEncode","MovieTheme","MovieTag","SeasonAlternateId","ShowCompany","ShowAlternateTitle","Season","EpisodeAlternateId","SeasonImage","Show","EpisodeImageTag","SeasonDescription","SeasonRelease","ShowImageTag","ShowVideo","EpisodeVideoScreenCapture","EpisodeRelease","ShowRelease","ShowShowGenre","EpisodeAvailability","SeasonAvailability","EpisodeContributor","EpisodeImage","ShowVideoTargetCountry","ShowVideoEncode","ShowAvailability","SeasonVideoEncode","ShowImage","EpisodeAlternateTitle","EpisodeDescription","ShowAlternateId","SeasonVideo","ShowTheme","EpisodeVideoEncode","SeasonVideoTargetCountry","EpisodeVideo","SeasonVideoScreenCapture","Episode","ShowVideoScreenCapture","EpisodeVideoTargetCountry","SeasonImageTag","ShowDescription","ShowTag"]}},"description":"SearchEntertainment","type":"object"},"BestSeasonVideoSettings":{"title":"BestSeasonVideoSettings","properties":{"Search":{"$ref":"#/components/schemas/SearchEntertainment"}},"description":"BestSeasonVideoSettings","type":"object"}}}}
```

## The BestSeasonVideoSettings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"BestSeasonVideoSettings":{"title":"BestSeasonVideoSettings","properties":{"Search":{"$ref":"#/components/schemas/SearchEntertainment"}},"description":"BestSeasonVideoSettings","type":"object"},"SearchEntertainment":{"title":"SearchEntertainment","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Providers":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"StartDateStart":{"description":"Start date for availability StartDate filter.","type":"string","format":"date-time"},"StartDateEnd":{"description":"End date for availability StartDate filter.","type":"string","format":"date-time"},"DeliveryMethods":{"description":"List of availability delivery methods. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"OfferTypes":{"description":"List of availability offer types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"VideoQualities":{"description":"List of availability video qualities. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","HD","UHD","SD"]},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"AvailabilityCountries":{"description":"List of 2 character country codes.","type":"array","items":{"type":"string"}},"Genres":{"description":"List of genres (movie and show).","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes (movie and show).","type":"array","items":{"type":"string"}},"Tags":{"description":"List of tags (movie and show).","type":"array","items":{"type":"string"}},"Certifications":{"description":"List of certifications for movie and show.","type":"array","items":{"type":"string"}},"PersonNames":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"PeopleIds":{"description":"Person Ids.  Currently supports one person.","type":"array","items":{"type":"string"}},"Jobs":{"description":"List of Jobs a contributor can have.","type":"array","items":{"type":"string"}},"ReleaseTypes":{"description":"List of release types for both movie and show.","type":"array","items":{"type":"string"},"enum":["Digital","Festival","Physical","Premiere","Theatrical_Limited_Release","Theatrical_Wide_Release","TV","On_Demand_Release","Show_Release"]},"ReleaseCountries":{"description":"List of 2 character country codes when filtering on releases.","type":"array","items":{"type":"string"}},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ReleaseDateRange_Start":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"ReleaseDateRange_End":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"ShowId":{"description":"Filter results to match a show.  Use for locating seasons and episodes for a show.","type":"string"},"SeasonId":{"description":"Filter results to match a season.  Use for locating episodes for a season.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string"},"CompanyName":{"description":"Filter results matching company name","type":"string"},"HasVideo":{"description":"Filter results based on having video content","type":"boolean"},"VideoId":{"description":"Filter results based on matching Video ID.","type":"array","items":{"type":"integer","format":"int64"}},"VideoTargetCountries":{"description":"List of 2 character country codes when filtering on video target countries.","type":"array","items":{"type":"string"}},"VideoTargetLanguages":{"description":"Specify video target languages. This takes into consideration both language spoken and language subtitled.","type":"array","items":{"type":"string"}},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score. DEPRECIATED! Use SortBy instead.","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","ReleaseDate","CalculatedTrendRank","TimeStampAsc","ReleaseDateAsc"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"Status":{"description":"The status of the movie or show.  Ex: Returning_Series, in_production, etc.  ","type":"array","items":{"type":"string"}},"OriginalLanguages":{"description":"The original language of the program.","type":"array","items":{"type":"string"}},"Revenue":{"description":"Filter results where movie revenue is greater than or equal to this value.","type":"integer","format":"int64"},"Budget":{"description":"Filter results where movie budget is greater than or equal to this value.","type":"integer","format":"int64"},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"Minimum_EncodeDate":{"description":"Filter results based on encode date.","type":"string","format":"date-time"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"TrendSourceIds":{"description":"Program Trend Source Ids.  Ex: 2,3.","type":"array","items":{"type":"integer","format":"int32"}},"TrendBrands":{"description":"Program Trend Brands.  Ex: IMDB,IVA","type":"array","items":{"type":"string"},"enum":["IMDB","IVA","BoxOfficeMojo","TMDB","RottenTomatoes","TVGuide","iTunes","Amazon","Fios","Gamespot","Hulu","MovieClips","Netflix","PlutoTV","Redbox","TheNumbers","fandangoAtHome","Xfinity","Youtube"]},"TrendCountries":{"description":"Program Trend Countries.  Ex: US,CA.","type":"array","items":{"type":"string"}},"TrendListClassifiers":{"description":"Program Trend List Classifiers.  Ex: AVOD,SVOD.","type":"array","items":{"type":"string"},"enum":["Publisher","TVOD","SVOD","Revenue","Social","Trailers","AVOD","Physical"]},"LimitedResults":{"type":"boolean"},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"MatureVideo":{"description":"Limit to programs that have mature video content.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"CollectionIds":{"description":"Filter programs by list of CollectionIds","type":"array","items":{"type":"string"}},"CollectionTypes":{"description":"List of collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"ProgramChangeEntities":{"description":"List of program change entities.","type":"array","items":{"type":"string"},"enum":["MovieMovieGenre","MovieImage","MovieCompany","MovieVideoScreenCapture","MovieVideoTargetCountry","MovieImageTag","MovieRelease","CollectionItem","Collection","MovieAlternateTitle","MovieAlternateId","MovieDescription","MovieAvailability","MovieContributor","Movie","MovieVideo","MovieVideoEncode","MovieTheme","MovieTag","SeasonAlternateId","ShowCompany","ShowAlternateTitle","Season","EpisodeAlternateId","SeasonImage","Show","EpisodeImageTag","SeasonDescription","SeasonRelease","ShowImageTag","ShowVideo","EpisodeVideoScreenCapture","EpisodeRelease","ShowRelease","ShowShowGenre","EpisodeAvailability","SeasonAvailability","EpisodeContributor","EpisodeImage","ShowVideoTargetCountry","ShowVideoEncode","ShowAvailability","SeasonVideoEncode","ShowImage","EpisodeAlternateTitle","EpisodeDescription","ShowAlternateId","SeasonVideo","ShowTheme","EpisodeVideoEncode","SeasonVideoTargetCountry","EpisodeVideo","SeasonVideoScreenCapture","Episode","ShowVideoScreenCapture","EpisodeVideoTargetCountry","SeasonImageTag","ShowDescription","ShowTag"]}},"description":"SearchEntertainment","type":"object"}}}}
```

## The GenericMsnSlideShowFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenericMsnSlideShowFeed":{"title":"GenericMsnSlideShowFeed","properties":{"Search":{"type":"array","items":{"$ref":"#/components/schemas/SearchEntertainment"}},"FileName":{"type":"string"},"ChannelName":{"type":"string"},"ChannelDescription":{"type":"string"},"Category":{"type":"string"},"Genre":{"type":"string"},"VideoReportTag":{"type":"string"},"VideoFilter":{"type":"string"},"EncodeDaysBackForBestVideo":{"type":"integer","format":"int32"},"videoLanguage":{"type":"string"},"AllowedAgeOfVideosInDays":{"type":"integer","format":"int32"},"videoLimit":{"type":"integer","format":"int32"},"customerid":{"type":"integer","format":"int32"},"videorequest":{"$ref":"#/components/schemas/GetVideo"}},"description":"GenericMsnSlideShowFeed","type":"object"},"SearchEntertainment":{"title":"SearchEntertainment","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Providers":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"StartDateStart":{"description":"Start date for availability StartDate filter.","type":"string","format":"date-time"},"StartDateEnd":{"description":"End date for availability StartDate filter.","type":"string","format":"date-time"},"DeliveryMethods":{"description":"List of availability delivery methods. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"OfferTypes":{"description":"List of availability offer types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"VideoQualities":{"description":"List of availability video qualities. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","HD","UHD","SD"]},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"AvailabilityCountries":{"description":"List of 2 character country codes.","type":"array","items":{"type":"string"}},"Genres":{"description":"List of genres (movie and show).","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes (movie and show).","type":"array","items":{"type":"string"}},"Tags":{"description":"List of tags (movie and show).","type":"array","items":{"type":"string"}},"Certifications":{"description":"List of certifications for movie and show.","type":"array","items":{"type":"string"}},"PersonNames":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"PeopleIds":{"description":"Person Ids.  Currently supports one person.","type":"array","items":{"type":"string"}},"Jobs":{"description":"List of Jobs a contributor can have.","type":"array","items":{"type":"string"}},"ReleaseTypes":{"description":"List of release types for both movie and show.","type":"array","items":{"type":"string"},"enum":["Digital","Festival","Physical","Premiere","Theatrical_Limited_Release","Theatrical_Wide_Release","TV","On_Demand_Release","Show_Release"]},"ReleaseCountries":{"description":"List of 2 character country codes when filtering on releases.","type":"array","items":{"type":"string"}},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ReleaseDateRange_Start":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"ReleaseDateRange_End":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"ShowId":{"description":"Filter results to match a show.  Use for locating seasons and episodes for a show.","type":"string"},"SeasonId":{"description":"Filter results to match a season.  Use for locating episodes for a season.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string"},"CompanyName":{"description":"Filter results matching company name","type":"string"},"HasVideo":{"description":"Filter results based on having video content","type":"boolean"},"VideoId":{"description":"Filter results based on matching Video ID.","type":"array","items":{"type":"integer","format":"int64"}},"VideoTargetCountries":{"description":"List of 2 character country codes when filtering on video target countries.","type":"array","items":{"type":"string"}},"VideoTargetLanguages":{"description":"Specify video target languages. This takes into consideration both language spoken and language subtitled.","type":"array","items":{"type":"string"}},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score. DEPRECIATED! Use SortBy instead.","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","ReleaseDate","CalculatedTrendRank","TimeStampAsc","ReleaseDateAsc"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"Status":{"description":"The status of the movie or show.  Ex: Returning_Series, in_production, etc.  ","type":"array","items":{"type":"string"}},"OriginalLanguages":{"description":"The original language of the program.","type":"array","items":{"type":"string"}},"Revenue":{"description":"Filter results where movie revenue is greater than or equal to this value.","type":"integer","format":"int64"},"Budget":{"description":"Filter results where movie budget is greater than or equal to this value.","type":"integer","format":"int64"},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"Minimum_EncodeDate":{"description":"Filter results based on encode date.","type":"string","format":"date-time"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"TrendSourceIds":{"description":"Program Trend Source Ids.  Ex: 2,3.","type":"array","items":{"type":"integer","format":"int32"}},"TrendBrands":{"description":"Program Trend Brands.  Ex: IMDB,IVA","type":"array","items":{"type":"string"},"enum":["IMDB","IVA","BoxOfficeMojo","TMDB","RottenTomatoes","TVGuide","iTunes","Amazon","Fios","Gamespot","Hulu","MovieClips","Netflix","PlutoTV","Redbox","TheNumbers","fandangoAtHome","Xfinity","Youtube"]},"TrendCountries":{"description":"Program Trend Countries.  Ex: US,CA.","type":"array","items":{"type":"string"}},"TrendListClassifiers":{"description":"Program Trend List Classifiers.  Ex: AVOD,SVOD.","type":"array","items":{"type":"string"},"enum":["Publisher","TVOD","SVOD","Revenue","Social","Trailers","AVOD","Physical"]},"LimitedResults":{"type":"boolean"},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"MatureVideo":{"description":"Limit to programs that have mature video content.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"CollectionIds":{"description":"Filter programs by list of CollectionIds","type":"array","items":{"type":"string"}},"CollectionTypes":{"description":"List of collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"ProgramChangeEntities":{"description":"List of program change entities.","type":"array","items":{"type":"string"},"enum":["MovieMovieGenre","MovieImage","MovieCompany","MovieVideoScreenCapture","MovieVideoTargetCountry","MovieImageTag","MovieRelease","CollectionItem","Collection","MovieAlternateTitle","MovieAlternateId","MovieDescription","MovieAvailability","MovieContributor","Movie","MovieVideo","MovieVideoEncode","MovieTheme","MovieTag","SeasonAlternateId","ShowCompany","ShowAlternateTitle","Season","EpisodeAlternateId","SeasonImage","Show","EpisodeImageTag","SeasonDescription","SeasonRelease","ShowImageTag","ShowVideo","EpisodeVideoScreenCapture","EpisodeRelease","ShowRelease","ShowShowGenre","EpisodeAvailability","SeasonAvailability","EpisodeContributor","EpisodeImage","ShowVideoTargetCountry","ShowVideoEncode","ShowAvailability","SeasonVideoEncode","ShowImage","EpisodeAlternateTitle","EpisodeDescription","ShowAlternateId","SeasonVideo","ShowTheme","EpisodeVideoEncode","SeasonVideoTargetCountry","EpisodeVideo","SeasonVideoScreenCapture","Episode","ShowVideoScreenCapture","EpisodeVideoTargetCountry","SeasonImageTag","ShowDescription","ShowTag"]}},"description":"SearchEntertainment","type":"object"},"GetVideo":{"title":"GetVideo","required":["Id","Format","Expires"],"properties":{"Id":{"description":"Id of the Video from either MovieVideo, ShowVideo, SeasonVideo, or EpisodeVideo object.","type":"integer","format":"int64"},"Format":{"description":"Video delivery format. Allowed values: mp4, hls, hss, hds, dash.","type":"string","enum":["mp4","hls","hss","hds","dash"]},"KbRate":{"description":"Video bit-rate in Kbps. Required for MP4 format. Allowed values: 80, 212, 450, 750, 1500, 2500, 5000, 8000.","type":"string","enum":["NOT_SET","mp4_80","mp4_212","mp4_450","mp4_750","mp4_1500","mp4_2500","mp4_5000","mp4_8000"]},"Expires":{"description":"UTC expiry time for the signed video URL. ISO 8601 Format: yyyy-MM-dd HH:mm:ss.fffffffZ","type":"string","format":"date-time"},"ReportTag":{"description":"Report tag used for video analytics tracking.","type":"string"},"Start":{"description":"Position in seconds at which to start video playback.","type":"integer","format":"int32"},"End":{"description":"Position in seconds at which to end video playback.","type":"integer","format":"int32"},"MinRate":{"description":"Deprecated. Adaptive minimum bit-rate in bps. Use AdaptiveMinimumResolution instead.","type":"string","enum":["adap_212000","adap_350000","adap_600000","adap_1200000","adap_2000000","adap_2500000","adap_3500000"]},"MaxRate":{"description":"Deprecated. Adaptive maximum bit-rate in bps. Use AdaptiveMaximumResolution instead.","type":"string","enum":["adap_212000","adap_350000","adap_600000","adap_1200000","adap_2000000","adap_2500000","adap_3500000"]},"AdaptiveMinimumResolution":{"description":"Adaptive streaming minimum resolution. Default is QVGA (320px wide, 212 Kbps). Allowed values: RESOLUTION_QVGA, RESOLUTION_HVGA, RESOLUTION_480P, RESOLUTION_720P, RESOLUTION_1080P.","type":"string","enum":["RESOLUTION_QVGA","RESOLUTION_HVGA","RESOLUTION_480P","RESOLUTION_720P","RESOLUTION_1080P"]},"AdaptiveMaximumResolution":{"description":"Adaptive streaming maximum resolution. Default is 1080P (1920px wide). Allowed values: RESOLUTION_QVGA, RESOLUTION_HVGA, RESOLUTION_480P, RESOLUTION_720P, RESOLUTION_1080P.","type":"string","enum":["RESOLUTION_QVGA","RESOLUTION_HVGA","RESOLUTION_480P","RESOLUTION_720P","RESOLUTION_1080P"]},"AdaptiveClientManifestVersion":{"description":"HLS client manifest version. Default is 3.","type":"integer","format":"int32"},"AdaptiveStartIndex":{"description":"Adaptive streaming start quality index. Default is 4 (480P resolution).","type":"integer","format":"int32"},"AdaptiveMinimumFragmentLength":{"description":"Adaptive streaming minimum fragment length in seconds. Default is 10 seconds. Allowed values: 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 30.","type":"string","enum":["Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Fifteen","Twenty","Thirty"]},"HlsNoAudioOnly":{"description":"HLS no audio-only mode. Default is false.","type":"boolean"}},"description":"GetVideo","type":"object"}}}}
```

## The GetVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetVideo":{"title":"GetVideo","required":["Id","Format","Expires"],"properties":{"Id":{"description":"Id of the Video from either MovieVideo, ShowVideo, SeasonVideo, or EpisodeVideo object.","type":"integer","format":"int64"},"Format":{"description":"Video delivery format. Allowed values: mp4, hls, hss, hds, dash.","type":"string","enum":["mp4","hls","hss","hds","dash"]},"KbRate":{"description":"Video bit-rate in Kbps. Required for MP4 format. Allowed values: 80, 212, 450, 750, 1500, 2500, 5000, 8000.","type":"string","enum":["NOT_SET","mp4_80","mp4_212","mp4_450","mp4_750","mp4_1500","mp4_2500","mp4_5000","mp4_8000"]},"Expires":{"description":"UTC expiry time for the signed video URL. ISO 8601 Format: yyyy-MM-dd HH:mm:ss.fffffffZ","type":"string","format":"date-time"},"ReportTag":{"description":"Report tag used for video analytics tracking.","type":"string"},"Start":{"description":"Position in seconds at which to start video playback.","type":"integer","format":"int32"},"End":{"description":"Position in seconds at which to end video playback.","type":"integer","format":"int32"},"MinRate":{"description":"Deprecated. Adaptive minimum bit-rate in bps. Use AdaptiveMinimumResolution instead.","type":"string","enum":["adap_212000","adap_350000","adap_600000","adap_1200000","adap_2000000","adap_2500000","adap_3500000"]},"MaxRate":{"description":"Deprecated. Adaptive maximum bit-rate in bps. Use AdaptiveMaximumResolution instead.","type":"string","enum":["adap_212000","adap_350000","adap_600000","adap_1200000","adap_2000000","adap_2500000","adap_3500000"]},"AdaptiveMinimumResolution":{"description":"Adaptive streaming minimum resolution. Default is QVGA (320px wide, 212 Kbps). Allowed values: RESOLUTION_QVGA, RESOLUTION_HVGA, RESOLUTION_480P, RESOLUTION_720P, RESOLUTION_1080P.","type":"string","enum":["RESOLUTION_QVGA","RESOLUTION_HVGA","RESOLUTION_480P","RESOLUTION_720P","RESOLUTION_1080P"]},"AdaptiveMaximumResolution":{"description":"Adaptive streaming maximum resolution. Default is 1080P (1920px wide). Allowed values: RESOLUTION_QVGA, RESOLUTION_HVGA, RESOLUTION_480P, RESOLUTION_720P, RESOLUTION_1080P.","type":"string","enum":["RESOLUTION_QVGA","RESOLUTION_HVGA","RESOLUTION_480P","RESOLUTION_720P","RESOLUTION_1080P"]},"AdaptiveClientManifestVersion":{"description":"HLS client manifest version. Default is 3.","type":"integer","format":"int32"},"AdaptiveStartIndex":{"description":"Adaptive streaming start quality index. Default is 4 (480P resolution).","type":"integer","format":"int32"},"AdaptiveMinimumFragmentLength":{"description":"Adaptive streaming minimum fragment length in seconds. Default is 10 seconds. Allowed values: 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 30.","type":"string","enum":["Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Fifteen","Twenty","Thirty"]},"HlsNoAudioOnly":{"description":"HLS no audio-only mode. Default is false.","type":"boolean"}},"description":"GetVideo","type":"object"}}}}
```

## The CreateYahooFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateYahooFeed":{"title":"CreateYahooFeed","required":["Items"],"properties":{"Items":{"description":"Required Title of MRSS feed.","type":"array","items":{"$ref":"#/components/schemas/YahooFeedItem"}}},"description":"CreateYahooFeed","type":"object"},"YahooFeedItem":{"title":"YahooFeedItem","properties":{"Title":{"type":"string"},"Revenue":{"type":"integer","format":"int64"},"PosterUrl":{"type":"string"},"PublishedId":{"type":"integer","format":"int64"},"Description":{"type":"string"},"Tags":{"type":"array","items":{"$ref":"#/components/schemas/YahooFeedItemTag"}},"Year":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"VideoPublishedId":{"type":"integer","format":"int64"},"VideoScreenCaptureUrl":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"}},"description":"YahooFeedItem","type":"object"},"YahooFeedItemTag":{"title":"YahooFeedItemTag","properties":{"Name":{"type":"string"}},"description":"YahooFeedItemTag","type":"object"}}}}
```

## The YahooFeedItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YahooFeedItem":{"title":"YahooFeedItem","properties":{"Title":{"type":"string"},"Revenue":{"type":"integer","format":"int64"},"PosterUrl":{"type":"string"},"PublishedId":{"type":"integer","format":"int64"},"Description":{"type":"string"},"Tags":{"type":"array","items":{"$ref":"#/components/schemas/YahooFeedItemTag"}},"Year":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"VideoPublishedId":{"type":"integer","format":"int64"},"VideoScreenCaptureUrl":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"}},"description":"YahooFeedItem","type":"object"},"YahooFeedItemTag":{"title":"YahooFeedItemTag","properties":{"Name":{"type":"string"}},"description":"YahooFeedItemTag","type":"object"}}}}
```

## The YahooFeedItemTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YahooFeedItemTag":{"title":"YahooFeedItemTag","properties":{"Name":{"type":"string"}},"description":"YahooFeedItemTag","type":"object"}}}}
```

## The CreateGenericMrssYahooVideoFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateGenericMrssYahooVideoFeed":{"title":"CreateGenericMrssYahooVideoFeed","properties":{"Search":{"type":"array","items":{"$ref":"#/components/schemas/SearchEntertainment"}},"FileName":{"type":"string"},"ChannelName":{"type":"string"},"ChannelDescription":{"type":"string"},"Category":{"type":"string"},"Genre":{"type":"string"},"VideoReportTag":{"type":"string"},"VideoFilter":{"type":"string"},"EncodeDaysBackForBestVideo":{"type":"integer","format":"int32"},"BestSeasonVideoSettings":{"$ref":"#/components/schemas/BestSeasonVideoSettings"},"videoLanguage":{"type":"string"},"AllowedAgeOfVideosInDays":{"type":"integer","format":"int32"},"videoLimit":{"type":"integer","format":"int32"},"UseFeedDeliveryPubDate":{"type":"boolean"}},"description":"CreateGenericMrssYahooVideoFeed","type":"object"},"SearchEntertainment":{"title":"SearchEntertainment","properties":{"Ids":{"description":"Search by one or more Ids.  Ex: Movie/123.","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Providers":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"StartDateStart":{"description":"Start date for availability StartDate filter.","type":"string","format":"date-time"},"StartDateEnd":{"description":"End date for availability StartDate filter.","type":"string","format":"date-time"},"DeliveryMethods":{"description":"List of availability delivery methods. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"OfferTypes":{"description":"List of availability offer types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"VideoQualities":{"description":"List of availability video qualities. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["NOT_SET","HD","UHD","SD"]},"ProgramTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["Movie","Show","Game","Season","Episode"]},"AvailabilityCountries":{"description":"List of 2 character country codes.","type":"array","items":{"type":"string"}},"Genres":{"description":"List of genres (movie and show).","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes (movie and show).","type":"array","items":{"type":"string"}},"Tags":{"description":"List of tags (movie and show).","type":"array","items":{"type":"string"}},"Certifications":{"description":"List of certifications for movie and show.","type":"array","items":{"type":"string"}},"PersonNames":{"description":"List of names. Maximum of 3.","type":"array","items":{"type":"string"}},"PeopleIds":{"description":"Person Ids.  Currently supports one person.","type":"array","items":{"type":"string"}},"Jobs":{"description":"List of Jobs a contributor can have.","type":"array","items":{"type":"string"}},"ReleaseTypes":{"description":"List of release types for both movie and show.","type":"array","items":{"type":"string"},"enum":["Digital","Festival","Physical","Premiere","Theatrical_Limited_Release","Theatrical_Wide_Release","TV","On_Demand_Release","Show_Release"]},"ReleaseCountries":{"description":"List of 2 character country codes when filtering on releases.","type":"array","items":{"type":"string"}},"YearRange_Start":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"YearRange_End":{"description":"Filter results based on start and end original release year.","type":"integer","format":"int32"},"ReleaseDateRange_Start":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"ReleaseDateRange_End":{"description":"Filter results based on any release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_Start":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"OriginalReleaseDateRange_End":{"description":"Filter results based on original release date range.","type":"string","format":"date-time"},"Title":{"description":"Title search.","type":"string"},"ShowId":{"description":"Filter results to match a show.  Use for locating seasons and episodes for a show.","type":"string"},"SeasonId":{"description":"Filter results to match a season.  Use for locating episodes for a season.","type":"string"},"Includes":{"description":"Include sub objects from the program","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","ExternalIds","Videos","Images","Availabilities","Genres","ProgramTrends","Themes","Awards","ProgramChangeHistory","Summary","Subjects","FilmingLocations","NarrativeLocations","BasedOns","TimePeriods","MicroGenres","ProgramTags","Collections","ShowEpisodes"]},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string"},"CompanyName":{"description":"Filter results matching company name","type":"string"},"HasVideo":{"description":"Filter results based on having video content","type":"boolean"},"VideoId":{"description":"Filter results based on matching Video ID.","type":"array","items":{"type":"integer","format":"int64"}},"VideoTargetCountries":{"description":"List of 2 character country codes when filtering on video target countries.","type":"array","items":{"type":"string"}},"VideoTargetLanguages":{"description":"Specify video target languages. This takes into consideration both language spoken and language subtitled.","type":"array","items":{"type":"string"}},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score. DEPRECIATED! Use SortBy instead.","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","ReleaseDate","CalculatedTrendRank","TimeStampAsc","ReleaseDateAsc"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"OriginatingNetworks":{"description":"The Network the current first run shows appear on. Ex: ABC, NBC, Netflix, etc.  ","type":"array","items":{"type":"string"}},"Status":{"description":"The status of the movie or show.  Ex: Returning_Series, in_production, etc.  ","type":"array","items":{"type":"string"}},"OriginalLanguages":{"description":"The original language of the program.","type":"array","items":{"type":"string"}},"Revenue":{"description":"Filter results where movie revenue is greater than or equal to this value.","type":"integer","format":"int64"},"Budget":{"description":"Filter results where movie budget is greater than or equal to this value.","type":"integer","format":"int64"},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"Minimum_EncodeDate":{"description":"Filter results based on encode date.","type":"string","format":"date-time"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"TrendSourceIds":{"description":"Program Trend Source Ids.  Ex: 2,3.","type":"array","items":{"type":"integer","format":"int32"}},"TrendBrands":{"description":"Program Trend Brands.  Ex: IMDB,IVA","type":"array","items":{"type":"string"},"enum":["IMDB","IVA","BoxOfficeMojo","TMDB","RottenTomatoes","TVGuide","iTunes","Amazon","Fios","Gamespot","Hulu","MovieClips","Netflix","PlutoTV","Redbox","TheNumbers","fandangoAtHome","Xfinity","Youtube"]},"TrendCountries":{"description":"Program Trend Countries.  Ex: US,CA.","type":"array","items":{"type":"string"}},"TrendListClassifiers":{"description":"Program Trend List Classifiers.  Ex: AVOD,SVOD.","type":"array","items":{"type":"string"},"enum":["Publisher","TVOD","SVOD","Revenue","Social","Trailers","AVOD","Physical"]},"LimitedResults":{"type":"boolean"},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"MatureVideo":{"description":"Limit to programs that have mature video content.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"},"CollectionIds":{"description":"Filter programs by list of CollectionIds","type":"array","items":{"type":"string"}},"CollectionTypes":{"description":"List of collection types.","type":"array","items":{"type":"string"},"enum":["SequentialWork","IconicCharacter","SharedUniverse","IconicAuthor","IconicTitle","IconicPerformer","IconicStudio","IconicBrand","Editorial"]},"ProgramChangeEntities":{"description":"List of program change entities.","type":"array","items":{"type":"string"},"enum":["MovieMovieGenre","MovieImage","MovieCompany","MovieVideoScreenCapture","MovieVideoTargetCountry","MovieImageTag","MovieRelease","CollectionItem","Collection","MovieAlternateTitle","MovieAlternateId","MovieDescription","MovieAvailability","MovieContributor","Movie","MovieVideo","MovieVideoEncode","MovieTheme","MovieTag","SeasonAlternateId","ShowCompany","ShowAlternateTitle","Season","EpisodeAlternateId","SeasonImage","Show","EpisodeImageTag","SeasonDescription","SeasonRelease","ShowImageTag","ShowVideo","EpisodeVideoScreenCapture","EpisodeRelease","ShowRelease","ShowShowGenre","EpisodeAvailability","SeasonAvailability","EpisodeContributor","EpisodeImage","ShowVideoTargetCountry","ShowVideoEncode","ShowAvailability","SeasonVideoEncode","ShowImage","EpisodeAlternateTitle","EpisodeDescription","ShowAlternateId","SeasonVideo","ShowTheme","EpisodeVideoEncode","SeasonVideoTargetCountry","EpisodeVideo","SeasonVideoScreenCapture","Episode","ShowVideoScreenCapture","EpisodeVideoTargetCountry","SeasonImageTag","ShowDescription","ShowTag"]}},"description":"SearchEntertainment","type":"object"},"BestSeasonVideoSettings":{"title":"BestSeasonVideoSettings","properties":{"Search":{"$ref":"#/components/schemas/SearchEntertainment"}},"description":"BestSeasonVideoSettings","type":"object"}}}}
```

## The CreateVideoWithoutFistRowFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateVideoWithoutFistRowFeed":{"title":"CreateVideoWithoutFistRowFeed","properties":{},"description":"CreateVideoWithoutFistRowFeed","type":"object"}}}}
```

## The CreateSceneOrClipsTxtFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSceneOrClipsTxtFeed":{"title":"CreateSceneOrClipsTxtFeed","properties":{},"description":"CreateSceneOrClipsTxtFeed","type":"object"}}}}
```

## The GetNielsenSocialIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNielsenSocialIds":{"title":"GetNielsenSocialIds","properties":{"RootId":{"type":"string"}},"description":"GetNielsenSocialIds","type":"object"}}}}
```

## The GetNielsenSearchResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNielsenSearchResults":{"title":"GetNielsenSearchResults","properties":{"Title":{"type":"string"},"EntityType":{"type":"string"}},"description":"GetNielsenSearchResults","type":"object"}}}}
```

## The GetNewMovieSocialIdsWeDontHave object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNewMovieSocialIdsWeDontHave":{"title":"GetNewMovieSocialIdsWeDontHave","properties":{},"description":"GetNewMovieSocialIdsWeDontHave","type":"object"}}}}
```

## The GetNewShowSocialIdsWeDontHave object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNewShowSocialIdsWeDontHave":{"title":"GetNewShowSocialIdsWeDontHave","properties":{},"description":"GetNewShowSocialIdsWeDontHave","type":"object"}}}}
```

## The ImportEidrIDs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportEidrIDs":{"title":"ImportEidrIDs","required":["EIDRid","ORIGINid","PROGRAMtype","Score"],"properties":{"EIDRid":{"description":"Eidr Id","type":"string"},"ORIGINid":{"description":"Origin's Entertainment Id","type":"integer","format":"int64"},"PROGRAMtype":{"description":"ProgramType","type":"string"},"Score":{"description":"Score","type":"integer","format":"int32"}},"description":"ImportEidrIDs","type":"object"}}}}
```

## The GetContentSubmissions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetContentSubmissions":{"title":"GetContentSubmissions","properties":{"Id":{"type":"string"}},"description":"GetContentSubmissions","type":"object"}}}}
```

## The InsertAltIDintoMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InsertAltIDintoMedia":{"title":"InsertAltIDintoMedia","required":["AltId","PublishedID","AltIdType"],"properties":{"AltId":{"description":"Alt Id","type":"string"},"PublishedID":{"description":"the IVA/Published id","type":"integer","format":"int64"},"AltIdType":{"description":"IdType","type":"integer","format":"int32"},"Score":{"description":"Score","type":"integer","format":"int32"}},"description":"InsertAltIDintoMedia","type":"object"}}}}
```

## The FabricMatchToEntertainmentProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FabricMatchToEntertainmentProgram":{"title":"FabricMatchToEntertainmentProgram","required":["ProgramType"],"properties":{"ProgramType":{"description":"Type of Program to be matched.","type":"string"},"EntertainmentId":{"description":"Id of Entertainment program to be matched against, if this is set no search is run and data is compared to this program only.","type":"integer","format":"int64"},"Title":{"description":"Title of Program to be matched.","type":"string"},"IMDBid":{"description":"IMDB Id of Program to be matched.","type":"string"},"EIDRid":{"description":"Eidr Id of Program to be matched.","type":"string"},"Company":{"description":"Company of Program to be matched.","type":"string"},"Runtime":{"description":"Runtime of Program to be matched.","type":"string"},"CountryOfOriginISO":{"description":"Country of Program to be matched.","type":"string"},"Certification":{"description":"Certification (based on the CountryOfOriginISO) of Program to be matched.","type":"string"},"Language":{"description":"Language of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Program to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Program to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Program to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Program to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Program to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Program to be matched.","type":"string"},"OriginatingNetwork":{"description":"Originating network of SHOW Program to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of Program to be matched.","type":"string","format":"date-time"},"StringDistance":{"description":"For fuzzy title match, default is 4, set to 0 for no fuzzy match.","type":"integer","format":"int32"},"LimitedResults":{"type":"boolean"},"Includes":{"description":"Nested data objects to include in program responses.","type":"array","items":{"type":"string"},"enum":["None","Releases","Contributors","AlternateTitles","Descriptions","ExternalIds","All"]}},"description":"FabricMatchToEntertainmentProgram","type":"object"}}}}
```

## The FabricSearchCelebrity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FabricSearchCelebrity":{"title":"FabricSearchCelebrity","required":["Ids"],"properties":{"Ids":{"description":"Search person using one or more Ids.  Ex:  Person/123","type":"array","items":{"type":"string"}}},"description":"FabricSearchCelebrity","type":"object"}}}}
```

## The GetVideoCustomers object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetVideoCustomers":{"title":"GetVideoCustomers","properties":{},"description":"GetVideoCustomers","type":"object"}}}}
```

## The UpdateVideocustomer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateVideocustomer":{"title":"UpdateVideocustomer","properties":{"insert":{"type":"boolean"},"CustomerId":{"type":"integer","format":"int64"},"CustomerName":{"type":"string"},"EmailAddress":{"type":"string"},"IsActiveCustomer":{"type":"boolean"},"MaxGameDuration":{"type":"integer","format":"int32"},"MaxMusicDuration":{"type":"integer","format":"int32"},"MaxVideoDuration":{"type":"integer","format":"int32"},"MaxRate":{"type":"integer","format":"int32"},"ReportName":{"type":"string"},"RealCustomerName":{"type":"string"},"RequiresToken":{"type":"boolean"},"TokenPassword":{"type":"string"},"IsPayingCustomer":{"type":"boolean"},"CustomerType":{"type":"integer","format":"int32"},"AllowMp4":{"type":"boolean"},"AllowSourceFileAccess":{"type":"boolean"},"Websites":{"type":"string"},"ParentCustomerId":{"type":"integer","format":"int64"},"ContactInfoNotes":{"type":"string"},"Memo":{"type":"string"},"Created":{"type":"string","format":"date-time"}},"description":"UpdateVideocustomer","type":"object"}}}}
```

## The GetCustomerGBUsage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCustomerGBUsage":{"title":"GetCustomerGBUsage","required":["StartDate","EndDate"],"properties":{"StartDate":{"description":"The Start Date","type":"string","format":"date-time"},"EndDate":{"description":"The End Date","type":"string","format":"date-time"}},"description":"GetCustomerGBUsage","type":"object"}}}}
```

## The UpdateCustomerGBUsage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateCustomerGBUsage":{"title":"UpdateCustomerGBUsage","properties":{"insert":{"type":"boolean"},"CustomerId":{"type":"integer","format":"int32"},"CustomerName":{"type":"string"},"MonthlyGBUsage":{"type":"number","format":"double"},"NumberOfFeeds":{"type":"integer","format":"int32"},"Notes":{"type":"string"},"GBRate":{"type":"number","format":"double"}},"description":"UpdateCustomerGBUsage","type":"object"}}}}
```

## The GetProductionQueue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProductionQueue":{"title":"GetProductionQueue","properties":{},"description":"GetProductionQueue","type":"object"}}}}
```

## The FutureReleasesReportMM object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FutureReleasesReportMM":{"title":"FutureReleasesReportMM","properties":{},"description":"FutureReleasesReportMM","type":"object"}}}}
```

## The GetGBUsageMediaManager object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetGBUsageMediaManager":{"title":"GetGBUsageMediaManager","required":["CustomerId"],"properties":{"ReportTag":{"description":"Report Tag filter.","type":"string"},"CustomerId":{"description":"Report Tag filter.","type":"integer","format":"int32"},"Month":{"description":"Report month","type":"string","enum":["January","February","March","April","May","June","July","August","September","October","November","December"]},"Year":{"description":"Report year","type":"integer","format":"int32"}},"description":"GetGBUsageMediaManager","type":"object"}}}}
```

## The CropAndSaveImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CropAndSaveImage":{"title":"CropAndSaveImage","required":["Filesize16x9"],"properties":{"PublishedId":{"description":"Media publishedid.","type":"integer","format":"int64"},"StreamingVideoId":{"type":"integer","format":"int64"},"Filesize16x9":{"type":"integer","format":"int64"},"Height16v9":{"type":"number","format":"float"},"Width16x9":{"type":"number","format":"float"},"Filename16x9":{"type":"string"},"Filesize4x3":{"type":"integer","format":"int64"},"Height4x3":{"type":"number","format":"float"},"Width4x3":{"type":"number","format":"float"},"Filename4x3":{"type":"string"},"Filename320x240":{"type":"string"},"EmployeeId":{"type":"integer","format":"int32"}},"description":"CropAndSaveImage","type":"object"}}}}
```

## The GetStreamingVideoId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetStreamingVideoId":{"title":"GetStreamingVideoId","properties":{"PublishedId":{"description":"Media publishedid.","type":"integer","format":"int64"}},"description":"GetStreamingVideoId","type":"object"}}}}
```

## The UpdateMonitoredProcess object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMonitoredProcess":{"title":"UpdateMonitoredProcess","properties":{"Name":{"type":"string"},"Location":{"type":"string"},"Description":{"type":"string"},"FailureThresholdInMinutes":{"type":"integer","format":"int32"},"LastTime":{"type":"string","format":"date-time"},"Active":{"type":"boolean"}},"description":"UpdateMonitoredProcess","type":"object"}}}}
```

## The GetMonitoredProcessReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMonitoredProcessReport":{"title":"GetMonitoredProcessReport","properties":{"LimitToErrors":{"type":"boolean"}},"description":"GetMonitoredProcessReport","type":"object"}}}}
```

## The ChatGPTenterprise object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChatGPTenterprise":{"title":"ChatGPTenterprise","properties":{"prompt":{"type":"string"},"model":{"type":"string"},"EnableWebSearch":{"type":"boolean"}},"description":"ChatGPTenterprise","type":"object"}}}}
```

## The VisionImageDetect object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VisionImageDetect":{"title":"VisionImageDetect","properties":{"Prompt":{"type":"string"},"Url":{"type":"string"}},"description":"VisionImageDetect","type":"object"}}}}
```

## The VisionImageDetectBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VisionImageDetectBatch":{"title":"VisionImageDetectBatch","properties":{"Images":{"$ref":"#/components/schemas/Dictionary_Int64_String_"},"Prompt":{"type":"string"}},"description":"VisionImageDetectBatch","type":"object"},"Dictionary_Int64_String_":{"title":"Dictionary<Int64,String>","additionalProperties":{"type":"string"},"description":"Dictionary<Int64,String>","type":"object"}}}}
```

## The Dictionary\_Int64\_String\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_Int64_String_":{"title":"Dictionary<Int64,String>","additionalProperties":{"type":"string"},"description":"Dictionary<Int64,String>","type":"object"}}}}
```

## The ProcessVisionResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessVisionResults":{"title":"ProcessVisionResults","properties":{"Filepath":{"type":"string"},"VisionBatchGroupId":{"type":"integer","format":"int32"}},"description":"ProcessVisionResults","type":"object"}}}}
```

## The TransformText object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TransformText":{"title":"TransformText","properties":{"TransformTypes":{"description":"List of program types. See /Common/GetCommonEnumerators endpoint for complete list.","type":"array","items":{"type":"string"},"enum":["not_set","Remove_Seasons_and_Episodes","Remove_liscencing","Remove_URLs","Remove_BandW","Transform_ALL_CAPs","Transfrom_italics","US_English","UK_English","Australian_English","Remove_clip_phrases","Remove_year_parens","Remove_actors_list_parens","Remove_actors_names","Remove_timecodes"]},"Text":{"type":"string"}},"description":"TransformText","type":"object"}}}}
```

## The GetOpenApiOperationSettings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetOpenApiOperationSettings":{"title":"GetOpenApiOperationSettings","properties":{},"description":"GetOpenApiOperationSettings","type":"object"}}}}
```

## The AddOpenApiOperationSettings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddOpenApiOperationSettings":{"title":"AddOpenApiOperationSettings","properties":{"Id":{"type":"integer","format":"int32"},"OriginalOperationId":{"type":"string"},"Depreciated":{"type":"boolean"},"ExternalDocs":{"$ref":"#/components/schemas/OpenApiExternalDocs"},"OperationId":{"type":"string"},"Summary":{"type":"string"},"Description":{"type":"string"},"DtoName":{"type":"string"},"ApiEndpoints":{"type":"array","items":{"type":"string"}}},"description":"AddOpenApiOperationSettings","type":"object"},"OpenApiExternalDocs":{"title":"OpenApiExternalDocs","properties":{"Description":{"type":"string"},"Url":{"type":"string"}},"description":"OpenApiExternalDocs","type":"object"}}}}
```

## The OpenApiExternalDocs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OpenApiExternalDocs":{"title":"OpenApiExternalDocs","properties":{"Description":{"type":"string"},"Url":{"type":"string"}},"description":"OpenApiExternalDocs","type":"object"}}}}
```

## The UpdateOpenApiOperationSettings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateOpenApiOperationSettings":{"title":"UpdateOpenApiOperationSettings","properties":{"Id":{"type":"integer","format":"int32"},"OriginalOperationId":{"type":"string"},"Depreciated":{"type":"boolean"},"ExternalDocs":{"$ref":"#/components/schemas/OpenApiExternalDocs"},"OperationId":{"type":"string"},"Summary":{"type":"string"},"Description":{"type":"string"},"DtoName":{"type":"string"},"ApiEndpoints":{"type":"array","items":{"type":"string"}}},"description":"UpdateOpenApiOperationSettings","type":"object"},"OpenApiExternalDocs":{"title":"OpenApiExternalDocs","properties":{"Description":{"type":"string"},"Url":{"type":"string"}},"description":"OpenApiExternalDocs","type":"object"}}}}
```

## The GetPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPerson":{"title":"GetPerson","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the person response.","type":"array","items":{"type":"string"},"enum":["ExternalIds","AlternateNames","Images","Descriptions","Tags"]}},"description":"GetPerson","type":"object"}}}}
```

## The GetAllPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllPeople":{"title":"GetAllPeople","required":["Take"],"properties":{"Take":{"description":"Limits the total items returned. Maximum of 100 per request.","type":"integer","format":"int32"},"Skip":{"description":"Skips records using for paging results.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the person response.","type":"array","items":{"type":"string"},"enum":["ExternalIds","AlternateNames","Images","Descriptions","Tags"]}},"description":"GetAllPeople","type":"object"}}}}
```

## The GetPersonRanked object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonRanked":{"title":"GetPersonRanked","properties":{"StartsWith":{"type":"string"}},"description":"GetPersonRanked","type":"object"}}}}
```

## The UpdateDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPerson":{"title":"UpdateDbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"UpdateDbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The DeleteDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPerson":{"title":"DeleteDbPerson","properties":{"Id":{"type":"integer","format":"int64"},"RedirectTo":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"}},"description":"DeleteDbPerson","type":"object"}}}}
```

## The PopulatePeopleAppearances object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulatePeopleAppearances":{"title":"PopulatePeopleAppearances","properties":{},"description":"PopulatePeopleAppearances","type":"object"}}}}
```

## The PopulatePeopleTrie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulatePeopleTrie":{"title":"PopulatePeopleTrie","properties":{},"description":"PopulatePeopleTrie","type":"object"}}}}
```

## The ImportPersonFromImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportPersonFromImdb":{"title":"ImportPersonFromImdb","properties":{"ImdbPersonId":{"type":"string"},"modifier":{"type":"integer","format":"int32"}},"description":"ImportPersonFromImdb","type":"object"}}}}
```

## The UpdatePersonFromImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePersonFromImdb":{"title":"UpdatePersonFromImdb","properties":{"PersonId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"}},"description":"UpdatePersonFromImdb","type":"object"}}}}
```

## The UpdatePeopleChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePeopleChanges":{"title":"UpdatePeopleChanges","properties":{},"description":"UpdatePeopleChanges","type":"object"}}}}
```

## The ValidateDuplicatePerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ValidateDuplicatePerson":{"title":"ValidateDuplicatePerson","properties":{"ThisId":{"type":"integer","format":"int64"},"ThisImdbId":{"type":"string"},"FoundId":{"type":"integer","format":"int64"}},"description":"ValidateDuplicatePerson","type":"object"}}}}
```

## The MergeDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MergeDbPerson":{"title":"MergeDbPerson","properties":{"CorrectId":{"type":"integer","format":"int64"},"InvalidIds":{"type":"array","items":{"type":"integer","format":"int64"}},"Modifier":{"type":"integer","format":"int32"}},"description":"MergeDbPerson","type":"object"}}}}
```

## The UpdateAllPeopleFromImdb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllPeopleFromImdb":{"title":"UpdateAllPeopleFromImdb","properties":{"modifier":{"type":"integer","format":"int32"},"DaysOld":{"type":"integer","format":"int32"}},"description":"UpdateAllPeopleFromImdb","type":"object"}}}}
```

## The UpdatePersonFromImdbAPI object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePersonFromImdbAPI":{"title":"UpdatePersonFromImdbAPI","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"UpdatePersonFromImdbAPI","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The CreateDbPersonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPersonAlternateId":{"title":"CreateDbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"CreateDbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbPersonAlternateName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPersonAlternateName":{"title":"CreateDbPersonAlternateName","properties":{"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"CreateDbPersonAlternateName","type":"object"}}}}
```

## The CreateDbPersonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPersonDescription":{"title":"CreateDbPersonDescription","properties":{"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"CreateDbPersonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The CreateDbPersonTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPersonTag":{"title":"CreateDbPersonTag","properties":{"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"CreateDbPersonTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeDupDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeDupDbPerson":{"title":"DeDupDbPerson","properties":{"PersonIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"DeDupDbPerson","type":"object"}}}}
```

## The GetPersonJobs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonJobs":{"title":"GetPersonJobs","properties":{},"description":"GetPersonJobs","type":"object"}}}}
```

## The GetPersonAlternateIdTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonAlternateIdTypes":{"title":"GetPersonAlternateIdTypes","properties":{},"description":"GetPersonAlternateIdTypes","type":"object"}}}}
```

## The ImportPersonHandId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportPersonHandId":{"title":"ImportPersonHandId","required":["Persons"],"properties":{"Persons":{"description":"List of person with thei Id and AlternateId","type":"array","items":{"$ref":"#/components/schemas/PersonHandIdentity"}}},"description":"ImportPersonHandId","type":"object"},"PersonHandIdentity":{"title":"PersonHandIdentity","properties":{"fabricId":{"type":"integer","format":"int64"},"handId":{"type":"string"}},"description":"PersonHandIdentity","type":"object"}}}}
```

## The PersonHandIdentity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonHandIdentity":{"title":"PersonHandIdentity","properties":{"fabricId":{"type":"integer","format":"int64"},"handId":{"type":"string"}},"description":"PersonHandIdentity","type":"object"}}}}
```

## The CreateDbPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPersonImage":{"title":"CreateDbPersonImage","required":["URL"],"properties":{"URL":{"$ref":"#/components/schemas/Uri","description":"url of PersonImage source."},"ImageTypeId":{"type":"integer","format":"int32"},"PersonId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"CreateDbPersonImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The GetCelebrityRanked object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCelebrityRanked":{"title":"GetCelebrityRanked","properties":{"StartsWith":{"type":"string"},"LimitResultsTo":{"type":"integer","format":"int32"}},"description":"GetCelebrityRanked","type":"object"}}}}
```

## The SearchCelebrity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchCelebrity":{"title":"SearchCelebrity","properties":{"Ids":{"description":"Search person using one or more Ids.  Ex:  Person/123","type":"array","items":{"type":"string"}},"Skip":{"description":"Rows to skip, used for paging. Default is 0.","type":"integer","format":"int32"},"Take":{"description":"Rows to return, used for paging. Default is 10, limit is 10.","type":"integer","format":"int32"},"Includes":{"description":"Include sub objects from the person","type":"array","items":{"type":"string"},"enum":["Images","ExternalIds","Descriptions","AlternateNames","Awards","Summary"]},"Name":{"description":"Filter results based on Name.","type":"string"},"Culture":{"description":"Specify the country and language","type":"string","enum":["NOT_SET","English_US","English_CA","English_UK","English_AU"]},"FaceDetails_Age":{"description":"People with images with estimated age.","type":"integer","format":"int32"},"FaceDetails_Beard":{"description":"People images with a beard.","type":"boolean"},"FaceDetails_Mustache":{"description":"People images with a mustache.","type":"boolean"},"FaceDetails_Emotions":{"description":"Filter People images by emotions.","type":"array","items":{"type":"string"},"enum":["UNKNOWN","HAPPY","SAD","ANGRY","CONFUSED","DISGUSTED","SURPRISED","CALM"]},"FaceDetails_Eyeglasses":{"description":"People images wearing eyeglasses.","type":"boolean"},"FaceDetails_Sunglasses":{"description":"People images wearing sunglasses.","type":"boolean"},"FaceDetails_EyesOpen":{"description":"People images with eyes open.","type":"boolean"},"FaceDetails_MouthOpen":{"description":"People images with mouth open.","type":"boolean"},"FaceDetails_Gender":{"description":"People images based on gender.","type":"string","enum":["UNKNOWN","Male","Female"]},"FaceDetails_Smile":{"description":"People images with smile.","type":"boolean"},"MinImageHeight":{"description":"People with images greater than or equal to image height.","type":"integer","format":"int32"},"MinImageWidth":{"description":"People with images greater than or equal to image width.","type":"integer","format":"int32"},"ImageType":{"description":"People with images of type.","type":"string","enum":["UNKNOWN","Poster","Photo","Portrait","Headshot","Tile","TheatricalPoster","BoxArt"]},"ImageViolence":{"description":"People with image violence scores.","type":"array","items":{"type":"integer","format":"int32"},"enum":["1","2","3","4","5"]},"Minimum_IvaRating":{"description":"Filter results with a minimum Rating greater than or equal to this value. (0 to 100)","type":"integer","format":"int32"},"ImageSexuality":{"description":"People with image sexuality scores.","type":"array","items":{"type":"integer","format":"int32"},"enum":["1","2","3","4","5"]},"ImageTags":{"description":"People with image containing tags.","type":"array","items":{"type":"string"}},"OfficialImage":{"description":"Limit People with official images.","type":"boolean"},"ImageEntertainmentIds":{"description":"People with images from EntertainmentIds.  Ex: Movie/1234","type":"array","items":{"type":"string"}},"BirthName":{"description":"Filter by birth name.","type":"string"},"Gender":{"description":"Filter people by gender. (m or f)","type":"string","enum":["m","f"]},"BirthDate":{"description":"Birth Date","type":"string","format":"date-time"},"BirthYear":{"description":"Birth Year","type":"integer","format":"int32"},"BirthDayOfMonth":{"description":"Birth Day of Month","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Birth Month of Year","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Birth Day of Month","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Birth Month of Year","type":"integer","format":"int32"},"ExternalId":{"description":"Filter results matching external Id","type":"string"},"ExternalIdType":{"description":"Filter results matching external Id","type":"string","enum":["IVA","TMDB","IMDB","Facebook","Instagram","Twitter","Freebase_MID","Freebase_ID","TvRage"]},"ModifiedRecordsSince":{"description":"Filter results based on timestamp.  Returns >= value timestamp (UTC) provided.","type":"string","format":"date-time"},"SortByTimeStamp":{"description":"Sort results based on last modified descending.  Default is sorted by _score","type":"boolean"},"IncludeDeleted":{"description":"Include Soft Deleted Records. Default (false)","type":"boolean"},"SortBy":{"description":"SortBy","type":"string","enum":["NOT_SET","Relevance","TimeStamp","IvaRating","TimeStampAsc"]},"AwardYears":{"description":"List of award years to filter on.","type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"description":"List of award types Ex: Academy, GoldenGlobe, etc.","type":"array","items":{"type":"string"},"enum":["Academy","GoldenGlobe","Emmy","AACTAAwards","AmericanFilmInstituteAwards","ALMAAwards","AfricaMovieAcademyAwards","AfricaMagicViewersChoiceAwards","AndhrapradeshNandiAwards","AnnieAwards","ApsaraAwards","ArtDirectorsGuildAwards","AsianFilmAwards","BaeksangArtsAwards","BAFTAFilmAwards","BAFTATelevisionAwards","BAFTATVCraftAwards","BayerischerFilmpreis","BCNSportsFilm","BCNSportsFilmFestival","BestofNollywoodAwards","BigStarEntertainmentAwards","BlueDragonFilmAwards","BlueRibbonAwards","BodilPrisen","BritishAcademyChildrensAwards","BritishIndependentFilmAwards","CairoInternationalFilmFestival","CanadianScreenAwards","CartagenaFilmFestival","CesarAwards","CesarDuCinema","CondorDePlata","CriticsChoiceAwards","CriticsChoiceSuperAwards","CrunchyrollAnimeAwards","DaviddiDonatello","DeutscherFilmpreis","DiosasdePlata","EuropeanFilmAwards","FantasportoInternationalFilmFestival","FestivaldeCannes","FestivalDeCineDeLima","FestivalDeCineIberoamericanoDeHuelva","FestivaldeGramado","FestivaldeSanSebastian","FestivaldoRio","FestivalDuCinemaAmericainDeDeauville","FestivalduCinemaEspagnoldeNantes","FestivalInternacionaldeCinedeGijon","FestivalInternacionaldeCinedeGuadalajara","FestivalInternacionaldeCinedeLebu","FestivalInternacionaldeCinedeMardelPlata","FestivalInternacionaldeCinedeMonterrey","FestivalInternacionaldeCinedeMorelia","FestivalInternacionaldeCinedeValdivia","FestivalInternacionaldeCinedeViñadelMar","FestivalInternacionaldeCinedelNortedeChile","FestivalInternacionaldeCineenGuadalajara","FestivalInternacionaldeCineUNAM","FestivalInternacionaldeCinemadaFigueiradaFoz","FestivalInternacionaldeCinemaFantasticdeCatalunya","FestivalInternacionaldelNuevoCineLatinoamericanodeLaHabana","FestivalInternationalDuCourtMetrageDeClermontFerrand","FestivalLaFiladeCortometrajes","FestivalinternationaldufilmdanimationdAnnecy","FilmfareAwards","InternationalDocumentaryFestival","GawadUrianAward","GermanFilmCriticsAssociationAwards","GLAADMediaAwards","GoldenHorseAwards","GoldenKelaAwards","GoldenMovieAwards","GoldenReelAwards","GothamAwards","GrandBellAwards","GrandePremiodoCinemaBrasileiro","GrimmePreis","HochiFilmAward","HollywoodFilmAwards","HongKongFilmAward","IbicinePremiosAstarte","InternationalDocumentaryAssociationAward","IDFAAwards","InternationalFilmFestivalRotterdam","IndependentSpiritAwards","IndianNationalFilmAwards","IndieLisboaFestivalInternacionaldeCinema","InternationalIndianFilmAcademyAwards","InternationalIndianFilmAcademyDigitalAwards","InternationaleFilmfestspieleBerlin","JapanAcademyFilmPrize","KidsChoiceAwards","KidscreenAwards","KinemaJunpoAwards","TheInternationalFestivalofFilmsonArt","LionsGoldAwards","LocarnoFilmFestival","LosAngelesFilmCriticsAssociationAwards","Lumieresdelapresseinternationale","LuxStyleAwards","MumbaiAcademyoftheMovingImage","MartinFierro","MartinFierroCine","MartinFierroLatino","MedallasdelCirculodeEscritoresCinematograficos","MeliesAwards","MezinarodnifilmovyfestivalKarlovyVary","MoscowInternationalFilmFestival","MostraInternacionaldeCinemadeSaoPaulo","MostraInternazionaledArteCinematograficadellaBiennalediVenezia","MTVMovieTVAwards","MuestraInternacionaldeCineyDiversidadSexualCINHOMO","NAACPImageAwards","NationalBoardofReviewAwards","NationalSocietyofFilmCriticsAwards","NederlandsFilmFestival","NewYorkFilmCriticsCircleAwards","PeabodyAwards","PeoplesChoiceAwards","ProducersGuildAwards","PremioAriel","PremiosALCINE","PremiosCANACINE","PremiosFeroz","PremiosForque","PremiosGoya","PremiosIndiaCatalina","PremiosIris","PremiosMacondo","PremiosMestreMateo","PremiosPedroSienna","PremiosPlatinodelCineIberoamericano","PremiosProdu","PremiosSophia","PremiosSur","PremiosTuria","PremisGaudi","PrixGemeaux","PrixLouisDelluc","RazzieAwards","RosedOrLatinos","ScreenActorsGuildAwards","SaturnAwards","SemanaInternacionaldeCinedeValladolid","SeoulInternationalDramaAwards","StarScreenAwards","StardustAwards","SundanceFilmFestival","SXSWFilmFestival","TeenChoiceAwards","TokyoAnimeAward","TorontoInternationalFilmFestival","TribecaFilmFestival","TurinFilmFestival","VancouverFilmCriticsCircleAwards","ViennaInternationalFilmFestival","WestBengalFilmJournalistsAssociationAwards","WritersGuildAwards","ZeeCineAwards","ZurichFilmFestival"]},"AwardCategoryTypes":{"description":"List of award category types Ex: BestPicture, BestActor, etc.","type":"array","items":{"type":"string"},"enum":["BestPicture","BestSeries","BestActor","BestActress","BestDirector","BestSupportingActor","BestSupportingActress","BestPictureOther","BestSeriesOther"]},"AwardProgramIds":{"description":"Limit to awards based on ProgramIds.","type":"array","items":{"type":"string"}},"AwardPersonIds":{"description":"Limit to awards based on PersonIds.","type":"array","items":{"type":"string"}},"AwardWinners":{"description":"Limit to award winners.","type":"boolean"},"ExcludeFaceDetails":{"description":"Exclude face details.","type":"boolean"},"NextPageToken":{"description":"Used for deep paging of record (typically beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.","type":"string"}},"description":"SearchCelebrity","type":"object"}}}}
```

## The CreateDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbPerson":{"title":"CreateDbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"CreateDbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The GetDbPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPerson":{"title":"GetDbPerson","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetDbPerson","type":"object"}}}}
```

## The GetDbPersonChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonChanges":{"title":"GetDbPersonChanges","required":["Id"],"properties":{"Id":{"description":"Required Person ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of PersonAlternateName changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbPersonChanges","type":"object"}}}}
```

## The GetDbPersonAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonAlternateIds":{"title":"GetDbPersonAlternateIds","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetDbPersonAlternateIds","type":"object"}}}}
```

## The DeleteDbPersonAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPersonAlternateIds":{"title":"DeleteDbPersonAlternateIds","properties":{"Id":{"type":"integer","format":"int64"}},"description":"DeleteDbPersonAlternateIds","type":"object"}}}}
```

## The UpdateDbPersonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPersonAlternateId":{"title":"UpdateDbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"UpdateDbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbPersonAlternateNames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonAlternateNames":{"title":"GetDbPersonAlternateNames","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonAlternateNames","type":"object"}}}}
```

## The CleanupExcessivePersonAlternateNames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CleanupExcessivePersonAlternateNames":{"title":"CleanupExcessivePersonAlternateNames","properties":{"Modifier":{"description":"User performing the cleanup (must be a valid modifier ID).","type":"integer","format":"int32"},"ThresholdCount":{"description":"Only process people who have more than this many alternate names. Default is 10.","type":"integer","format":"int32"},"DryRun":{"description":"When true, only report what would be removed without actually deleting. Default is false.","type":"boolean"},"SampleSize":{"description":"Limit processing to this many people. 0 = no limit. Useful for dry-run sampling before a full run.","type":"integer","format":"int32"}},"description":"CleanupExcessivePersonAlternateNames","type":"object"}}}}
```

## The DeleteDbPersonAlternateName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPersonAlternateName":{"title":"DeleteDbPersonAlternateName","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of PersonAlternateName.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the PersonAlternateName record.","type":"integer","format":"int32"}},"description":"DeleteDbPersonAlternateName","type":"object"}}}}
```

## The UpdateDbPersonAlternateName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPersonAlternateName":{"title":"UpdateDbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"UpdateDbPersonAlternateName","type":"object"}}}}
```

## The GetDbPersonDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonDescriptions":{"title":"GetDbPersonDescriptions","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonDescriptions","type":"object"}}}}
```

## The DeleteDbPersonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPersonDescription":{"title":"DeleteDbPersonDescription","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of PersonDescription.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the PersonDescription record.","type":"integer","format":"int32"}},"description":"DeleteDbPersonDescription","type":"object"}}}}
```

## The UpdateDbPersonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPersonDescription":{"title":"UpdateDbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"UpdateDbPersonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbPersonTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonTags":{"title":"GetDbPersonTags","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonTags","type":"object"}}}}
```

## The DeleteDbPersonTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPersonTag":{"title":"DeleteDbPersonTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Required PersonTag ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the PersonTag record.","type":"integer","format":"int32"}},"description":"DeleteDbPersonTag","type":"object"}}}}
```

## The UpdateDbPersonTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPersonTag":{"title":"UpdateDbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"UpdateDbPersonTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbPersonRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonRating":{"title":"GetDbPersonRating","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonRating","type":"object"}}}}
```

## The GetDbPersonSpouses object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonSpouses":{"title":"GetDbPersonSpouses","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonSpouses","type":"object"}}}}
```

## The GetPersonContributors object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPersonContributors":{"title":"GetPersonContributors","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetPersonContributors","type":"object"}}}}
```

## The CreatePersonCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreatePersonCaches":{"title":"CreatePersonCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Person IDs.","type":"array","items":{"type":"integer","format":"int64"}},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"}},"description":"CreatePersonCaches","type":"object"}}}}
```

## The GetDbPersonImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonImages":{"title":"GetDbPersonImages","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"}},"description":"GetDbPersonImages","type":"object"}}}}
```

## The DeleteDbPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbPersonImage":{"title":"DeleteDbPersonImage","required":["Id","Modifier"],"properties":{"Id":{"description":"Required PersonImage ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the PersonImage record.","type":"integer","format":"int32"}},"description":"DeleteDbPersonImage","type":"object"}}}}
```

## The UpdateDbPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbPersonImage":{"title":"UpdateDbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"UpdateDbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The GetDbPersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonImage":{"title":"GetDbPersonImage","required":["Id"],"properties":{"Id":{"description":"Required ID of PersonImage.","type":"integer","format":"int64"}},"description":"GetDbPersonImage","type":"object"}}}}
```

## The GetFilmography object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFilmography":{"title":"GetFilmography","properties":{"Id":{"type":"integer","format":"int64"}},"description":"GetFilmography","type":"object"}}}}
```

## The GetDbPersonAlternateNameChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonAlternateNameChanges":{"title":"GetDbPersonAlternateNameChanges","required":["Id"],"properties":{"Id":{"description":"Required PersonAlternateName ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of PersonAlternateName changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbPersonAlternateNameChanges","type":"object"}}}}
```

## The GetDbPersonDescriptionChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonDescriptionChanges":{"title":"GetDbPersonDescriptionChanges","required":["Id"],"properties":{"Id":{"description":"Required PersonDescription ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of PersonDescription changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbPersonDescriptionChanges","type":"object"}}}}
```

## The GetDbPersonTagChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonTagChanges":{"title":"GetDbPersonTagChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of PersonTag changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbPersonTagChanges","type":"object"}}}}
```

## The GetDbPersonImageChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbPersonImageChanges":{"title":"GetDbPersonImageChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of Person.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of PersonImages changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbPersonImageChanges","type":"object"}}}}
```

## The ImportProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportProgram":{"title":"ImportProgram","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportProgram","type":"object"}}}}
```

## The ImportMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportMovie":{"title":"ImportMovie","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportMovie","type":"object"}}}}
```

## The ImportShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportShow":{"title":"ImportShow","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportShow","type":"object"}}}}
```

## The ImportSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportSeason":{"title":"ImportSeason","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportSeason","type":"object"}}}}
```

## The ImportEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportEpisode":{"title":"ImportEpisode","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportEpisode","type":"object"}}}}
```

## The ImportGame object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportGame":{"title":"ImportGame","properties":{"Studio":{"type":"string"},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonNumber":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"},"IvaProgramType":{"description":"Type of program to be matched.","type":"string"},"Title":{"description":"Title of Program to be matched.","type":"string"},"AlternateTitles":{"description":"Alternate Titles of Show to be matched.","type":"array","items":{"type":"string"}},"Year":{"description":"Release Year of Show to be matched.","type":"integer","format":"int32"},"Cast":{"description":"Cast members of Show to be matched.","type":"array","items":{"type":"string"}},"Producers":{"description":"Producers of Show to be matched.","type":"array","items":{"type":"string"}},"Directors":{"description":"Directors of Show to be matched.","type":"array","items":{"type":"string"}},"Description":{"description":"Description of Show to be matched.","type":"string"},"ReleaseDate":{"description":"Release Date of movie to be matched.","type":"string","format":"date-time"}},"description":"ImportGame","type":"object"}}}}
```

## The CreateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTitle":{"title":"CreateTitle","required":["OriginProgramType","Title","Year","Cast"],"properties":{"OriginProgramType":{"description":"Type of Program to be created.","type":"string"},"Title":{"description":"TItle of Program to be created.","type":"string"},"Year":{"description":"Release year of Program to be created.","type":"integer","format":"int32"},"Cast":{"description":"Cast of Program to be created.","type":"array","items":{"type":"string"}},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"EidrId":{"type":"string"},"ClientId":{"type":"string"},"ClientIdTypeId":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"}},"description":"CreateTitle","type":"object"}}}}
```

## The CreateTitleQueueItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTitleQueueItem":{"title":"CreateTitleQueueItem","required":["OriginProgramType","Title","Year","Cast"],"properties":{"OriginProgramType":{"description":"Type of Program to be created.","type":"string"},"Title":{"description":"TItle of Program to be created.","type":"string"},"Year":{"description":"Release year of Program to be created.","type":"integer","format":"int32"},"Cast":{"description":"Cast of Program to be created.","type":"array","items":{"type":"string"}},"IMDbId":{"type":"string"},"TMDbId":{"type":"string"},"EidrId":{"type":"string"},"ClientId":{"type":"string"},"ClientIdTypeId":{"type":"integer","format":"int32"},"Modifier":{"type":"integer","format":"int32"}},"description":"CreateTitleQueueItem","type":"object"}}}}
```

## The SerializeProvider object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SerializeProvider":{"title":"SerializeProvider","required":["Name"],"properties":{"Name":{"description":"Entertainment Provider Name.","type":"string"},"Statistics":{"type":"boolean"},"MovileFilePath":{"type":"string"},"ShowFilePath":{"type":"string"},"CountryCode":{"type":"string"}},"description":"SerializeProvider","type":"object"}}}}
```

## The DirectFeedSerializer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DirectFeedSerializer":{"title":"DirectFeedSerializer","required":["Provider"],"properties":{"Provider":{"description":"Entertainment Provider Name.","type":"string"},"Statistics":{"type":"boolean"},"Deserializer":{"$ref":"#/components/schemas/IDeserializer"}},"description":"DirectFeedSerializer","type":"object"},"IDeserializer":{"title":"IDeserializer","properties":{},"description":"IDeserializer","type":"object"}}}}
```

## The IDeserializer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IDeserializer":{"title":"IDeserializer","properties":{},"description":"IDeserializer","type":"object"}}}}
```

## The GetSourceMapping object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSourceMapping":{"title":"GetSourceMapping","required":["Source"],"properties":{"Source":{"description":"Source Name From source File.","type":"string"},"ParentSource":{"type":"string"}},"description":"GetSourceMapping","type":"object"}}}}
```

## The SendstaticticsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SendstaticticsReport":{"title":"SendstaticticsReport","required":["statistics"],"properties":{"statistics":{"$ref":"#/components/schemas/Statictics","description":"All Statistcs Data."}},"description":"SendstaticticsReport","type":"object"},"Statictics":{"title":"Statictics","properties":{"ProviderName":{"type":"string"},"MoviesCount":{"type":"integer","format":"int32"},"ShowCount":{"type":"integer","format":"int32"},"SeasonCount":{"type":"integer","format":"int32"},"EpisodeCount":{"type":"integer","format":"int32"},"EpisodeTitleError":{"type":"integer","format":"int32"},"SeasonTitleError":{"type":"integer","format":"int32"},"ShowTitleError":{"type":"integer","format":"int32"},"SubChannelDetails":{"type":"array","items":{"$ref":"#/components/schemas/SubChannel"}}},"description":"Statictics","type":"object"},"SubChannel":{"title":"SubChannel","properties":{"Name":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"SubChannel","type":"object"}}}}
```

## The Statictics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Statictics":{"title":"Statictics","properties":{"ProviderName":{"type":"string"},"MoviesCount":{"type":"integer","format":"int32"},"ShowCount":{"type":"integer","format":"int32"},"SeasonCount":{"type":"integer","format":"int32"},"EpisodeCount":{"type":"integer","format":"int32"},"EpisodeTitleError":{"type":"integer","format":"int32"},"SeasonTitleError":{"type":"integer","format":"int32"},"ShowTitleError":{"type":"integer","format":"int32"},"SubChannelDetails":{"type":"array","items":{"$ref":"#/components/schemas/SubChannel"}}},"description":"Statictics","type":"object"},"SubChannel":{"title":"SubChannel","properties":{"Name":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"SubChannel","type":"object"}}}}
```

## The SubChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SubChannel":{"title":"SubChannel","properties":{"Name":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"SubChannel","type":"object"}}}}
```

## The AddNewSubChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddNewSubChannel":{"title":"AddNewSubChannel","properties":{},"description":"AddNewSubChannel","type":"object"}}}}
```

## The AddIgnoreSubchannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddIgnoreSubchannel":{"title":"AddIgnoreSubchannel","properties":{"Subchannel":{"type":"array","items":{"$ref":"#/components/schemas/IgnoreSubchannel"}}},"description":"AddIgnoreSubchannel","type":"object"},"IgnoreSubchannel":{"title":"IgnoreSubchannel","properties":{"ParentProvider":{"description":"Id of the Parent Provider.","type":"string"},"SourceChannelName":{"description":"Name of the Source Subchannel.","type":"string"}},"description":"IgnoreSubchannel","type":"object"}}}}
```

## The IgnoreSubchannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IgnoreSubchannel":{"title":"IgnoreSubchannel","properties":{"ParentProvider":{"description":"Id of the Parent Provider.","type":"string"},"SourceChannelName":{"description":"Name of the Source Subchannel.","type":"string"}},"description":"IgnoreSubchannel","type":"object"}}}}
```

## The GetMovieQualityPoints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMovieQualityPoints":{"title":"GetMovieQualityPoints","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"GetMovieQualityPoints","type":"object"}}}}
```

## The GetShowQualityPoints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowQualityPoints":{"title":"GetShowQualityPoints","properties":{"ShowId":{"type":"integer","format":"int64"}},"description":"GetShowQualityPoints","type":"object"}}}}
```

## The GetSeasonQualityPoints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonQualityPoints":{"title":"GetSeasonQualityPoints","properties":{"SeasonId":{"type":"integer","format":"int64"}},"description":"GetSeasonQualityPoints","type":"object"}}}}
```

## The GetEpisodeQualityPoints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeQualityPoints":{"title":"GetEpisodeQualityPoints","properties":{"EpisodeId":{"type":"integer","format":"int64"}},"description":"GetEpisodeQualityPoints","type":"object"}}}}
```

## The CreateQueueMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateQueueMessage":{"title":"CreateQueueMessage","required":["QueueName","Message"],"properties":{"QueueName":{"description":"Name of the queue to create the message.","type":"string"},"Message":{"$ref":"#/components/schemas/Object","description":"Object to use for queue message."},"DuplicateKey":{"description":"Unique key for queue message to avoid duplicate messages within a short period of time.","type":"string"}},"description":"CreateQueueMessage","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The CreateMovieDeleteQueueMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieDeleteQueueMessage":{"title":"CreateMovieDeleteQueueMessage","required":["Message"],"properties":{"Message":{"$ref":"#/components/schemas/DeleteProgramQueueMessage","description":"Object to use for queue message."}},"description":"CreateMovieDeleteQueueMessage","type":"object"},"DeleteProgramQueueMessage":{"title":"DeleteProgramQueueMessage","properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"RedirectTo":{"type":"string"},"Permanent":{"type":"boolean"},"LogDescription":{"type":"string"}},"description":"DeleteProgramQueueMessage","type":"object"}}}}
```

## The DeleteProgramQueueMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteProgramQueueMessage":{"title":"DeleteProgramQueueMessage","properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"RedirectTo":{"type":"string"},"Permanent":{"type":"boolean"},"LogDescription":{"type":"string"}},"description":"DeleteProgramQueueMessage","type":"object"}}}}
```

## The CreateShowDeleteQueueMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowDeleteQueueMessage":{"title":"CreateShowDeleteQueueMessage","required":["Message"],"properties":{"Message":{"$ref":"#/components/schemas/DeleteProgramQueueMessage","description":"Object to use for queue message."}},"description":"CreateShowDeleteQueueMessage","type":"object"},"DeleteProgramQueueMessage":{"title":"DeleteProgramQueueMessage","properties":{"Id":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"RedirectTo":{"type":"string"},"Permanent":{"type":"boolean"},"LogDescription":{"type":"string"}},"description":"DeleteProgramQueueMessage","type":"object"}}}}
```

## The GetValidMovieReleaseInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetValidMovieReleaseInfo":{"title":"GetValidMovieReleaseInfo","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"GetValidMovieReleaseInfo","type":"object"}}}}
```

## The DetachVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DetachVideo":{"title":"DetachVideo","properties":{"ShowId":{"type":"string"}},"description":"DetachVideo","type":"object"}}}}
```

## The ReattachVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReattachVideo":{"title":"ReattachVideo","properties":{"OldShowId":{"type":"integer","format":"int64"},"NewShowId":{"type":"integer","format":"int64"}},"description":"ReattachVideo","type":"object"}}}}
```

## The CheckAllMovieReleaseInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckAllMovieReleaseInfo":{"title":"CheckAllMovieReleaseInfo","properties":{},"description":"CheckAllMovieReleaseInfo","type":"object"}}}}
```

## The GetUsTitleFromOriginal object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUsTitleFromOriginal":{"title":"GetUsTitleFromOriginal","properties":{"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"ID":{"type":"integer","format":"int64"},"ProgramType":{"type":"string"},"OriginID":{"type":"string"}},"description":"GetUsTitleFromOriginal","type":"object"}}}}
```

## The GetUsSeasonTitleFromOriginal object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUsSeasonTitleFromOriginal":{"title":"GetUsSeasonTitleFromOriginal","properties":{"Season":{"$ref":"#/components/schemas/DbSeason"}},"description":"GetUsSeasonTitleFromOriginal","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The DbSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The DbSeasonRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowCertification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbShowReleaseType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"}}}}
```

## The DbSeasonAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbSeasonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowAlternateIdType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The DbSeasonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbSeasonImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbSeasonVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The DbEpisodeRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbEpisodeAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The DbEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbEpisodeImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbEpisodeVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetUsEpisodeTitleFromOriginal object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUsEpisodeTitleFromOriginal":{"title":"GetUsEpisodeTitleFromOriginal","properties":{"Episode":{"$ref":"#/components/schemas/DbEpisode"},"ImdbId":{"type":"string"}},"description":"GetUsEpisodeTitleFromOriginal","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The UpdateMovieReleaseInfoIfNeeded object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateMovieReleaseInfoIfNeeded":{"title":"UpdateMovieReleaseInfoIfNeeded","properties":{"MovieId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"}},"description":"UpdateMovieReleaseInfoIfNeeded","type":"object"}}}}
```

## The UpdateShowReleaseInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateShowReleaseInfo":{"title":"UpdateShowReleaseInfo","properties":{"ShowId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"},"CompleteShow":{"type":"boolean"}},"description":"UpdateShowReleaseInfo","type":"object"}}}}
```

## The UpdateSeasonReleaseInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateSeasonReleaseInfo":{"title":"UpdateSeasonReleaseInfo","properties":{"SeasonId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"}},"description":"UpdateSeasonReleaseInfo","type":"object"}}}}
```

## The UpdateEpisodeReleaseInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateEpisodeReleaseInfo":{"title":"UpdateEpisodeReleaseInfo","properties":{"EpisodeId":{"type":"integer","format":"int64"},"Modifier":{"type":"integer","format":"int32"}},"description":"UpdateEpisodeReleaseInfo","type":"object"}}}}
```

## The GetProgramData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramData":{"title":"GetProgramData","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response.","type":"boolean"},"CastInfo":{"description":"Toggles Cast Info on and off within the intended response. ","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"SeasonInfo":{"description":"Toggles Season Info on and off within the intended response. ","type":"boolean"},"LanguageCode":{"description":"Lookup value identifying the program's language. Example input: ‘1’ for English.","type":"string"}},"description":"GetProgramData","type":"object"}}}}
```

## The GetProgramSeasons object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramSeasons":{"title":"GetProgramSeasons","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"ProgramDetails":{"description":"Toggles on program details when true.","type":"boolean"},"EntityDetails":{"description":"Toggles on entity details when true.","type":"boolean"},"CastInfo":{"description":"Toggles on cast info when true.","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"SeasonNumber":{"description":"Lookup value identifying the program's season number. Example input: ‘1’ for Season 1.","type":"string"},"LanguageCode":{"description":"Lookup value identifying the program's language. Example input: ‘1’ for English.","type":"string"}},"description":"GetProgramSeasons","type":"object"}}}}
```

## The GetRelatedPrograms object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRelatedPrograms":{"title":"GetRelatedPrograms","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response.","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"}},"description":"GetRelatedPrograms","type":"object"}}}}
```

## The GetProgramAwards object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramAwards":{"title":"GetProgramAwards","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"AwardStatus":{"description":"Contains either no value to return wins/nominations, a filter to return only wins or a filter to exclude wins. Example input: ‘WON’ for wins; ‘NOMINATED’ for losses.","type":"string"}},"description":"GetProgramAwards","type":"object"}}}}
```

## The GetProgramEpisodesByEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramEpisodesByEntity":{"title":"GetProgramEpisodesByEntity","required":["ProgramId","EntityId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response.","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"}},"description":"GetProgramEpisodesByEntity","type":"object"}}}}
```

## The GetProgramReferences object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramReferences":{"title":"GetProgramReferences","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"}},"description":"GetProgramReferences","type":"object"}}}}
```

## The GetProgramSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramSearch":{"title":"GetProgramSearch","required":["Keyword"],"properties":{"Keyword":{"description":"Must contain a URL-encoded keyword parameter used to search for a program title.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response.","type":"boolean"},"CastInfo":{"description":"Toggles Cast Info on and off within the intended response. ","type":"boolean"},"EntityDetails":{"description":"Toggles Entity Details on and off within the intended response.","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"SeasonInfo":{"description":"Toggles on season info when true.","type":"boolean"}},"description":"GetProgramSearch","type":"object"}}}}
```

## The GetProgramAirings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramAirings":{"title":"GetProgramAirings","required":["ProgramId","HeadendId","HeadendType","StartDateTime"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"HeadendId":{"description":"Must contain a lookup value identifying a headend.","type":"string"},"HeadendType":{"description":"Must contain a lookup enumerator that specifies the headend classification or distribution method.","type":"string","enum":["A","B","C","D","R","O","S"]},"StartDateTime":{"description":"Must contain a start date and time formatted per ISO 8601 standards (yyyy-MM-ddThh-mm-ss). Example input: ‘2014-11-05T23-00-00’ for 11/05/2014 at 11 p.m.Note: Always use ‘00’ for ‘ss’ (seconds). To maximize your application’s performance, FYI recommends that when you insert a time, whether through a system’s current time or otherwise, always round to the nearest 5 minute interval.","type":"string","format":"date-time"},"Duration":{"description":"Contains a value expressed in minutes that determines the amount of airing data returned in the response.","type":"string"},"TimeZoneOffset":{"description":"Contains a UTC offset value expressed in minutes that converts the response to a specific time zone. Example input: ‘-360’ for Central Standard Time.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response.","type":"boolean"},"AiringDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"LineupDetails":{"description":"Toggles Lineup Details on and off within the intended response. ","type":"boolean"},"StationDetails":{"description":"Toggles Station Details on and off within the intended response.","type":"boolean"},"StationIds":{"description":"Contains either no value to return all stations, a Station ID to return one station, or multiple Station IDs separated by commas to return many stations.","type":"array","items":{"type":"string"}}},"description":"GetProgramAirings","type":"object"}}}}
```

## The GetProgramMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProgramMedia":{"title":"GetProgramMedia","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"OtherMedia":{"description":"Toggles Other Media details on and off within the intended response.","type":"boolean"}},"description":"GetProgramMedia","type":"object"}}}}
```

## The GetPrrogramEntitiesByRole object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPrrogramEntitiesByRole":{"title":"GetPrrogramEntitiesByRole","required":["ProgramId"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"EntityDetails":{"description":"Toggles Entity Details on and off within the intended response. ","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"RoleTypes":{"description":"Contains either no value to return all Role Types, one value for a single Role Type or multiple values separated by commas for many Role Types.","type":"string","enum":["Cast","Crew","Prod"]}},"description":"GetPrrogramEntitiesByRole","type":"object"}}}}
```

## The GetPrrogramEntityEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPrrogramEntityEpisodes":{"title":"GetPrrogramEntityEpisodes","required":["ProgramId","EntityId","RecordCount"],"properties":{"ProgramId":{"description":"Must contain a lookup value identifying the program.","type":"string"},"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response. ","type":"boolean"},"CastInfo":{"description":"Toggles Cast Info on and off within the intended response. ","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"RecordCount":{"description":"Contains either no value to return all records in the request or a number to control the number of returned records.","type":"integer","format":"int32"}},"description":"GetPrrogramEntityEpisodes","type":"object"}}}}
```

## The GetEntityInformation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityInformation":{"title":"GetEntityInformation","required":["EntityId"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"EntityDetails":{"description":"Toggles Entity Details on and off within the intended response.","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"}},"description":"GetEntityInformation","type":"object"}}}}
```

## The GetEntityFilmography object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityFilmography":{"title":"GetEntityFilmography","required":["EntityId"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"ProgramDetails":{"description":"Toggles Program Details on and off within the intended response. ","type":"boolean"},"MediaInfo":{"description":"Toggles Media Info on and off within the intended response.","type":"boolean"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"ProgramType":{"description":"Contains either no value to return all Program Types, or one Program Type for a single filter","type":"string","enum":["EVENT","MINIMOV","MISC","MOV","NEWS","OFFAIR","PAID","SER","SPECIAL","SPO"]}},"description":"GetEntityFilmography","type":"object"}}}}
```

## The GetEntityReferences object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityReferences":{"title":"GetEntityReferences","required":["EntityId"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"}},"description":"GetEntityReferences","type":"object"}}}}
```

## The GetEntityFacts object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityFacts":{"title":"GetEntityFacts","required":["EntityId","FactTypes"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"FactTypes":{"description":"Contains either no value to return all facts, one value for a single fact filter or multiple values separated by commas for many filters.","type":"array","items":{"type":"string"},"enum":["Acclaim","Origins","Trade","Trivia","Education","Affiliations","Legal","Tabloid","Family","Medical","Quotes","ShortBiography"]}},"description":"GetEntityFacts","type":"object"}}}}
```

## The GetEntityAwards object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityAwards":{"title":"GetEntityAwards","required":["EntityId"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"AwardStatus":{"description":"Contains either no value to return wins/nominations, a filter to return only wins or a filter to exclude wins. Example input: ‘WON’ for wins; ‘NOMINATED’ for losses.","type":"string","enum":["WON","NOMINATED"]}},"description":"GetEntityAwards","type":"object"}}}}
```

## The GetEntityAppearances object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityAppearances":{"title":"GetEntityAppearances","required":["EntityId","HeadendId","HeadendType","StartDateTime"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"HeadendId":{"description":"Must contain a lookup value identifying a headend.","type":"string"},"HeadendType":{"description":"Must contain a lookup enumerator that specifies the headend classification or distribution method.","type":"string","enum":["A","B","C","D","R","O","S"]},"StartDateTime":{"description":"Must contain a start date and time formatted per ISO 8601 standards (yyyy-MM-ddThh-mm-ss). Example input: ‘2014-11-05T23-00-00’ for 11/05/2014 at 11 p.m.Note: Always use ‘00’ for ‘ss’ (seconds). To maximize your application’s performance, FYI recommends that when you insert a time, whether through a system’s current time or otherwise, always round to the nearest 5 minute interval.","type":"string","format":"date-time"},"Duration":{"description":"Contains a value expressed in minutes that determines the amount of airing data returned in the response.","type":"string"},"TimeZoneOffset":{"description":"Contains a UTC offset value expressed in minutes that converts the response to a specific time zone. Example input: ‘-360’ for Central Standard Time.","type":"string"},"ProgramDetails":{"description":"Toggles on program details when true.","type":"boolean"},"AiringDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"}},"description":"GetEntityAppearances","type":"object"}}}}
```

## The GetEntityMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntityMedia":{"title":"GetEntityMedia","required":["EntityId"],"properties":{"EntityId":{"description":"Contains a lookup value identifying the entity.","type":"string"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"OtherMedia":{"description":"Toggles Other Media details on and off within the intended response.","type":"boolean"}},"description":"GetEntityMedia","type":"object"}}}}
```

## The GetEntitySearchKeyword object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntitySearchKeyword":{"title":"GetEntitySearchKeyword","required":["Keyword"],"properties":{"Keyword":{"description":"Must contain a URL-encoded keyword parameter used to search for a program title.","type":"string"},"EntityDetails":{"description":"Toggles on entity details when true.","type":"boolean"},"MediaInfo":{"description":"Toggles on media info when true.","type":"boolean"},"MediaDetails":{"description":"Toggles on media details when true.","type":"boolean"}},"description":"GetEntitySearchKeyword","type":"object"}}}}
```

## The GetStationListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetStationListings":{"title":"GetStationListings","required":["StationId","HeadendId","HeadendType","StartDateTime"],"properties":{"StationId":{"description":"Must contain a lookup value identifying a station.","type":"string"},"HeadendId":{"description":"Must contain a lookup value identifying a headend.","type":"string"},"HeadendType":{"description":"Must contain a lookup enumerator that specifies the headend classification or distribution method.","type":"string","enum":["A","B","C","D","R","O","S"]},"StartDateTime":{"description":"Must contain a start date and time formatted per ISO 8601 standards (yyyy-MM-ddThh-mm-ss). Example input: ‘2014-11-05T23-00-00’ for 11/05/2014 at 11 p.m.Note: Always use ‘00’ for ‘ss’ (seconds). To maximize your application’s performance, FYI recommends that when you insert a time, whether through a system’s current time or otherwise, always round to the nearest 5 minute interval.","type":"string","format":"date-time"},"Duration":{"description":"Contains a value expressed in minutes that determines the amount of airing data returned in the response.","type":"string"},"TimeZoneOffset":{"description":"Contains a UTC offset value expressed in minutes that converts the response to a specific time zone. Example input: ‘-360’ for Central Standard Time.","type":"string"},"ProgramDetails":{"description":"Toggles on program details when true.","type":"boolean"},"AiringDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"LineupDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"StationDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"ProgramType":{"description":"Contains either no value to return all Program Types, or one Program Type for a single filter","type":"string","enum":["EVENT","MINIMOV","MISC","MOV","NEWS","OFFAIR","PAID","SER","SPECIAL","SPO"]}},"description":"GetStationListings","type":"object"}}}}
```

## The GetStationMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetStationMedia":{"title":"GetStationMedia","required":["StationId"],"properties":{"StationId":{"description":"Must contain a lookup value identifying a station.","type":"string"},"MediaDetails":{"description":"Toggles Media Details, such as available videos and images, on and off within the intended response.","type":"boolean"},"OtherMedia":{"description":"Toggles Other Media details on and off within the intended response.","type":"boolean"}},"description":"GetStationMedia","type":"object"}}}}
```

## The GetSportingEvents object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSportingEvents":{"title":"GetSportingEvents","required":["HeadendId","HeadendType","StartDateTime"],"properties":{"HeadendId":{"description":"Must contain a lookup value identifying a headend.","type":"string"},"HeadendType":{"description":"Must contain a lookup enumerator that specifies the headend classification or distribution method.","type":"string","enum":["A","B","C","D","R","O","S"]},"StartDateTime":{"description":"Must contain a start date and time formatted per ISO 8601 standards (yyyy-MM-ddThh-mm-ss). Example input: ‘2014-11-05T23-00-00’ for 11/05/2014 at 11 p.m.Note: Always use ‘00’ for ‘ss’ (seconds). To maximize your application’s performance, FYI recommends that when you insert a time, whether through a system’s current time or otherwise, always round to the nearest 5 minute interval.","type":"string","format":"date-time"},"Duration":{"description":"Contains a value expressed in minutes that determines the amount of airing data returned in the response.","type":"string"},"TimeZoneOffset":{"description":"Contains a UTC offset value expressed in minutes that converts the response to a specific time zone. Example input: ‘-360’ for Central Standard Time.","type":"string"},"ProgramDetails":{"description":"Toggles on program details when true.","type":"boolean"},"AiringDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"LineupDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"StationDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"StationIds":{"description":"Contains either no value to return all stations, a Station ID to return one station, or multiple Station IDs separated by commas to return many stations.","type":"array","items":{"type":"string"}},"SportsCode":{"description":"Contains either no value to return all Sports Codes or one Sport Code for a single filter.","type":"string"},"TeamId":{"description":"Contains either no value to return all Teams, one Team ID for a single filter.","type":"string"},"EventFilter":{"description":"Contains either no value to return all events, one value for a single event filter or multiple event values separated by commas for many filters","type":"array","items":{"type":"string"}}},"description":"GetSportingEvents","type":"object"}}}}
```

## The GetSportsCategories object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSportsCategories":{"title":"GetSportsCategories","properties":{"SportsCode":{"description":"Contains either no value to return all Sports Codes or one Sport Code for a single filter.","type":"string"}},"description":"GetSportsCategories","type":"object"}}}}
```

## The GetHeadendsByZip object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHeadendsByZip":{"title":"GetHeadendsByZip","required":["ZipCode"],"properties":{"ZipCode":{"description":"Zip code of area to get providers for.","type":"string"}},"description":"GetHeadendsByZip","type":"object"}}}}
```

## The GetHeadendChannelLineups object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHeadendChannelLineups":{"title":"GetHeadendChannelLineups","properties":{"HeadendId":{"type":"string"},"HeadendType":{"type":"string"}},"description":"GetHeadendChannelLineups","type":"object"}}}}
```

## The GetHeadendInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHeadendInfo":{"title":"GetHeadendInfo","required":["HeadendId","HeadendType"],"properties":{"HeadendId":{"description":"ID of headend.","type":"string"},"HeadendType":{"description":"Headend type.","type":"string"},"LineupDetails":{"type":"boolean"}},"description":"GetHeadendInfo","type":"object"}}}}
```

## The GetHeadendListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHeadendListings":{"title":"GetHeadendListings","required":["HeadendId","HeadendType","StartDateTime"],"properties":{"HeadendId":{"description":"Must contain a lookup value identifying a headend.","type":"string"},"HeadendType":{"description":"Must contain a lookup enumerator that specifies the headend classification or distribution method.","type":"string","enum":["A","B","C","D","R","O","S"]},"StartDateTime":{"description":"Must contain a start date and time formatted per ISO 8601 standards (yyyy-MM-ddThh-mm-ss). Example input: ‘2014-11-05T23-00-00’ for 11/05/2014 at 11 p.m.Note: Always use ‘00’ for ‘ss’ (seconds). To maximize your application’s performance, FYI recommends that when you insert a time, whether through a system’s current time or otherwise, always round to the nearest 5 minute interval.","type":"string","format":"date-time"},"Duration":{"description":"Contains a value expressed in minutes that determines the amount of airing data returned in the response.","type":"string"},"TimeZoneOffset":{"description":"Contains a UTC offset value expressed in minutes that converts the response to a specific time zone. Example input: ‘-360’ for Central Standard Time.","type":"string"},"ProgramDetails":{"description":"Toggles on program details when true.","type":"boolean"},"AiringDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"LineupDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"StationDetails":{"description":"Toggles Airing Details on and off within the intended response.","type":"boolean"},"ProgramType":{"description":"Contains either no value to return all Program Types, or one Program Type for a single filter","type":"string","enum":["EVENT","MINIMOV","MISC","MOV","NEWS","OFFAIR","PAID","SER","SPECIAL","SPO"]},"StationIds":{"description":"Contains either no value to return all stations, a Station ID to return one station, or multiple Station IDs separated by commas to return many stations.","type":"array","items":{"type":"string"}}},"description":"GetHeadendListings","type":"object"}}}}
```

## The GetRedBeeCategories object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeCategories":{"title":"GetRedBeeCategories","required":["Keyword"],"properties":{"Keyword":{"description":"Must contain a URL-encoded keyword parameter used to search for a category description.","type":"string"}},"description":"GetRedBeeCategories","type":"object"}}}}
```

## The GetRedBeeGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeGenres":{"title":"GetRedBeeGenres","properties":{},"description":"GetRedBeeGenres","type":"object"}}}}
```

## The GetRedBeeLanguages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeLanguages":{"title":"GetRedBeeLanguages","properties":{},"description":"GetRedBeeLanguages","type":"object"}}}}
```

## The GetRedBeeTVRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeTVRatings":{"title":"GetRedBeeTVRatings","properties":{},"description":"GetRedBeeTVRatings","type":"object"}}}}
```

## The GetRedBeeTVRatingsExplanations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeTVRatingsExplanations":{"title":"GetRedBeeTVRatingsExplanations","properties":{},"description":"GetRedBeeTVRatingsExplanations","type":"object"}}}}
```

## The GetRedBeeMPAARatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeMPAARatings":{"title":"GetRedBeeMPAARatings","properties":{},"description":"GetRedBeeMPAARatings","type":"object"}}}}
```

## The GetRedBeeMPAARatingsExplanations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeMPAARatingsExplanations":{"title":"GetRedBeeMPAARatingsExplanations","properties":{},"description":"GetRedBeeMPAARatingsExplanations","type":"object"}}}}
```

## The GetRedBeeFactTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeFactTypes":{"title":"GetRedBeeFactTypes","properties":{},"description":"GetRedBeeFactTypes","type":"object"}}}}
```

## The GetRedBeeChannelTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeChannelTypes":{"title":"GetRedBeeChannelTypes","properties":{},"description":"GetRedBeeChannelTypes","type":"object"}}}}
```

## The GetRedBeeProgramTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeProgramTypes":{"title":"GetRedBeeProgramTypes","properties":{},"description":"GetRedBeeProgramTypes","type":"object"}}}}
```

## The GetRedBeeHeadendTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeHeadendTypes":{"title":"GetRedBeeHeadendTypes","properties":{},"description":"GetRedBeeHeadendTypes","type":"object"}}}}
```

## The GetRedBeeRoleTypes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRedBeeRoleTypes":{"title":"GetRedBeeRoleTypes","properties":{},"description":"GetRedBeeRoleTypes","type":"object"}}}}
```

## The GetFilteredContentResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetFilteredContentResults":{"title":"GetFilteredContentResults","required":["HierarchyLevel"],"properties":{"HierarchyLevel":{"description":"the hierarchy level of the document","type":"string","enum":["Series","Season","Program","ProgramVariation","MultiPartProgram","Event"]},"ContextId":{"description":"Optional, data type string. Reference to pre-defined filter context. If contextId and context or individual context parameters are both present, they will be merged. The merging rules are:\r\n\r\nthe two contexts are merged at top level attribute level\r\nif the ad-hoc and the pre-defined contexts both contain the same top-level attribute, the one in the ad-hoc context is kept\r\nno merging at lower levels of the context object, in particular no merging of list attributes","type":"string"},"NumberOfResults":{"description":"Optional, data type non-negative integer. Number of documents or document groups to be returned. If grouping is not specified, the parameter defines how many documents ECDAPI shall return. If grouping is configured, the parameter defines the number of groups to be returned. Default value 100.","type":"integer","format":"int32"},"Filter":{"description":"Optional, data type json (see syntax below). Document selection criteria in genreicFilter syntax.\r\n\r\n@genericFilter = { \"term\": string, required if operator is different from \"and\", \"or\", \"nestedAnd\". Defines the document attribute in dot notation, e.g. \"contributions.contributionType\" which has to match the operator/value combination. \"value\": string, required if \"term\" is present and operator is not \"in\", \"exists\", or \"notExists\", not allowed if operator is \"in\", \"exists\", \"notExists\". The value of the document attribute \"values\": [string], required if \"term\" is present and \"operator\"=\"in\", not allowed for other operators. Defines the list of values the attribute specified by \"term\" has to match. \"operator\": enum, optional, one of \"and\", \"nestedAnd\", \"or\", \"equals\", \"notEquals\", \"atMost\", \"atLeast\", \"smaller\", \"larger\", \"in\", \"notIn\", \"exists\", \"notExists\". If operator is one of \"and\", \"nestedAnd\", \"or\": \"criteria\" has to be specified. If \"operator\" is one of \"equals\", \"notEquals\", \"atMost\", \"atLeast\", \"smaller\", \"larger\": \"term\" and \"value\" have to be specified. If operator is \"in\" or \"notIn\": \"term\" and \"values\" have to be specified. If operator is \"exists\", \"notExists\": \"term\" has to be specified. If \"operator\" is missing, the default value \"equals\" is assumed. The allowed combinations of \"term\" and \"operator\" are listed below. Note that \"notEquals\" and \"notIn\" return true if the given metadata attribute is not present at all. \"criteria\": [@genericFilter] required if \"operator\" is one of \"and\", \"nestedAnd\", \"or\". }","type":"string"},"Entitlement":{"type":"string"},"EntitlementIds":{"type":"array","items":{"type":"string"}},"WindowOfAvailabilityStart":{"type":"string","format":"date-time"},"WindowOfAvailabilityEnd":{"type":"string","format":"date-time"},"RelativeWindowOfAvailabilityStart":{"$ref":"#/components/schemas/RelativeAvailabilityWindow"},"RelativeWindowOfAvailabilityEnd":{"$ref":"#/components/schemas/RelativeAvailabilityWindow"},"Timezone":{"type":"string"},"WindowOfAvailabilityType":{"type":"string"},"BeforeAfter":{"$ref":"#/components/schemas/BeforeOrAfter"},"GroupingAttributes":{"type":"array","items":{"type":"string"}},"MaxGroupSize":{"type":"integer","format":"int32"},"Sorting":{"$ref":"#/components/schemas/RedBeeSorting"},"Annotation":{"$ref":"#/components/schemas/RedBeeAnnotation"},"AnnotationIds":{"type":"array","items":{"type":"string"}},"Language":{"type":"string"},"Languages":{"$ref":"#/components/schemas/RedBeeLanguages"},"FallbackLanguages":{"$ref":"#/components/schemas/RedBeeLanguages"},"FilterFacets":{"$ref":"#/components/schemas/FilterFacets"},"Limit":{"type":"integer","format":"int32"},"Offset":{"type":"integer","format":"int32"}},"description":"GetFilteredContentResults","type":"object"},"RelativeAvailabilityWindow":{"title":"RelativeAvailabilityWindow","properties":{"origin":{"type":"string"},"offset":{"type":"string"}},"description":"RelativeAvailabilityWindow","type":"object"},"BeforeOrAfter":{"title":"BeforeOrAfter","properties":{"origin":{"type":"string"},"offset":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"BeforeOrAfter","type":"object"},"RedBeeSorting":{"title":"RedBeeSorting","properties":{"criterion":{"type":"string"},"condition":{"type":"string"},"sequence":{"type":"string"},"direction":{"type":"string"}},"description":"RedBeeSorting","type":"object"},"RedBeeAnnotation":{"title":"RedBeeAnnotation","properties":{"annotationId":{"type":"string"},"unconditionalAttributes":{"type":"array","items":{"type":"string"}},"conditionalAttributes":{"type":"array","items":{"$ref":"#/components/schemas/ConditionalAttributes"}}},"description":"RedBeeAnnotation","type":"object"},"ConditionalAttributes":{"title":"ConditionalAttributes","properties":{"condition":{"type":"string"},"attributes":{"type":"string"}},"description":"ConditionalAttributes","type":"object"},"RedBeeLanguages":{"title":"RedBeeLanguages","properties":{"sequence":{"type":"array","items":{"type":"string"}},"count":{"type":"integer","format":"int32"}},"description":"RedBeeLanguages","type":"object"},"FilterFacets":{"title":"FilterFacets","properties":{"_string":{"type":"integer","format":"int32"},"attribute":{"type":"integer","format":"int32"}},"description":"FilterFacets","type":"object"}}}}
```

## The RelativeAvailabilityWindow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RelativeAvailabilityWindow":{"title":"RelativeAvailabilityWindow","properties":{"origin":{"type":"string"},"offset":{"type":"string"}},"description":"RelativeAvailabilityWindow","type":"object"}}}}
```

## The BeforeOrAfter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"BeforeOrAfter":{"title":"BeforeOrAfter","properties":{"origin":{"type":"string"},"offset":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"}},"description":"BeforeOrAfter","type":"object"}}}}
```

## The RedBeeSorting object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSorting":{"title":"RedBeeSorting","properties":{"criterion":{"type":"string"},"condition":{"type":"string"},"sequence":{"type":"string"},"direction":{"type":"string"}},"description":"RedBeeSorting","type":"object"}}}}
```

## The RedBeeAnnotation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeAnnotation":{"title":"RedBeeAnnotation","properties":{"annotationId":{"type":"string"},"unconditionalAttributes":{"type":"array","items":{"type":"string"}},"conditionalAttributes":{"type":"array","items":{"$ref":"#/components/schemas/ConditionalAttributes"}}},"description":"RedBeeAnnotation","type":"object"},"ConditionalAttributes":{"title":"ConditionalAttributes","properties":{"condition":{"type":"string"},"attributes":{"type":"string"}},"description":"ConditionalAttributes","type":"object"}}}}
```

## The ConditionalAttributes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConditionalAttributes":{"title":"ConditionalAttributes","properties":{"condition":{"type":"string"},"attributes":{"type":"string"}},"description":"ConditionalAttributes","type":"object"}}}}
```

## The RedBeeLanguages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeLanguages":{"title":"RedBeeLanguages","properties":{"sequence":{"type":"array","items":{"type":"string"}},"count":{"type":"integer","format":"int32"}},"description":"RedBeeLanguages","type":"object"}}}}
```

## The FilterFacets object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FilterFacets":{"title":"FilterFacets","properties":{"_string":{"type":"integer","format":"int32"},"attribute":{"type":"integer","format":"int32"}},"description":"FilterFacets","type":"object"}}}}
```

## The FileSync object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FileSync":{"title":"FileSync","properties":{"SyncMessage":{"$ref":"#/components/schemas/ReplicationQueueMessage"}},"description":"FileSync","type":"object"},"ReplicationQueueMessage":{"title":"ReplicationQueueMessage","properties":{"TimeStamp":{"type":"string","format":"date-time"},"Url":{"type":"string"},"VersionId":{"type":"integer","format":"int32"},"StreamingFlavorId":{"type":"integer","format":"int32"},"StreamingVideoId":{"type":"integer","format":"int32"}},"description":"ReplicationQueueMessage","type":"object"}}}}
```

## The ReplicationQueueMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReplicationQueueMessage":{"title":"ReplicationQueueMessage","properties":{"TimeStamp":{"type":"string","format":"date-time"},"Url":{"type":"string"},"VersionId":{"type":"integer","format":"int32"},"StreamingFlavorId":{"type":"integer","format":"int32"},"StreamingVideoId":{"type":"integer","format":"int32"}},"description":"ReplicationQueueMessage","type":"object"}}}}
```

## The RecordStatsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RecordStatsReport":{"title":"RecordStatsReport","properties":{},"description":"RecordStatsReport","type":"object"}}}}
```

## The CreateRecordStatsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateRecordStatsReport":{"title":"CreateRecordStatsReport","properties":{},"description":"CreateRecordStatsReport","type":"object"}}}}
```

## The CreateAvailabilityStatsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAvailabilityStatsReport":{"title":"CreateAvailabilityStatsReport","properties":{},"description":"CreateAvailabilityStatsReport","type":"object"}}}}
```

## The GetNewEpisodeListingsMidDay object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNewEpisodeListingsMidDay":{"title":"GetNewEpisodeListingsMidDay","properties":{},"description":"GetNewEpisodeListingsMidDay","type":"object"}}}}
```

## The GetNewEpisodeListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNewEpisodeListings":{"title":"GetNewEpisodeListings","properties":{},"description":"GetNewEpisodeListings","type":"object"}}}}
```

## The encodesByCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"encodesByCountry":{"title":"encodesByCountry","properties":{"startdate":{"type":"string","format":"date-time"},"enddate":{"type":"string","format":"date-time"}},"description":"encodesByCountry","type":"object"}}}}
```

## The RecentlyAddedVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RecentlyAddedVideo":{"title":"RecentlyAddedVideo","properties":{"ProgramType":{"type":"integer","format":"int32"},"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"RecentlyAddedVideo","type":"object"}}}}
```

## The VideoStatsByCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoStatsByCountry":{"title":"VideoStatsByCountry","properties":{"ProgramIdTypes":{"type":"array","items":{"type":"integer","format":"int32"}},"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"VideoStatsByCountry","type":"object"}}}}
```

## The VideoStatsByReviewer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoStatsByReviewer":{"title":"VideoStatsByReviewer","properties":{"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"VideoStatsByReviewer","type":"object"}}}}
```

## The VideoStatsByReviewerUserId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoStatsByReviewerUserId":{"title":"VideoStatsByReviewerUserId","properties":{"UserId":{"type":"integer","format":"int32"},"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"VideoStatsByReviewerUserId","type":"object"}}}}
```

## The VideoQualityPointByReviewerId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoQualityPointByReviewerId":{"title":"VideoQualityPointByReviewerId","properties":{"UserId":{"type":"integer","format":"int32"},"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"VideoQualityPointByReviewerId","type":"object"}}}}
```

## The VideoQualityPointByReviewers object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoQualityPointByReviewers":{"title":"VideoQualityPointByReviewers","properties":{"Month":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"UserIds":{"type":"array","items":{"type":"integer","format":"int32"}}},"description":"VideoQualityPointByReviewers","type":"object"}}}}
```

## The VideoExecutiveSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoExecutiveSummary":{"title":"VideoExecutiveSummary","properties":{},"description":"VideoExecutiveSummary","type":"object"}}}}
```

## The APIUsageStatistics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"APIUsageStatistics":{"title":"APIUsageStatistics","properties":{"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"}},"description":"APIUsageStatistics","type":"object"}}}}
```

## The QueryGames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryGames":{"title":"QueryGames","properties":{},"description":"QueryGames","type":"object"}}}}
```

## The LoveTvUpdateVideoById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"LoveTvUpdateVideoById":{"title":"LoveTvUpdateVideoById","properties":{"VideoIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"LoveTvUpdateVideoById","type":"object"}}}}
```

## The GetLoveTvVideoIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetLoveTvVideoIds":{"title":"GetLoveTvVideoIds","properties":{},"description":"GetLoveTvVideoIds","type":"object"}}}}
```

## The DeliveredLoveTvTableSpecialRequests object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeliveredLoveTvTableSpecialRequests":{"title":"DeliveredLoveTvTableSpecialRequests","properties":{},"description":"DeliveredLoveTvTableSpecialRequests","type":"object"}}}}
```

## The EIDRMoviesReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMoviesReport":{"title":"EIDRMoviesReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EIDRMoviesReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The EIDRShowsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRShowsReport":{"title":"EIDRShowsReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EIDRShowsReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The EIDRMoviesVersionTwoReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMoviesVersionTwoReport":{"title":"EIDRMoviesVersionTwoReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EIDRMoviesVersionTwoReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The EIDRShowsVersionTwoReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRShowsVersionTwoReport":{"title":"EIDRShowsVersionTwoReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EIDRShowsVersionTwoReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MovieAltSummaryReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAltSummaryReport":{"title":"MovieAltSummaryReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MovieAltSummaryReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The UpcomingShowsWithIssues object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpcomingShowsWithIssues":{"title":"UpcomingShowsWithIssues","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"UpcomingShowsWithIssues","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The Goldenshows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Goldenshows":{"title":"Goldenshows","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"Goldenshows","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The Goldenmovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Goldenmovies":{"title":"Goldenmovies","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"Goldenmovies","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The HandMatched object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HandMatched":{"title":"HandMatched","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"HandMatched","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissMovieTagReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissMovieTagReport":{"title":"MissMovieTagReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissMovieTagReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissMovieThemeReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissMovieThemeReport":{"title":"MissMovieThemeReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissMovieThemeReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissShowTagReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissShowTagReport":{"title":"MissShowTagReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissShowTagReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissShowThemeReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissShowThemeReport":{"title":"MissShowThemeReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissShowThemeReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The AvailabilityReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AvailabilityReport":{"title":"AvailabilityReport","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"AvailabilityReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The QueryTrendingWithoutVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryTrendingWithoutVideo":{"title":"QueryTrendingWithoutVideo","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"QueryTrendingWithoutVideo","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissingIMDBShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissingIMDBShows":{"title":"MissingIMDBShows","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissingIMDBShows","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The MissingIMDBMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissingIMDBMovies":{"title":"MissingIMDBMovies","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MissingIMDBMovies","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The CreateRevCaptionOrder object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateRevCaptionOrder":{"title":"CreateRevCaptionOrder","required":["ClientApiKey","UserApiKey","VideoId"],"properties":{"ClientApiKey":{"description":"This is a secret key specific to each partner that wishes to use the Rev Entertainment.","type":"string"},"UserApiKey":{"description":"This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.","type":"string"},"ReferenceId":{"description":"Optional order reference number.","type":"string"},"VideoId":{"description":"ID of video to caption.","type":"integer","format":"int64"},"NotificationUrl":{"description":"Optional URL to send notifications when order is complete.","type":"string"},"UseSandbox":{"description":"Optional URL to send notifications when order is complete.","type":"boolean"}},"description":"CreateRevCaptionOrder","type":"object"}}}}
```

## The GetRevCaptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRevCaptions":{"title":"GetRevCaptions","required":["Take"],"properties":{"Take":{"description":"Limits the total items returned. Maximum of 100 per request.","type":"integer","format":"int32"},"Skip":{"description":"Skips records using for paging results.","type":"integer","format":"int32"}},"description":"GetRevCaptions","type":"object"}}}}
```

## The CreateRevApiCaptionOrder object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateRevApiCaptionOrder":{"title":"CreateRevApiCaptionOrder","required":["ClientApiKey","UserApiKey"],"properties":{"Order":{"$ref":"#/components/schemas/RevOrder"},"ClientApiKey":{"description":"This is a secret key specific to each partner that wishes to use the Rev Entertainment.","type":"string"},"UserApiKey":{"description":"This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.","type":"string"},"UseSandbox":{"type":"boolean"}},"description":"CreateRevApiCaptionOrder","type":"object"},"RevOrder":{"title":"RevOrder","properties":{"client_ref":{"type":"string"},"non_standard_tat_guarantee":{"type":"string"},"caption_options":{"$ref":"#/components/schemas/RevCaptionOptions"},"notification":{"$ref":"#/components/schemas/RevNotification"}},"description":"RevOrder","type":"object"},"RevCaptionOptions":{"title":"RevCaptionOptions","properties":{"inputs":{"type":"array","items":{"$ref":"#/components/schemas/RevInput"}},"output_file_formats":{"type":"array","items":{"type":"string"}},"subtitle_languages":{"type":"array","items":{"type":"string"}}},"description":"RevCaptionOptions","type":"object"},"RevInput":{"title":"RevInput","properties":{"video_length_seconds":{"type":"integer","format":"int32"},"uri":{"type":"string"},"external_link":{"type":"string"}},"description":"RevInput","type":"object"},"RevNotification":{"title":"RevNotification","properties":{"url":{"type":"string"},"level":{"type":"string"}},"description":"RevNotification","type":"object"}}}}
```

## The RevOrder object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrder":{"title":"RevOrder","properties":{"client_ref":{"type":"string"},"non_standard_tat_guarantee":{"type":"string"},"caption_options":{"$ref":"#/components/schemas/RevCaptionOptions"},"notification":{"$ref":"#/components/schemas/RevNotification"}},"description":"RevOrder","type":"object"},"RevCaptionOptions":{"title":"RevCaptionOptions","properties":{"inputs":{"type":"array","items":{"$ref":"#/components/schemas/RevInput"}},"output_file_formats":{"type":"array","items":{"type":"string"}},"subtitle_languages":{"type":"array","items":{"type":"string"}}},"description":"RevCaptionOptions","type":"object"},"RevInput":{"title":"RevInput","properties":{"video_length_seconds":{"type":"integer","format":"int32"},"uri":{"type":"string"},"external_link":{"type":"string"}},"description":"RevInput","type":"object"},"RevNotification":{"title":"RevNotification","properties":{"url":{"type":"string"},"level":{"type":"string"}},"description":"RevNotification","type":"object"}}}}
```

## The RevCaptionOptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevCaptionOptions":{"title":"RevCaptionOptions","properties":{"inputs":{"type":"array","items":{"$ref":"#/components/schemas/RevInput"}},"output_file_formats":{"type":"array","items":{"type":"string"}},"subtitle_languages":{"type":"array","items":{"type":"string"}}},"description":"RevCaptionOptions","type":"object"},"RevInput":{"title":"RevInput","properties":{"video_length_seconds":{"type":"integer","format":"int32"},"uri":{"type":"string"},"external_link":{"type":"string"}},"description":"RevInput","type":"object"}}}}
```

## The RevInput object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevInput":{"title":"RevInput","properties":{"video_length_seconds":{"type":"integer","format":"int32"},"uri":{"type":"string"},"external_link":{"type":"string"}},"description":"RevInput","type":"object"}}}}
```

## The RevNotification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevNotification":{"title":"RevNotification","properties":{"url":{"type":"string"},"level":{"type":"string"}},"description":"RevNotification","type":"object"}}}}
```

## The GetRevCaptionAttachmentContent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRevCaptionAttachmentContent":{"title":"GetRevCaptionAttachmentContent","required":["Id","Type"],"properties":{"Id":{"description":"Caption Order Id.","type":"integer","format":"int64"},"Type":{"description":"Type of caption content.","type":"string","enum":["WebVTT","Ttml","SubRip","Scc","Mcc","QtText","Transcript","Dfxp","CheetaCap","Stl","AvidDs","FacebookSubRip","Unknown"]}},"description":"GetRevCaptionAttachmentContent","type":"object"}}}}
```

## The ProcessRevNotification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessRevNotification":{"title":"ProcessRevNotification","properties":{"Id":{"type":"integer","format":"int32"},"status":{"type":"string"}},"description":"ProcessRevNotification","type":"object"}}}}
```

## The GetRevApiCaptionOrderById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRevApiCaptionOrderById":{"title":"GetRevApiCaptionOrderById","required":["OrderNumber","ClientApiKey","UserApiKey"],"properties":{"OrderNumber":{"description":"OrderNumber returned from Rev","type":"string"},"ClientApiKey":{"description":"This is a secret key specific to each partner that wishes to use the Rev Entertainment.","type":"string"},"UserApiKey":{"description":"This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.","type":"string"},"UseSandbox":{"type":"boolean"}},"description":"GetRevApiCaptionOrderById","type":"object"}}}}
```

## The CheckIncompleteCaptionOrders object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckIncompleteCaptionOrders":{"title":"CheckIncompleteCaptionOrders","properties":{},"description":"CheckIncompleteCaptionOrders","type":"object"}}}}
```

## The GetRevApiAttachmentById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRevApiAttachmentById":{"title":"GetRevApiAttachmentById","required":["Id","ClientApiKey","CaptionType","UserApiKey"],"properties":{"Id":{"description":"AttachmentId returned from Rev.","type":"string"},"ClientApiKey":{"description":"This is a secret key specific to each partner that wishes to use the Rev Entertainment.","type":"string"},"CaptionType":{"description":"The caption type (key) defined in RevCaptionTypes dictionary.","type":"string"},"UserApiKey":{"description":"This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.","type":"string"},"UseSandbox":{"type":"boolean"}},"description":"GetRevApiAttachmentById","type":"object"}}}}
```

## The DeliverSingleProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeliverSingleProgram":{"title":"DeliverSingleProgram","properties":{"EntertainmentId":{"type":"integer","format":"int64"},"VideoId":{"type":"integer","format":"int64"},"ProgramType":{"type":"string"},"XmlOnly":{"type":"boolean"}},"description":"DeliverSingleProgram","type":"object"}}}}
```

## The GenerateFullRokuFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenerateFullRokuFeed":{"title":"GenerateFullRokuFeed","properties":{},"description":"GenerateFullRokuFeed","type":"object"}}}}
```

## The UpdateRokuFeed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateRokuFeed":{"title":"UpdateRokuFeed","properties":{},"description":"UpdateRokuFeed","type":"object"}}}}
```

## The GetRottenTomatoesMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesMovie":{"title":"GetRottenTomatoesMovie","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesMovie","type":"object"}}}}
```

## The GetRottenTomatoesShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesShow":{"title":"GetRottenTomatoesShow","properties":{"ShowId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesShow","type":"object"}}}}
```

## The GetRottenTomatoesSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesSeason":{"title":"GetRottenTomatoesSeason","properties":{"SeasonId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesSeason","type":"object"}}}}
```

## The GetRottenTomatoesEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesEpisode":{"title":"GetRottenTomatoesEpisode","properties":{"EpisodeId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesEpisode","type":"object"}}}}
```

## The MatchRottenMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchRottenMovie":{"title":"MatchRottenMovie","properties":{},"description":"MatchRottenMovie","type":"object"}}}}
```

## The GetRottenMovieReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenMovieReviews":{"title":"GetRottenMovieReviews","properties":{},"description":"GetRottenMovieReviews","type":"object"}}}}
```

## The MatchRottenShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchRottenShow":{"title":"MatchRottenShow","properties":{},"description":"MatchRottenShow","type":"object"}}}}
```

## The MatchRottenSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchRottenSeason":{"title":"MatchRottenSeason","properties":{},"description":"MatchRottenSeason","type":"object"}}}}
```

## The GetRottenSeasonReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenSeasonReviews":{"title":"GetRottenSeasonReviews","properties":{},"description":"GetRottenSeasonReviews","type":"object"}}}}
```

## The MatchRottenEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchRottenEpisode":{"title":"MatchRottenEpisode","properties":{},"description":"MatchRottenEpisode","type":"object"}}}}
```

## The GetRottenEpisodeReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRottenEpisodeReviews":{"title":"GetRottenEpisodeReviews","properties":{},"description":"GetRottenEpisodeReviews","type":"object"}}}}
```

## The GetCelebrityPersonById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCelebrityPersonById":{"title":"GetCelebrityPersonById","required":["Id"],"properties":{"Id":{"description":"Celebrity Index ID.","type":"string"},"Includes":{"description":"List of additional objects to include in the response.","type":"array","items":{"type":"string"}},"IncludeAll":{"description":"List of additional objects to include in the response.","type":"boolean"}},"description":"GetCelebrityPersonById","type":"object"}}}}
```

## The GetCelebrityPeopleByIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCelebrityPeopleByIds":{"title":"GetCelebrityPeopleByIds","required":["Ids"],"properties":{"Ids":{"description":"Celebrity Index IDs.","type":"array","items":{"type":"string"}},"Includes":{"description":"List of additional objects to include in the response.","type":"array","items":{"type":"string"}},"IncludeAll":{"description":"List of additional objects to include in the response.","type":"boolean"}},"description":"GetCelebrityPeopleByIds","type":"object"}}}}
```

## The GetShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShow":{"title":"GetShow","required":["Id"],"properties":{"Id":{"description":"Required ID of Show.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the show response.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","Seasons","EpisodeVideos","SeasonVideos","ExternalIds","Availabilities"]}},"description":"GetShow","type":"object"}}}}
```

## The GetShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShows":{"title":"GetShows","required":["Ids"],"properties":{"Ids":{"description":"Required IDs of Shows.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetShows","type":"object"}}}}
```

## The GetAllShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllShows":{"title":"GetAllShows","properties":{"Take":{"description":"Limits the total items returned. Maximum of 10 per request.","type":"integer","format":"int32"},"Skip":{"description":"Skips records using for paging results.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the show object.","type":"array","items":{"type":"string"},"enum":["Genres","Releases","Contributors","AlternateTitles","Descriptions","Companies","Tags","Images","Videos","Seasons","EpisodeVideos","SeasonVideos","ExternalIds","Availabilities"]}},"description":"GetAllShows","type":"object"}}}}
```

## The DeleteDbShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShow":{"title":"DeleteDbShow","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of Show.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the Show record.","type":"integer","format":"int32"},"RedirectTo":{"description":"Redirect record to another. Ex: show/456 or movie/654.","type":"string"},"Permanent":{"description":"Permanently delete this record from the database.","type":"boolean"},"Queue":{"description":"Queue this delete to be processed as soon as possible.","type":"boolean"}},"description":"DeleteDbShow","type":"object"}}}}
```

## The UpdateDbShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShow":{"title":"UpdateDbShow","properties":{"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"UpdateDbShow","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The DbShowShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The DbShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The DbShowRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbShowTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbShowVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowTheme":{"title":"CreateDbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"CreateDbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowImage":{"title":"CreateDbShowImage","required":["url"],"properties":{"url":{"$ref":"#/components/schemas/Uri","description":"url of ShowImage source."},"ImageBytes":{"type":"string","contentEncoding":"base64"},"Attribution":{"type":"string"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"CreateDbShowImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The GetSeasonByNumber object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonByNumber":{"title":"GetSeasonByNumber","required":["Id","SeasonNumber"],"properties":{"Id":{"description":"Id of a Show.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Number of a Season belonging to a Show.","type":"integer","format":"int32"}},"description":"GetSeasonByNumber","type":"object"}}}}
```

## The CreateDbSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeason":{"title":"CreateDbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"CreateDbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The CreateShowCachesFaster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowCachesFaster":{"title":"CreateShowCachesFaster","required":["Id","RefreshAll"],"properties":{"Id":{"description":"Entertainment Show ID.","type":"integer","format":"int64"},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"}},"description":"CreateShowCachesFaster","type":"object"}}}}
```

## The GetTVDBFromTMDB object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTVDBFromTMDB":{"title":"GetTVDBFromTMDB","required":["TMDBId"],"properties":{"TMDBId":{"description":"Required TMDBId.","type":"string"}},"description":"GetTVDBFromTMDB","type":"object"}}}}
```

## The GetDbShowChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowChanges":{"title":"GetDbShowChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of show.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of object. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowChanges","type":"object"}}}}
```

## The GetDbShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShow":{"title":"GetDbShow","required":["Id"],"properties":{"Id":{"description":"Required ID of Show.","type":"integer","format":"int64"},"References":{"description":"List of References to be included in result.  Ex: 'Genres,Contributors,Videos' ","type":"array","items":{"type":"string"}}},"description":"GetDbShow","type":"object"}}}}
```

## The GetDbShowAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowAlternateIds":{"title":"GetDbShowAlternateIds","required":["Id"],"properties":{"Id":{"description":"Required ID of Show.","type":"integer","format":"int64"}},"description":"GetDbShowAlternateIds","type":"object"}}}}
```

## The DeleteDbShowAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowAlternateId":{"title":"DeleteDbShowAlternateId","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ShowAlternateId Id.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowAlternateId record.","type":"integer","format":"int32"}},"description":"DeleteDbShowAlternateId","type":"object"}}}}
```

## The CreateDbShowAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowAlternateId":{"title":"CreateDbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"CreateDbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The UpdateDbShowAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowAlternateId":{"title":"UpdateDbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"UpdateDbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbShowDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowDescriptions":{"title":"GetDbShowDescriptions","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowDescriptions","type":"object"}}}}
```

## The DeleteDbShowDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowDescription":{"title":"DeleteDbShowDescription","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowDescription.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowDescription record.","type":"integer","format":"int32"}},"description":"DeleteDbShowDescription","type":"object"}}}}
```

## The CreateDbShowDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowDescription":{"title":"CreateDbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"CreateDbShowDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbShowDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowDescription":{"title":"UpdateDbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"UpdateDbShowDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbShowReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowReleases":{"title":"GetDbShowReleases","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowReleases","type":"object"}}}}
```

## The DeleteDbShowRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowRelease":{"title":"DeleteDbShowRelease","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowRelease.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowRelease record.","type":"integer","format":"int32"}},"description":"DeleteDbShowRelease","type":"object"}}}}
```

## The CreateDbShowRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowRelease":{"title":"CreateDbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"CreateDbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The UpdateDbShowRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowRelease":{"title":"UpdateDbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"UpdateDbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbShowShowGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowShowGenres":{"title":"GetDbShowShowGenres","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowShowGenres","type":"object"}}}}
```

## The DeleteDbShowShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowShowGenre":{"title":"DeleteDbShowShowGenre","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowShowGenre.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowShowGenre record.","type":"integer","format":"int32"}},"description":"DeleteDbShowShowGenre","type":"object"}}}}
```

## The CreateDbShowShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowShowGenre":{"title":"CreateDbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"CreateDbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The UpdateDbShowShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowShowGenre":{"title":"UpdateDbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"UpdateDbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The GetShowContributors object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetShowContributors":{"title":"GetShowContributors","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetShowContributors","type":"object"}}}}
```

## The GetDbShowAlternateTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowAlternateTitles":{"title":"GetDbShowAlternateTitles","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowAlternateTitles","type":"object"}}}}
```

## The DeleteDbShowAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowAlternateTitle":{"title":"DeleteDbShowAlternateTitle","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowAlternateTitle.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowAlternateTitle record.","type":"integer","format":"int32"}},"description":"DeleteDbShowAlternateTitle","type":"object"}}}}
```

## The CreateDbShowAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowAlternateTitle":{"title":"CreateDbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"CreateDbShowAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbShowAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowAlternateTitle":{"title":"UpdateDbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"UpdateDbShowAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbShowCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowCompanies":{"title":"GetDbShowCompanies","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowCompanies","type":"object"}}}}
```

## The DeleteDbShowCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowCompany":{"title":"DeleteDbShowCompany","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowCompany.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowCompany record.","type":"integer","format":"int32"}},"description":"DeleteDbShowCompany","type":"object"}}}}
```

## The CreateDbShowCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowCompany":{"title":"CreateDbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"CreateDbShowCompany","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The UpdateDbShowCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowCompany":{"title":"UpdateDbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"UpdateDbShowCompany","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The GetDbShowTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowTags":{"title":"GetDbShowTags","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowTags","type":"object"}}}}
```

## The DeleteDbShowTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowTag":{"title":"DeleteDbShowTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowTag.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowTag record.","type":"integer","format":"int32"}},"description":"DeleteDbShowTag","type":"object"}}}}
```

## The CreateDbShowTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowTag":{"title":"CreateDbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"CreateDbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The UpdateDbShowTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowTag":{"title":"UpdateDbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"UpdateDbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowTheme":{"title":"DeleteDbShowTheme","required":["Id","Modifier"],"properties":{"Id":{"description":"Entertainment ShowTheme ID.","type":"integer","format":"int32"},"Modifier":{"description":"User ID deleting the ShowTheme record.","type":"integer","format":"int32"}},"description":"DeleteDbShowTheme","type":"object"}}}}
```

## The GetDbShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowTheme":{"title":"GetDbShowTheme","required":["Id"],"properties":{"Id":{"description":"Entertainment ShowTheme ID.","type":"integer","format":"int32"}},"description":"GetDbShowTheme","type":"object"}}}}
```

## The GetDbShowThemes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowThemes":{"title":"GetDbShowThemes","required":["Id"],"properties":{"Id":{"description":"Entertainment Show ID.","type":"integer","format":"int64"}},"description":"GetDbShowThemes","type":"object"}}}}
```

## The GetDbShowVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowVideos":{"title":"GetDbShowVideos","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowVideos","type":"object"}}}}
```

## The DeleteDbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowVideo":{"title":"DeleteDbShowVideo","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowVideo.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowVideo record.","type":"integer","format":"int32"}},"description":"DeleteDbShowVideo","type":"object"}}}}
```

## The CreateDbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideo":{"title":"CreateDbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"CreateDbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The UpdateDbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowVideo":{"title":"UpdateDbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"UpdateDbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The GetDbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowVideo":{"title":"GetDbShowVideo","required":["Id"],"properties":{"Id":{"description":"Required Id of a ShowVideo.","type":"integer","format":"int64"}},"description":"GetDbShowVideo","type":"object"}}}}
```

## The GetDbShowImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowImages":{"title":"GetDbShowImages","required":["Id"],"properties":{"Id":{"description":"Required Id of a Show.","type":"integer","format":"int64"}},"description":"GetDbShowImages","type":"object"}}}}
```

## The DeleteDbShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowImage":{"title":"DeleteDbShowImage","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ShowImage ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowImage record.","type":"integer","format":"int32"}},"description":"DeleteDbShowImage","type":"object"}}}}
```

## The UpdateDbShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbShowImage":{"title":"UpdateDbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"UpdateDbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The GetDbShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowImage":{"title":"GetDbShowImage","required":["Id"],"properties":{"Id":{"description":"Required ShowImage ID.","type":"integer","format":"int64"}},"description":"GetDbShowImage","type":"object"}}}}
```

## The GetSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeason":{"title":"GetSeason","required":["Id"],"properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the season response.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Episodes","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetSeason","type":"object"}}}}
```

## The GetSeasons object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasons":{"title":"GetSeasons","required":["Ids"],"properties":{"Ids":{"description":"Required IDs of Seasons.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetSeasons","type":"object"}}}}
```

## The DeleteDbSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeason":{"title":"DeleteDbSeason","required":["Modifier"],"properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the Season record.","type":"integer","format":"int32"}},"description":"DeleteDbSeason","type":"object"}}}}
```

## The UpdateDbSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeason":{"title":"UpdateDbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"UpdateDbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The UpdateDbSeasonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonAlternateId":{"title":"UpdateDbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"UpdateDbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonImage":{"title":"CreateDbSeasonImage","required":["url"],"properties":{"url":{"$ref":"#/components/schemas/Uri","description":"url of SeasonImage source."},"ImageBytes":{"type":"string","contentEncoding":"base64"},"Attribution":{"type":"string"},"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"CreateDbSeasonImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The GetEpisodeByNumber object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeByNumber":{"title":"GetEpisodeByNumber","required":["Id","SeasonNumber","EpisodeNumber"],"properties":{"Id":{"description":"Required Id of the Show.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Required SeasonNumber.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Required EpisodeNumber.","type":"integer","format":"int32"}},"description":"GetEpisodeByNumber","type":"object"}}}}
```

## The CreateDbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisode":{"title":"CreateDbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"CreateDbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The CheckForStatusChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckForStatusChanges":{"title":"CheckForStatusChanges","properties":{},"description":"CheckForStatusChanges","type":"object"}}}}
```

## The CreateShowCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShowCaches":{"title":"CreateShowCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Show IDs.","type":"array","items":{"type":"integer","format":"int64"}},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"}},"description":"CreateShowCaches","type":"object"}}}}
```

## The CreateSeasonCachesFaster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSeasonCachesFaster":{"title":"CreateSeasonCachesFaster","required":["Id","RefreshAll"],"properties":{"Id":{"description":"Entertainment Season ID.","type":"integer","format":"int64"},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"}},"description":"CreateSeasonCachesFaster","type":"object"}}}}
```

## The GetDbShowEpisodeIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowEpisodeIds":{"title":"GetDbShowEpisodeIds","required":["Id"],"properties":{"Id":{"description":"Required ID of Show.","type":"integer","format":"int64"}},"description":"GetDbShowEpisodeIds","type":"object"}}}}
```

## The CreateShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateShow":{"title":"CreateShow","properties":{"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"CreateShow","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The GetDbShowDescriptionChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowDescriptionChanges":{"title":"GetDbShowDescriptionChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of show.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Description changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowDescriptionChanges","type":"object"}}}}
```

## The GetDbShowReleaseChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowReleaseChanges":{"title":"GetDbShowReleaseChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of show.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowRelease changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowReleaseChanges","type":"object"}}}}
```

## The GetDbShowShowGenreChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowShowGenreChanges":{"title":"GetDbShowShowGenreChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of show.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowGenre changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowShowGenreChanges","type":"object"}}}}
```

## The GetDbShowAlternateTitleChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowAlternateTitleChanges":{"title":"GetDbShowAlternateTitleChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of show.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of AlternateTitle changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowAlternateTitleChanges","type":"object"}}}}
```

## The GetDbShowCompanyChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowCompanyChanges":{"title":"GetDbShowCompanyChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of movie.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Companies changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowCompanyChanges","type":"object"}}}}
```

## The DeleteDbShowVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowVideoEncode":{"title":"DeleteDbShowVideoEncode","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowVideoEncode.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowVideoEncode record.","type":"integer","format":"int32"}},"description":"DeleteDbShowVideoEncode","type":"object"}}}}
```

## The CreateDbShowVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoEncode":{"title":"CreateDbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"CreateDbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbShowVideoEncodeBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoEncodeBatch":{"title":"CreateDbShowVideoEncodeBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"description":"CreateDbShowVideoEncodeBatch","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbShowVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowVideoScreenCapture":{"title":"DeleteDbShowVideoScreenCapture","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowVideoScreenCapture record.","type":"integer","format":"int32"}},"description":"DeleteDbShowVideoScreenCapture","type":"object"}}}}
```

## The CreateDbShowVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoScreenCapture":{"title":"CreateDbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"CreateDbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbShowVideoScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoScreenCaptureBatch":{"title":"CreateDbShowVideoScreenCaptureBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"description":"CreateDbShowVideoScreenCaptureBatch","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbShowVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowVideoTargetCountry":{"title":"DeleteDbShowVideoTargetCountry","required":["Id","Modifier"],"properties":{"Id":{"description":"Required Id of a ShowVideoTargetCountry.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowTargetCountry record.","type":"integer","format":"int32"}},"description":"DeleteDbShowVideoTargetCountry","type":"object"}}}}
```

## The CreateDbShowVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoTargetCountry":{"title":"CreateDbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"CreateDbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbShowVideoTargetCountryBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowVideoTargetCountryBatch":{"title":"CreateDbShowVideoTargetCountryBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"description":"CreateDbShowVideoTargetCountryBatch","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbShowImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowImageTags":{"title":"GetDbShowImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of ShowImage.","type":"integer","format":"int64"}},"description":"GetDbShowImageTags","type":"object"}}}}
```

## The DeleteDbShowImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbShowImageTag":{"title":"DeleteDbShowImageTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ShowImageTag ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the ShowImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbShowImageTag","type":"object"}}}}
```

## The CreateDbShowImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbShowImageTag":{"title":"CreateDbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"CreateDbShowImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeason":{"title":"GetDbSeason","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"},"References":{"description":"List of References to be included in result.  Ex: 'Descriptions,Contributors,Videos' ","type":"array","items":{"type":"string"}}},"description":"GetDbSeason","type":"object"}}}}
```

## The GetSeasonBySeasonNumber object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonBySeasonNumber":{"title":"GetSeasonBySeasonNumber","required":["Id","SeasonNumber"],"properties":{"Id":{"description":"Id of a Show.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Number of a Season belonging to a Show.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the season response.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Episodes","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetSeasonBySeasonNumber","type":"object"}}}}
```

## The GetDbSeasonAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonAlternateIds":{"title":"GetDbSeasonAlternateIds","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetDbSeasonAlternateIds","type":"object"}}}}
```

## The DeleteDbSeasonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonAlternateId":{"title":"DeleteDbSeasonAlternateId","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonAlternateId.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonAlternateId record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonAlternateId","type":"object"}}}}
```

## The CreateDbSeasonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonAlternateId":{"title":"CreateDbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"CreateDbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbSeasonDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonDescriptions":{"title":"GetDbSeasonDescriptions","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetDbSeasonDescriptions","type":"object"}}}}
```

## The DeleteDbSeasonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonDescription":{"title":"DeleteDbSeasonDescription","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonDescription.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonDescription record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonDescription","type":"object"}}}}
```

## The CreateDbSeasonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonDescription":{"title":"CreateDbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"CreateDbSeasonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbSeasonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonDescription":{"title":"UpdateDbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"UpdateDbSeasonDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbSeasonReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonReleases":{"title":"GetDbSeasonReleases","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetDbSeasonReleases","type":"object"}}}}
```

## The DeleteDbSeasonRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonRelease":{"title":"DeleteDbSeasonRelease","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonRelease.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonRelease record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonRelease","type":"object"}}}}
```

## The CreateDbSeasonRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonRelease":{"title":"CreateDbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"CreateDbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The UpdateDbSeasonRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonRelease":{"title":"UpdateDbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"UpdateDbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetSeasonContributors object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSeasonContributors":{"title":"GetSeasonContributors","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetSeasonContributors","type":"object"}}}}
```

## The GetDbSeasonAlternateTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonAlternateTitles":{"title":"GetDbSeasonAlternateTitles","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetDbSeasonAlternateTitles","type":"object"}}}}
```

## The DeleteDbSeasonAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonAlternateTitle":{"title":"DeleteDbSeasonAlternateTitle","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonAlternateTitle.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonAlternateTitle record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonAlternateTitle","type":"object"}}}}
```

## The CreateDbSeasonAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonAlternateTitle":{"title":"CreateDbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"CreateDbSeasonAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbSeasonAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonAlternateTitle":{"title":"UpdateDbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"UpdateDbSeasonAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbSeasonVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonVideos":{"title":"GetDbSeasonVideos","properties":{"Id":{"description":"Id of a Season.","type":"integer","format":"int64"}},"description":"GetDbSeasonVideos","type":"object"}}}}
```

## The DeleteDbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonVideo":{"title":"DeleteDbSeasonVideo","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonVideo.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonVideo record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonVideo","type":"object"}}}}
```

## The CreateDbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideo":{"title":"CreateDbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"CreateDbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The UpdateDbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonVideo":{"title":"UpdateDbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"UpdateDbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The GetDbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonVideo":{"title":"GetDbSeasonVideo","properties":{"Id":{"description":"Id of a SeasonVideo.","type":"integer","format":"int64"}},"description":"GetDbSeasonVideo","type":"object"}}}}
```

## The GetDbSeasonImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonImages":{"title":"GetDbSeasonImages","required":["Id"],"properties":{"Id":{"description":"Required Season ID.","type":"integer","format":"int64"}},"description":"GetDbSeasonImages","type":"object"}}}}
```

## The DeleteDbSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonImage":{"title":"DeleteDbSeasonImage","required":["Id","Modifier"],"properties":{"Id":{"description":"Required SeasonImage ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonImage record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonImage","type":"object"}}}}
```

## The UpdateDbSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbSeasonImage":{"title":"UpdateDbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"UpdateDbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The GetDbSeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonImage":{"title":"GetDbSeasonImage","required":["Id"],"properties":{"Id":{"description":"Required SeasonImage ID.","type":"integer","format":"int64"}},"description":"GetDbSeasonImage","type":"object"}}}}
```

## The GetDbSeasonChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonChanges":{"title":"GetDbSeasonChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of season.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of object. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonChanges","type":"object"}}}}
```

## The GetEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisode":{"title":"GetEpisode","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"},"Includes":{"description":"List of additional objects to include in the episode response.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetEpisode","type":"object"}}}}
```

## The GetEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodes":{"title":"GetEpisodes","required":["Ids"],"properties":{"Ids":{"description":"Required IDs of Episodes.","type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetEpisodes","type":"object"}}}}
```

## The DeleteDbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisode":{"title":"DeleteDbEpisode","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the Episode record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisode","type":"object"}}}}
```

## The UpdateDbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisode":{"title":"UpdateDbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"UpdateDbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The CreateDbEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeImage":{"title":"CreateDbEpisodeImage","required":["url"],"properties":{"url":{"$ref":"#/components/schemas/Uri","description":"url of SeasonImage source."},"ImageBytes":{"type":"string","contentEncoding":"base64"},"Attribution":{"type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"CreateDbEpisodeImage","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The CreateSeasonCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSeasonCaches":{"title":"CreateSeasonCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Season IDs.","type":"array","items":{"type":"integer","format":"int64"}},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"}},"description":"CreateSeasonCaches","type":"object"}}}}
```

## The CreateEpisodeCachesFaster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateEpisodeCachesFaster":{"title":"CreateEpisodeCachesFaster","required":["Id","RefreshAll"],"properties":{"Id":{"description":"Entertainment Episode ID.","type":"integer","format":"int64"},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"},"RefreshAll":{"description":"Flag to refresh all data regardless of change history","type":"boolean"},"Requester":{"type":"string"}},"description":"CreateEpisodeCachesFaster","type":"object"}}}}
```

## The GetDbShowVideoEncodeChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowVideoEncodeChanges":{"title":"GetDbShowVideoEncodeChanges","required":["Id"],"properties":{"Id":{"description":"Required ShowVideoEncode ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowVideoEncode changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowVideoEncodeChanges","type":"object"}}}}
```

## The GetDbShowVideoScreenCaptureChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowVideoScreenCaptureChanges":{"title":"GetDbShowVideoScreenCaptureChanges","required":["Id"],"properties":{"Id":{"description":"Required ShowVideoScreenCapture ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowVideoScreenCapture changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowVideoScreenCaptureChanges","type":"object"}}}}
```

## The GetDbShowVideoTargetCountryChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowVideoTargetCountryChanges":{"title":"GetDbShowVideoTargetCountryChanges","required":["Id"],"properties":{"Id":{"description":"Required ShowVideoTargetCountry ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowVideoTargetCountry changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowVideoTargetCountryChanges","type":"object"}}}}
```

## The GetDbShowImageTagChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbShowImageTagChanges":{"title":"GetDbShowImageTagChanges","required":["Id"],"properties":{"Id":{"description":"Required ShowImageTag ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowImageTag changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbShowImageTagChanges","type":"object"}}}}
```

## The DeleteDbSeasonVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonVideoEncode":{"title":"DeleteDbSeasonVideoEncode","required":["Modifier"],"properties":{"Id":{"description":"Id of a SeasonVideoEncode.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonVideoEncode record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonVideoEncode","type":"object"}}}}
```

## The CreateDbSeasonVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoEncode":{"title":"CreateDbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"CreateDbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbSeasonVideoEncodeBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoEncodeBatch":{"title":"CreateDbSeasonVideoEncodeBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"description":"CreateDbSeasonVideoEncodeBatch","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbSeasonVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonVideoScreenCapture":{"title":"DeleteDbSeasonVideoScreenCapture","required":["Id","Modifier"],"properties":{"Id":{"description":"Id of a SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonVideoScreenCapture record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonVideoScreenCapture","type":"object"}}}}
```

## The CreateDbSeasonVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoScreenCapture":{"title":"CreateDbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"CreateDbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbSeasonVideoScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoScreenCaptureBatch":{"title":"CreateDbSeasonVideoScreenCaptureBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"description":"CreateDbSeasonVideoScreenCaptureBatch","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbSeasonVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonVideoTargetCountry":{"title":"DeleteDbSeasonVideoTargetCountry","required":["Id","Modifier"],"properties":{"Id":{"description":"Id of a SeasonVideoTargetCountry.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonVideoTargetCountry record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonVideoTargetCountry","type":"object"}}}}
```

## The CreateDbSeasonVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoTargetCountry":{"title":"CreateDbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"CreateDbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbSeasonVideoTargetCountryBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonVideoTargetCountryBatch":{"title":"CreateDbSeasonVideoTargetCountryBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"description":"CreateDbSeasonVideoTargetCountryBatch","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbSeasonImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonImageTags":{"title":"GetDbSeasonImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of SeasonImage.","type":"integer","format":"int64"}},"description":"GetDbSeasonImageTags","type":"object"}}}}
```

## The DeleteDbSeasonImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbSeasonImageTag":{"title":"DeleteDbSeasonImageTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Id of a SeasonImageTag.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the SeasonImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbSeasonImageTag","type":"object"}}}}
```

## The CreateDbSeasonImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbSeasonImageTag":{"title":"CreateDbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"CreateDbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisode":{"title":"GetDbEpisode","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"},"References":{"description":"List of References to be included in result.  Ex: 'Descriptions,Contributors,Videos' ","type":"array","items":{"type":"string"}}},"description":"GetDbEpisode","type":"object"}}}}
```

## The GetDbEpisodeChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeChanges":{"title":"GetDbEpisodeChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of episode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of object. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeChanges","type":"object"}}}}
```

## The GetDbEpisodeAlternateIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeAlternateIds":{"title":"GetDbEpisodeAlternateIds","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeAlternateIds","type":"object"}}}}
```

## The DeleteDbEpisodeAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeAlternateId":{"title":"DeleteDbEpisodeAlternateId","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeAlternateId.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeAlternateId record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeAlternateId","type":"object"}}}}
```

## The CreateDbEpisodeAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeAlternateId":{"title":"CreateDbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"CreateDbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The UpdateDbEpisodeAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeAlternateId":{"title":"UpdateDbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"UpdateDbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The GetDbEpisodeDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeDescriptions":{"title":"GetDbEpisodeDescriptions","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeDescriptions","type":"object"}}}}
```

## The DeleteDbEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeDescription":{"title":"DeleteDbEpisodeDescription","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeDescription.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeDescription record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeDescription","type":"object"}}}}
```

## The CreateDbEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeDescription":{"title":"CreateDbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"CreateDbEpisodeDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbEpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeDescription":{"title":"UpdateDbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"UpdateDbEpisodeDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbEpisodeReleases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeReleases":{"title":"GetDbEpisodeReleases","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeReleases","type":"object"}}}}
```

## The DeleteDbEpisodeRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeRelease":{"title":"DeleteDbEpisodeRelease","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeRelease.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeRelease record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeRelease","type":"object"}}}}
```

## The CreateDbEpisodeRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeRelease":{"title":"CreateDbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"CreateDbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The UpdateDbEpisodeRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeRelease":{"title":"UpdateDbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"UpdateDbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbEpisodeContributors object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeContributors":{"title":"GetDbEpisodeContributors","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeContributors","type":"object"}}}}
```

## The DeleteDbEpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeContributor":{"title":"DeleteDbEpisodeContributor","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeContributor.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeContributor record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeContributor","type":"object"}}}}
```

## The CreateDbEpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeContributor":{"title":"CreateDbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"CreateDbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The UpdateDbEpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeContributor":{"title":"UpdateDbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"UpdateDbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The GetDbEpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeContributor":{"title":"GetDbEpisodeContributor","required":["Id"],"properties":{"Id":{"description":"Required ID of an EpisodeContributor.","type":"integer","format":"int64"}},"description":"GetDbEpisodeContributor","type":"object"}}}}
```

## The GetDbEpisodeAlternateTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeAlternateTitles":{"title":"GetDbEpisodeAlternateTitles","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeAlternateTitles","type":"object"}}}}
```

## The DeleteDbEpisodeAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeAlternateTitle":{"title":"DeleteDbEpisodeAlternateTitle","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeAlternateTitle.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeAlternateTitle record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeAlternateTitle","type":"object"}}}}
```

## The CreateDbEpisodeAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeAlternateTitle":{"title":"CreateDbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"CreateDbEpisodeAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The UpdateDbEpisodeAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeAlternateTitle":{"title":"UpdateDbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"UpdateDbEpisodeAlternateTitle","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The GetDbEpisodeVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeVideos":{"title":"GetDbEpisodeVideos","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeVideos","type":"object"}}}}
```

## The DeleteDbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeVideo":{"title":"DeleteDbEpisodeVideo","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeVideo.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeVideo record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeVideo","type":"object"}}}}
```

## The CreateDbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideo":{"title":"CreateDbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"CreateDbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The UpdateDbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeVideo":{"title":"UpdateDbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"UpdateDbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The GetDbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeVideo":{"title":"GetDbEpisodeVideo","required":["Id"],"properties":{"Id":{"description":"Required ID of an EpisodeVideo.","type":"integer","format":"int64"}},"description":"GetDbEpisodeVideo","type":"object"}}}}
```

## The GetDbEpisodeImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeImages":{"title":"GetDbEpisodeImages","properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"}},"description":"GetDbEpisodeImages","type":"object"}}}}
```

## The DeleteDbEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeImage":{"title":"DeleteDbEpisodeImage","required":["Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeImage.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeImage record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeImage","type":"object"}}}}
```

## The UpdateDbEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateDbEpisodeImage":{"title":"UpdateDbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"UpdateDbEpisodeImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The GetDbEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeImage":{"title":"GetDbEpisodeImage","properties":{"Id":{"description":"Required ID of an EpisodeImage.","type":"integer","format":"int64"}},"description":"GetDbEpisodeImage","type":"object"}}}}
```

## The CreateEpisodeCaches object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateEpisodeCaches":{"title":"CreateEpisodeCaches","required":["Ids"],"properties":{"Ids":{"description":"Entertainment Episode IDs.","type":"array","items":{"type":"integer","format":"int64"}},"TimestampAsIndexedTime":{"description":"Always true unless repopulating entire index. Avoid spamming customers when moving or repopulating index.","type":"boolean"}},"description":"CreateEpisodeCaches","type":"object"}}}}
```

## The GetDbSeasonDescriptionChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonDescriptionChanges":{"title":"GetDbSeasonDescriptionChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of season.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Description changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonDescriptionChanges","type":"object"}}}}
```

## The GetDbSeasonReleaseChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonReleaseChanges":{"title":"GetDbSeasonReleaseChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of season.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of ShowRelease changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonReleaseChanges","type":"object"}}}}
```

## The GetDbSeasonVideoEncodeChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonVideoEncodeChanges":{"title":"GetDbSeasonVideoEncodeChanges","required":["Id"],"properties":{"Id":{"description":"Id of a SeasonVideoEncode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of SeasonVideoEncode changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonVideoEncodeChanges","type":"object"}}}}
```

## The GetDbSeasonVideoScreenCaptureChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonVideoScreenCaptureChanges":{"title":"GetDbSeasonVideoScreenCaptureChanges","required":["Id","FromDate"],"properties":{"Id":{"description":"Id of a SeasonVideoScreenCapture.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of SeasonVideoScreenCapture changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonVideoScreenCaptureChanges","type":"object"}}}}
```

## The GetDbSeasonVideoTargetCountryChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonVideoTargetCountryChanges":{"title":"GetDbSeasonVideoTargetCountryChanges","required":["Id"],"properties":{"Id":{"description":"Required SeasonVideoTargetCountry ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of SeasonVideoTargetCountry changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonVideoTargetCountryChanges","type":"object"}}}}
```

## The GetDbSeasonImageTagChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbSeasonImageTagChanges":{"title":"GetDbSeasonImageTagChanges","required":["Id"],"properties":{"Id":{"description":"Required SeasonImageTag ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of SeasonImageTag changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbSeasonImageTagChanges","type":"object"}}}}
```

## The GetEpisodeByEpisodeNumber object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEpisodeByEpisodeNumber":{"title":"GetEpisodeByEpisodeNumber","required":["Id","SeasonNumber","EpisodeNumber"],"properties":{"Id":{"description":"Required Id of the Show.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Required SeasonNumber.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Required EpisodeNumber.","type":"integer","format":"int32"},"Includes":{"description":"List of additional objects to include in the episode response.","type":"array","items":{"type":"string"},"enum":["Releases","Contributors","AlternateTitles","Descriptions","Images","Videos","ExternalIds","Availabilities"]}},"description":"GetEpisodeByEpisodeNumber","type":"object"}}}}
```

## The GetDbEpisodeReleaseChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeReleaseChanges":{"title":"GetDbEpisodeReleaseChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of an Episode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeRelease changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeReleaseChanges","type":"object"}}}}
```

## The GetDbEpisodeContributorChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeContributorChanges":{"title":"GetDbEpisodeContributorChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of episode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeContributor changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeContributorChanges","type":"object"}}}}
```

## The GetDbEpisodeAlternateTitleChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeAlternateTitleChanges":{"title":"GetDbEpisodeAlternateTitleChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of episode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of AlternateTitle changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeAlternateTitleChanges","type":"object"}}}}
```

## The DeleteDbEpisodeVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeVideoEncode":{"title":"DeleteDbEpisodeVideoEncode","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeVideoEncode.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeVideoEncode record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeVideoEncode","type":"object"}}}}
```

## The CreateDbEpisodeVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoEncode":{"title":"CreateDbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"CreateDbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbEpisodeVideoEncodeBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoEncodeBatch":{"title":"CreateDbEpisodeVideoEncodeBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"description":"CreateDbEpisodeVideoEncodeBatch","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbEpisodeVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeVideoScreenCapture":{"title":"DeleteDbEpisodeVideoScreenCapture","required":["Id","Modifier"],"properties":{"Id":{"description":"Required EpisodeVideoScreenCapture ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeVideoScreenCapture record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeVideoScreenCapture","type":"object"}}}}
```

## The CreateDbEpisodeVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoScreenCapture":{"title":"CreateDbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"CreateDbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbEpisodeVideoScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoScreenCaptureBatch":{"title":"CreateDbEpisodeVideoScreenCaptureBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"description":"CreateDbEpisodeVideoScreenCaptureBatch","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DeleteDbEpisodeVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeVideoTargetCountry":{"title":"DeleteDbEpisodeVideoTargetCountry","required":["Id","Modifier"],"properties":{"Id":{"description":"Required EpisodeVideoTargetCountry ID.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeVideoTargetCountry record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The CreateDbEpisodeVideoTargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoTargetCountry":{"title":"CreateDbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"CreateDbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CreateDbEpisodeVideoTargetCountryBatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeVideoTargetCountryBatch":{"title":"CreateDbEpisodeVideoTargetCountryBatch","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"description":"CreateDbEpisodeVideoTargetCountryBatch","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbEpisodeImageTags object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeImageTags":{"title":"GetDbEpisodeImageTags","required":["Id"],"properties":{"Id":{"description":"Required ID of EpisodeImage.","type":"integer","format":"int64"}},"description":"GetDbEpisodeImageTags","type":"object"}}}}
```

## The DeleteDbEpisodeImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteDbEpisodeImageTag":{"title":"DeleteDbEpisodeImageTag","required":["Id","Modifier"],"properties":{"Id":{"description":"Required ID of an EpisodeImageTag.","type":"integer","format":"int64"},"Modifier":{"description":"User who deleted the EpisodeImageTag record.","type":"integer","format":"int32"}},"description":"DeleteDbEpisodeImageTag","type":"object"}}}}
```

## The CreateDbEpisodeImageTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateDbEpisodeImageTag":{"title":"CreateDbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"CreateDbEpisodeImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The GetDbEpisodeDescriptionChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeDescriptionChanges":{"title":"GetDbEpisodeDescriptionChanges","required":["Id"],"properties":{"Id":{"description":"Required ID of episode.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of Description changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeDescriptionChanges","type":"object"}}}}
```

## The GetDbEpisodeVideoEncodeChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeVideoEncodeChanges":{"title":"GetDbEpisodeVideoEncodeChanges","required":["Id"],"properties":{"Id":{"description":"Required EpisodeVideoEncode ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeVideoEncode changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeVideoEncodeChanges","type":"object"}}}}
```

## The GetDbEpisodeVideoScreenCaptureChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeVideoScreenCaptureChanges":{"title":"GetDbEpisodeVideoScreenCaptureChanges","required":["Id"],"properties":{"Id":{"description":"Required EpisodeVideoScreenCapture ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeVideoScreenCapture changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeVideoScreenCaptureChanges","type":"object"}}}}
```

## The GetDbEpisodeVideoTargetCountryChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeVideoTargetCountryChanges":{"title":"GetDbEpisodeVideoTargetCountryChanges","required":["Id"],"properties":{"Id":{"description":"Required EpisodeVideoTargetCountry ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeVideoTargetCountry changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeVideoTargetCountryChanges","type":"object"}}}}
```

## The GetDbEpisodeImageTagChanges object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbEpisodeImageTagChanges":{"title":"GetDbEpisodeImageTagChanges","required":["Id"],"properties":{"Id":{"description":"Required EpisodeImageTag ID.","type":"integer","format":"int64"},"FromDate":{"description":"Optional FromDate to return partial history of EpisodeImageTag changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z","type":"string","format":"date-time"}},"description":"GetDbEpisodeImageTagChanges","type":"object"}}}}
```

## The CollectMovieTwitterData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CollectMovieTwitterData":{"title":"CollectMovieTwitterData","properties":{},"description":"CollectMovieTwitterData","type":"object"}}}}
```

## The GetTwitterData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTwitterData":{"title":"GetTwitterData","properties":{"AccountName":{"type":"string"}},"description":"GetTwitterData","type":"object"}}}}
```

## The GetSDIOSports object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOSports":{"title":"GetSDIOSports","properties":{},"description":"GetSDIOSports","type":"object"}}}}
```

## The GetSDIOCompetitions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOCompetitions":{"title":"GetSDIOCompetitions","properties":{"Sport":{"type":"string"}},"description":"GetSDIOCompetitions","type":"object"}}}}
```

## The GetSDIOSeasons object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOSeasons":{"title":"GetSDIOSeasons","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"}},"description":"GetSDIOSeasons","type":"object"}}}}
```

## The GetSDIOPhases object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOPhases":{"title":"GetSDIOPhases","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"SeasonId":{"type":"integer","format":"int32"}},"description":"GetSDIOPhases","type":"object"}}}}
```

## The GetSDIOAthletes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOAthletes":{"title":"GetSDIOAthletes","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"}},"description":"GetSDIOAthletes","type":"object"}}}}
```

## The GetSDIOTeams object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOTeams":{"title":"GetSDIOTeams","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"SeasonId":{"type":"integer","format":"int32"}},"description":"GetSDIOTeams","type":"object"}}}}
```

## The GetSDIOVenues object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOVenues":{"title":"GetSDIOVenues","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"}},"description":"GetSDIOVenues","type":"object"}}}}
```

## The GetSDIOEventsByDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOEventsByDate":{"title":"GetSDIOEventsByDate","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"Date":{"description":"The date for which the event schedule is returned, must be in yyyy-mm-dd format.","type":"string"}},"description":"GetSDIOEventsByDate","type":"object"}}}}
```

## The GetSDIOEventsByPhase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOEventsByPhase":{"title":"GetSDIOEventsByPhase","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"PhaseId":{"type":"string"}},"description":"GetSDIOEventsByPhase","type":"object"}}}}
```

## The GetSDIOEventResultsByDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOEventResultsByDate":{"title":"GetSDIOEventResultsByDate","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"Date":{"description":"The date for which the event schedule is returned, must be in yyyy-mm-dd format.","type":"string"}},"description":"GetSDIOEventResultsByDate","type":"object"}}}}
```

## The GetSDIOEventResultsLiveByDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSDIOEventResultsLiveByDate":{"title":"GetSDIOEventResultsLiveByDate","properties":{"Sport":{"type":"string"},"Competition":{"type":"string"},"Date":{"description":"The date for which the event schedule is returned, must be in yyyy-mm-dd format.","type":"string"}},"description":"GetSDIOEventResultsLiveByDate","type":"object"}}}}
```

## The GetStudioBulkingest object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetStudioBulkingest":{"title":"GetStudioBulkingest","properties":{"OriginIds":{"type":"array","items":{"type":"string"}},"FullShowOriginId":{"type":"string"}},"description":"GetStudioBulkingest","type":"object"}}}}
```

## The getstudioBulkImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"getstudioBulkImage":{"title":"getstudioBulkImage","properties":{"OriginId":{"type":"string"}},"description":"getstudioBulkImage","type":"object"}}}}
```

## The GetTmdbMovieVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbMovieVideos":{"title":"GetTmdbMovieVideos","properties":{"TmdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetTmdbMovieVideos","type":"object"}}}}
```

## The UpdateTmdbMovieVideoCacheContinuous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbMovieVideoCacheContinuous":{"title":"UpdateTmdbMovieVideoCacheContinuous","properties":{},"description":"UpdateTmdbMovieVideoCacheContinuous","type":"object"}}}}
```

## The GetTmdbShowVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbShowVideos":{"title":"GetTmdbShowVideos","properties":{"TmdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetTmdbShowVideos","type":"object"}}}}
```

## The UpdateTmdbShowVideoCacheContinuous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbShowVideoCacheContinuous":{"title":"UpdateTmdbShowVideoCacheContinuous","properties":{},"description":"UpdateTmdbShowVideoCacheContinuous","type":"object"}}}}
```

## The GetTmdbSeasonVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbSeasonVideos":{"title":"GetTmdbSeasonVideos","properties":{"TmdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetTmdbSeasonVideos","type":"object"}}}}
```

## The UpdateTmdbSeasonVideoCacheContinuous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbSeasonVideoCacheContinuous":{"title":"UpdateTmdbSeasonVideoCacheContinuous","properties":{},"description":"UpdateTmdbSeasonVideoCacheContinuous","type":"object"}}}}
```

## The GetTmdbEpisodeVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTmdbEpisodeVideos":{"title":"GetTmdbEpisodeVideos","properties":{"TmdbId":{"type":"string"},"DaysOld":{"type":"integer","format":"int32"}},"description":"GetTmdbEpisodeVideos","type":"object"}}}}
```

## The UpdateTmdbEpisodeVideoCacheContinuous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbEpisodeVideoCacheContinuous":{"title":"UpdateTmdbEpisodeVideoCacheContinuous","properties":{},"description":"UpdateTmdbEpisodeVideoCacheContinuous","type":"object"}}}}
```

## The UpdateTmdbMovieVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbMovieVideoCache":{"title":"UpdateTmdbMovieVideoCache","properties":{"StartYear":{"type":"integer","format":"int32"}},"description":"UpdateTmdbMovieVideoCache","type":"object"}}}}
```

## The PopulateTmdbMovieVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbMovieVideoCache":{"title":"PopulateTmdbMovieVideoCache","properties":{},"description":"PopulateTmdbMovieVideoCache","type":"object"}}}}
```

## The PopulateTmdbCurrentMovieVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbCurrentMovieVideoCache":{"title":"PopulateTmdbCurrentMovieVideoCache","properties":{},"description":"PopulateTmdbCurrentMovieVideoCache","type":"object"}}}}
```

## The UpdateTmdbShowVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbShowVideoCache":{"title":"UpdateTmdbShowVideoCache","properties":{"StartYear":{"type":"integer","format":"int32"}},"description":"UpdateTmdbShowVideoCache","type":"object"}}}}
```

## The PopulateTmdbShowVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbShowVideoCache":{"title":"PopulateTmdbShowVideoCache","properties":{},"description":"PopulateTmdbShowVideoCache","type":"object"}}}}
```

## The UpdateTmdbSeasonVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbSeasonVideoCache":{"title":"UpdateTmdbSeasonVideoCache","properties":{"StartYear":{"type":"integer","format":"int32"}},"description":"UpdateTmdbSeasonVideoCache","type":"object"}}}}
```

## The PopulateTmdbSeasonVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbSeasonVideoCache":{"title":"PopulateTmdbSeasonVideoCache","properties":{},"description":"PopulateTmdbSeasonVideoCache","type":"object"}}}}
```

## The UpdateTmdbEpisodeVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbEpisodeVideoCache":{"title":"UpdateTmdbEpisodeVideoCache","properties":{"StartYear":{"type":"integer","format":"int32"}},"description":"UpdateTmdbEpisodeVideoCache","type":"object"}}}}
```

## The PopulateTmdbEpisodeVideoCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbEpisodeVideoCache":{"title":"PopulateTmdbEpisodeVideoCache","properties":{},"description":"PopulateTmdbEpisodeVideoCache","type":"object"}}}}
```

## The RefreshTmdb3PP object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshTmdb3PP":{"title":"RefreshTmdb3PP","required":["Id","ProgramType"],"properties":{"Id":{"description":"TMDb ID of program, ShowId for all Tv.","type":"string"},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]}},"description":"RefreshTmdb3PP","type":"object"}}}}
```

## The RefreshTmdb3PPFullShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshTmdb3PPFullShow":{"title":"RefreshTmdb3PPFullShow","required":["Id"],"properties":{"Id":{"description":"TMDb ID of program, ShowId for all Tv.","type":"integer","format":"int32"},"LastTwoSeasonsOnly":{"description":"Flag indicating that only the last 2 seasons of a show will be updated, defaults to true.","type":"boolean"}},"description":"RefreshTmdb3PPFullShow","type":"object"}}}}
```

## The PopulateTmdbMovie3PIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbMovie3PIndex":{"title":"PopulateTmdbMovie3PIndex","properties":{"StartId":{"type":"integer","format":"int32"}},"description":"PopulateTmdbMovie3PIndex","type":"object"}}}}
```

## The PopulateTmdbTv3PIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbTv3PIndex":{"title":"PopulateTmdbTv3PIndex","properties":{"StartId":{"type":"integer","format":"int32"}},"description":"PopulateTmdbTv3PIndex","type":"object"}}}}
```

## The UpdateTmdb3PIndex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdb3PIndex":{"title":"UpdateTmdb3PIndex","required":["ProgramType"],"properties":{"FullUpdate":{"description":"Flag to trigger full update across Id space for the program type, defaults to false which will only update Id's returned from the changes Entertainment.","type":"boolean"},"StartId":{"description":"Id to begin Full Update on, use in case of previous mid-update failure.","type":"integer","format":"int32"},"DaysBack":{"description":"Number of days to go back when getting changes, defaults to 10.","type":"integer","format":"int32"},"ProgramType":{"description":"Entertainment program type. See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["Movie","Show","Game","Season","Episode"]},"LastTwoSeasonsOnly":{"description":"For SHOWS: Flag indicating that only the last 2 seasons of a show will be updated, defaults to true.","type":"boolean"}},"description":"UpdateTmdb3PIndex","type":"object"}}}}
```

## The UpdateTMDbUnIndexed object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTMDbUnIndexed":{"title":"UpdateTMDbUnIndexed","properties":{},"description":"UpdateTMDbUnIndexed","type":"object"}}}}
```

## The ConvertTmdbMovieToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertTmdbMovieToThirdPartyProgram":{"title":"ConvertTmdbMovieToThirdPartyProgram","properties":{"Id":{"type":"integer","format":"int32"}},"description":"ConvertTmdbMovieToThirdPartyProgram","type":"object"}}}}
```

## The ConvertTmdbSeriesToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertTmdbSeriesToThirdPartyProgram":{"title":"ConvertTmdbSeriesToThirdPartyProgram","properties":{"Id":{"type":"integer","format":"int32"}},"description":"ConvertTmdbSeriesToThirdPartyProgram","type":"object"}}}}
```

## The ConvertTmdbSeasonToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertTmdbSeasonToThirdPartyProgram":{"title":"ConvertTmdbSeasonToThirdPartyProgram","properties":{"Id":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"}},"description":"ConvertTmdbSeasonToThirdPartyProgram","type":"object"}}}}
```

## The ConvertTmdbEpisodeToThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ConvertTmdbEpisodeToThirdPartyProgram":{"title":"ConvertTmdbEpisodeToThirdPartyProgram","properties":{"Id":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"}},"description":"ConvertTmdbEpisodeToThirdPartyProgram","type":"object"}}}}
```

## The CheckTMDbMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckTMDbMovieResponse":{"title":"CheckTMDbMovieResponse","properties":{},"description":"CheckTMDbMovieResponse","type":"object"}}}}
```

## The CheckTMDbShowResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckTMDbShowResponse":{"title":"CheckTMDbShowResponse","properties":{},"description":"CheckTMDbShowResponse","type":"object"}}}}
```

## The CheckTMDbSeasonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckTMDbSeasonResponse":{"title":"CheckTMDbSeasonResponse","properties":{},"description":"CheckTMDbSeasonResponse","type":"object"}}}}
```

## The CheckTMDbEpisodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckTMDbEpisodeResponse":{"title":"CheckTMDbEpisodeResponse","properties":{},"description":"CheckTMDbEpisodeResponse","type":"object"}}}}
```

## The UpdateExistingTmdbRecordsInIndexAndRemovedDeleted object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateExistingTmdbRecordsInIndexAndRemovedDeleted":{"title":"UpdateExistingTmdbRecordsInIndexAndRemovedDeleted","properties":{},"description":"UpdateExistingTmdbRecordsInIndexAndRemovedDeleted","type":"object"}}}}
```

## The RemoveTMDbDeletedSeasonsAndEpisodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveTMDbDeletedSeasonsAndEpisodes":{"title":"RemoveTMDbDeletedSeasonsAndEpisodes","properties":{},"description":"RemoveTMDbDeletedSeasonsAndEpisodes","type":"object"}}}}
```

## The TMDbMovieMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TMDbMovieMatch":{"title":"TMDbMovieMatch","properties":{},"description":"TMDbMovieMatch","type":"object"}}}}
```

## The TMDbShowMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TMDbShowMatch":{"title":"TMDbShowMatch","properties":{},"description":"TMDbShowMatch","type":"object"}}}}
```

## The TMDbSeasonMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TMDbSeasonMatch":{"title":"TMDbSeasonMatch","properties":{},"description":"TMDbSeasonMatch","type":"object"}}}}
```

## The ChecTmdbMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChecTmdbMovieResponse":{"title":"ChecTmdbMovieResponse","properties":{"Id":{"type":"integer","format":"int32"}},"description":"ChecTmdbMovieResponse","type":"object"}}}}
```

## The ChecTmdbSeriesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChecTmdbSeriesResponse":{"title":"ChecTmdbSeriesResponse","properties":{"Id":{"type":"integer","format":"int32"}},"description":"ChecTmdbSeriesResponse","type":"object"}}}}
```

## The ChecTmdbSeasonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChecTmdbSeasonResponse":{"title":"ChecTmdbSeasonResponse","properties":{"Id":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"}},"description":"ChecTmdbSeasonResponse","type":"object"}}}}
```

## The ChecTmdbEpisodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChecTmdbEpisodeResponse":{"title":"ChecTmdbEpisodeResponse","properties":{"Id":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SeasonId":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"}},"description":"ChecTmdbEpisodeResponse","type":"object"}}}}
```

## The TranslateText object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TranslateText":{"title":"TranslateText","properties":{"Language":{"type":"string"},"Text":{"type":"string"}},"description":"TranslateText","type":"object"}}}}
```

## The GetDashboardMostPopularTrailerList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDashboardMostPopularTrailerList":{"title":"GetDashboardMostPopularTrailerList","properties":{"TrendListIds":{"type":"array","items":{"type":"integer","format":"int32"}}},"description":"GetDashboardMostPopularTrailerList","type":"object"}}}}
```

## The GetDashboardMostPopularGamesList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDashboardMostPopularGamesList":{"title":"GetDashboardMostPopularGamesList","properties":{},"description":"GetDashboardMostPopularGamesList","type":"object"}}}}
```

## The GetRecentTrailersfeature object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetRecentTrailersfeature":{"title":"GetRecentTrailersfeature","properties":{},"description":"GetRecentTrailersfeature","type":"object"}}}}
```

## The GetDashboardTrendingMoviesComingToTheatersList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDashboardTrendingMoviesComingToTheatersList":{"title":"GetDashboardTrendingMoviesComingToTheatersList","properties":{"TrendListIds":{"type":"array","items":{"type":"integer","format":"int32"}}},"description":"GetDashboardTrendingMoviesComingToTheatersList","type":"object"}}}}
```

## The GetDashboardTrendingTVShowsList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDashboardTrendingTVShowsList":{"title":"GetDashboardTrendingTVShowsList","properties":{"TrendListIds":{"type":"array","items":{"type":"integer","format":"int32"}}},"description":"GetDashboardTrendingTVShowsList","type":"object"}}}}
```

## The UpdateAllManualMatchSubstitutions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllManualMatchSubstitutions":{"title":"UpdateAllManualMatchSubstitutions","properties":{},"description":"UpdateAllManualMatchSubstitutions","type":"object"}}}}
```

## The UpdateElasticWithTrendingPrograms object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateElasticWithTrendingPrograms":{"title":"UpdateElasticWithTrendingPrograms","properties":{"Ids":{"type":"array","items":{"type":"string"}}},"description":"UpdateElasticWithTrendingPrograms","type":"object"}}}}
```

## The CollectTrendingDataFromAllScrapeStormSources object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CollectTrendingDataFromAllScrapeStormSources":{"title":"CollectTrendingDataFromAllScrapeStormSources","properties":{"ids":{"type":"array","items":{"type":"integer","format":"int32"}}},"description":"CollectTrendingDataFromAllScrapeStormSources","type":"object"}}}}
```

## The GetAllTrendingOverrides object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllTrendingOverrides":{"title":"GetAllTrendingOverrides","properties":{},"description":"GetAllTrendingOverrides","type":"object"}}}}
```

## The AddNewOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddNewOverride":{"title":"AddNewOverride","properties":{"Title":{"type":"string"},"IsUnwanted":{"type":"boolean"},"EntertainmentId":{"type":"string"}},"description":"AddNewOverride","type":"object"}}}}
```

## The UpdateOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateOverride":{"title":"UpdateOverride","properties":{"Title":{"type":"string"},"IsUnwanted":{"type":"boolean"},"EntertainmentId":{"type":"string"}},"description":"UpdateOverride","type":"object"}}}}
```

## The IngestS3TopTen object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestS3TopTen":{"title":"IngestS3TopTen","properties":{},"description":"IngestS3TopTen","type":"object"}}}}
```

## The updatescrapestormlistbyID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"updatescrapestormlistbyID":{"title":"updatescrapestormlistbyID","properties":{"ID":{"type":"integer","format":"int32"}},"description":"updatescrapestormlistbyID","type":"object"}}}}
```

## The GetScrapestormByListid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetScrapestormByListid":{"title":"GetScrapestormByListid","properties":{"TrendSourceId":{"type":"integer","format":"int32"},"ProgramType":{"type":"string"}},"description":"GetScrapestormByListid","type":"object"}}}}
```

## The Processinternalsource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Processinternalsource":{"title":"Processinternalsource","properties":{"TrendSourceId":{"type":"integer","format":"int32"},"query":{"$ref":"#/components/schemas/GetTop100TrendingVideosFromVideometrics"}},"description":"Processinternalsource","type":"object"},"GetTop100TrendingVideosFromVideometrics":{"title":"GetTop100TrendingVideosFromVideometrics","required":["CrawlingDateFrom","CrawlingDateTo","PopularityBase","Metric"],"properties":{"CrawlingDateFrom":{"description":"Fetch statistics 'From' date.","type":"string","format":"date-time"},"CrawlingDateTo":{"description":"Fetch statistics 'To' date.","type":"string","format":"date-time"},"MovieId":{"description":"Fetch statistics by MovieId","type":"int","format":"int64"},"ShowId":{"description":"Fetch statistics by ShowId","type":"int","format":"int64"},"PopularityBase":{"description":"Fetch statistics Popular either by MovieId or ShowId","type":"string","enum":["Movie","Show"]},"Metric":{"description":"Fetch statistics by Metric (i.e.  Likes / Views / Comments)","type":"string","enum":["Views","Likes","Comments"]}},"description":"GetTop100TrendingVideosFromVideometrics","type":"object"}}}}
```

## The TrendingMovieSocialFollowing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingMovieSocialFollowing":{"title":"TrendingMovieSocialFollowing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingMovieSocialFollowing","type":"object"}}}}
```

## The TrendingMovieSocialSharing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingMovieSocialSharing":{"title":"TrendingMovieSocialSharing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingMovieSocialSharing","type":"object"}}}}
```

## The TrendingMovieSocialDiscussing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingMovieSocialDiscussing":{"title":"TrendingMovieSocialDiscussing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingMovieSocialDiscussing","type":"object"}}}}
```

## The TrendingShowSocialFollowing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingShowSocialFollowing":{"title":"TrendingShowSocialFollowing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingShowSocialFollowing","type":"object"}}}}
```

## The TrendingShowSocialSharing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingShowSocialSharing":{"title":"TrendingShowSocialSharing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingShowSocialSharing","type":"object"}}}}
```

## The TrendingShowSocialDiscussing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingShowSocialDiscussing":{"title":"TrendingShowSocialDiscussing","properties":{"TrendSourceId":{"type":"integer","format":"int32"}},"description":"TrendingShowSocialDiscussing","type":"object"}}}}
```

## The GetTvMediaLineupsByPostalCode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupsByPostalCode":{"title":"GetTvMediaLineupsByPostalCode","required":["TvMediaApiKey","PostalCode"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"PostalCode":{"description":"Postal code.","type":"string"},"LineupType":{"description":"Filter by lineup type, valid types are OTA, SAT, CAB, IPTV.","type":"string","enum":["OTA","SAT","CAB","IPTV"]},"ProviderId":{"description":"Filter by provider ID","type":"string"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'brief'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupsByPostalCode","type":"object"}}}}
```

## The GetTvMediaLeagues object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLeagues":{"title":"GetTvMediaLeagues","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"}},"description":"GetTvMediaLeagues","type":"object"}}}}
```

## The GetTvMediaSeriesSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaSeriesSearch":{"title":"GetTvMediaSeriesSearch","properties":{"Name":{"type":"string"}},"description":"GetTvMediaSeriesSearch","type":"object"}}}}
```

## The GetIvaMatchedListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetIvaMatchedListings":{"title":"GetIvaMatchedListings","properties":{},"description":"GetIvaMatchedListings","type":"object"}}}}
```

## The GetTvMediaCountries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaCountries":{"title":"GetTvMediaCountries","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"}},"description":"GetTvMediaCountries","type":"object"}}}}
```

## The GetTvMediaLineupsByLatitudeLongitude object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupsByLatitudeLongitude":{"title":"GetTvMediaLineupsByLatitudeLongitude","required":["TvMediaApiKey","Latitude","Longitude"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"Latitude":{"description":"Latitude (geographic coordinate).","type":"number","format":"float"},"Longitude":{"description":"Longitude (geographic coordinate).","type":"number","format":"float"},"LineupType":{"description":"Filter by lineup type, valid types are OTA, SAT, CAB, IPTV.","type":"string","enum":["OTA","SAT","CAB","IPTV"]},"ProviderId":{"description":"Filter by provider ID","type":"string"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'brief'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupsByLatitudeLongitude","type":"object"}}}}
```

## The GetTvMediaLineupByID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupByID":{"title":"GetTvMediaLineupByID","required":["TvMediaApiKey","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LineupID":{"description":"Lineup ID.","type":"string"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupByID","type":"object"}}}}
```

## The GetTvMediaGenericLineups object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaGenericLineups":{"title":"GetTvMediaGenericLineups","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'brief'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaGenericLineups","type":"object"}}}}
```

## The GetTvMediaStation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaStation":{"title":"GetTvMediaStation","required":["TvMediaApiKey","StationID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"StationID":{"description":"Station ID. Station ID's can be found in listings, or by using the Tvmedia/lineups API","type":"integer","format":"int32"}},"description":"GetTvMediaStation","type":"object"}}}}
```

## The GetTvMediaMovieGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaMovieGenres":{"title":"GetTvMediaMovieGenres","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"}},"description":"GetTvMediaMovieGenres","type":"object"}}}}
```

## The GetTvMediaShowGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaShowGenres":{"title":"GetTvMediaShowGenres","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"}},"description":"GetTvMediaShowGenres","type":"object"}}}}
```

## The GetTvMediaSportGenres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaSportGenres":{"title":"GetTvMediaSportGenres","required":["TvMediaApiKey"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"}},"description":"GetTvMediaSportGenres","type":"object"}}}}
```

## The GetTvMediaTeamById object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaTeamById":{"title":"GetTvMediaTeamById","required":["TvMediaApiKey","TeamID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"TeamID":{"description":"Team ID.","type":"integer","format":"int32"}},"description":"GetTvMediaTeamById","type":"object"}}}}
```

## The GetTvMediaSeries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaSeries":{"title":"GetTvMediaSeries","properties":{"Id":{"type":"integer","format":"int32"}},"description":"GetTvMediaSeries","type":"object"}}}}
```

## The GetTvMediaRegions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaRegions":{"title":"GetTvMediaRegions","required":["TvMediaApiKey","CountryID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"CountryID":{"description":"Country abbreviation. See TvMedia/lineups/browse for a list of supported countries.","type":"string"}},"description":"GetTvMediaRegions","type":"object"}}}}
```

## The GetTvMediaLineupListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupListings":{"title":"GetTvMediaLineupListings","required":["TvMediaApiKey","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LineupID":{"description":"Lineup ID.","type":"string"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Channel":{"description":"Include only channel(s) with this number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property , NOT channel.channelNumber property).","type":"array","items":{"type":"string"}},"ExcludeChan":{"description":"Exclude channels by number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property, NOT the channel.channelNumber property).","type":"array","items":{"type":"string"}},"StartChan":{"description":"Lowest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1.","type":"array","items":{"type":"string"}},"EndChan":{"description":"Highest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1. In general this parameter should rarely be used, for shaping the grid size see the 'maxchan' parameter.","type":"array","items":{"type":"string"}},"Station":{"description":"Filter by station ID. Array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"ExcludeStation":{"description":"Filter out station IDs; array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"SportType":{"description":"Get only sports listings of type sportTypeID. Array or single values accepted. For a list of possible values see /genres/sports.","type":"array","items":{"type":"string"}},"League":{"description":"Get only sports listings in the given league ID(s). Array or single values accepted. For a list of possible values see /leagues.","type":"array","items":{"type":"string"}},"Team":{"description":"Filter by teams playing by name(teams.longName). Array or single values accepted, for a list of possible values see /leagues/teams. (NOTE: league parameter is required when using this parameter).","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"SportEventsOnly":{"description":"Get sporting events only. No value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"NewShowsOnly":{"description":"Get new shows only. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupListings","type":"object"}}}}
```

## The GetTvMediaListingsByStation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaListingsByStation":{"title":"GetTvMediaListingsByStation","required":["TvMediaApiKey","StationID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"StationID":{"description":"Station ID. Station ID's can be found in listings, or by using the Tvmedia/lineups API","type":"integer","format":"int32"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"Show":{"description":"Get listings for a specific showID, or array of showID's. ShowID's represent a single episode, movie, or event. a showID, episodeID and movieID are all valid parameters.","type":"array","items":{"type":"string"}},"Series":{"description":"Get listings for a specific seriesID or array of seriesID's. A seriesID represents a collection of showID's, such as a TV Series.","type":"array","items":{"type":"string"}},"SportType":{"description":"Get only sports listings of type sportTypeID. Array or single values accepted. For a list of possible values see /genres/sports.","type":"array","items":{"type":"string"}},"League":{"description":"Get only sports listings in the given league ID(s). Array or single values accepted. For a list of possible values see /leagues.","type":"array","items":{"type":"string"}},"Team":{"description":"Filter by teams playing by name(teams.longName). Array or single values accepted, for a list of possible values see /leagues/teams. (NOTE: league parameter is required when using this parameter).","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"SportEventsOnly":{"description":"Get sporting events only. No value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"NewShowsOnly":{"description":"Get new shows only. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaListingsByStation","type":"object"}}}}
```

## The GetTvMediaTeams object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaTeams":{"title":"GetTvMediaTeams","required":["TvMediaApiKey","LeagueID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LeagueID":{"description":"League ID. See /TvMedia/leagues for a list of all available sports leagues.","type":"string"}},"description":"GetTvMediaTeams","type":"object"}}}}
```

## The GetTvMediaLeagueListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLeagueListings":{"title":"GetTvMediaLeagueListings","required":["TvMediaApiKey","LeagueID","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LeagueID":{"description":"League ID. See /leagues for a list of all available sports leagues.","type":"string"},"LineupID":{"description":"Lineup ID. Lineups can be found through the /TvMedia/lineups method.","type":"string"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Channel":{"description":"Include only channel(s) with this number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property , NOT channel.channelNumber property).","type":"array","items":{"type":"string"}},"ExcludeChan":{"description":"Exclude channels by number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property, NOT the channel.channelNumber property).","type":"array","items":{"type":"string"}},"StartChan":{"description":"Lowest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1.","type":"array","items":{"type":"string"}},"EndChan":{"description":"Highest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1. In general this parameter should rarely be used, for shaping the grid size see the 'maxchan' parameter.","type":"array","items":{"type":"string"}},"Station":{"description":"Filter by station ID. Array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"ExcludeStation":{"description":"Filter out station IDs; array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"SportEventsOnly":{"description":"Get sporting events only. No value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLeagueListings","type":"object"}}}}
```

## The GetTvMediaTeamListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaTeamListings":{"title":"GetTvMediaTeamListings","required":["TvMediaApiKey","TeamID","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"TeamID":{"description":"Team ID. See /teams for a list of all available sports teams.","type":"integer","format":"int32"},"LineupID":{"description":"Lineup ID. Lineups can be found through the /TvMedia/lineups method.","type":"string"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Channel":{"description":"Include only channel(s) with this number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property , NOT channel.channelNumber property).","type":"array","items":{"type":"string"}},"ExcludeChan":{"description":"Exclude channels by number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property, NOT the channel.channelNumber property).","type":"array","items":{"type":"string"}},"StartChan":{"description":"Lowest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1.","type":"array","items":{"type":"string"}},"EndChan":{"description":"Highest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1. In general this parameter should rarely be used, for shaping the grid size see the 'maxchan' parameter.","type":"array","items":{"type":"string"}},"Station":{"description":"Filter by station ID. Array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"ExcludeStation":{"description":"Filter out station IDs; array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"SportEventsOnly":{"description":"Get sporting events only. No value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaTeamListings","type":"object"}}}}
```

## The GetTvMediaServiceAreas object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaServiceAreas":{"title":"GetTvMediaServiceAreas","required":["TvMediaApiKey","CountryID","RegionID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"CountryID":{"description":"Country abbreviation. See TvMedia/lineups/browse for a list of supported countries.","type":"string"},"RegionID":{"description":"Region abbreviation. See TvMedia/lineups/browse/{CountryID} for a list of regions.","type":"string"}},"description":"GetTvMediaServiceAreas","type":"object"}}}}
```

## The GetTvMediaLineupListingsHighlights object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupListingsHighlights":{"title":"GetTvMediaLineupListingsHighlights","required":["TvMediaApiKey","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LineupID":{"description":"Lineup ID.","type":"string"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Channel":{"description":"Include only channel(s) with this number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property , NOT channel.channelNumber property).","type":"array","items":{"type":"string"}},"ExcludeChan":{"description":"Exclude channels by number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property, NOT the channel.channelNumber property).","type":"array","items":{"type":"string"}},"StartChan":{"description":"Lowest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1.","type":"array","items":{"type":"string"}},"EndChan":{"description":"Highest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1. In general this parameter should rarely be used, for shaping the grid size see the 'maxchan' parameter.","type":"array","items":{"type":"string"}},"Station":{"description":"Filter by station ID. Array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"ExcludeStation":{"description":"Filter out station IDs; array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"Series":{"description":"Get listings for a specific seriesID or array of seriesID's. A seriesID represents a collection of showID's, such as a TV Series.","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"NewShowstsOnly":{"description":"Get new shows only. no value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"IncludeNewShows":{"description":"Get new shows only. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupListingsHighlights","type":"object"}}}}
```

## The GetTvMediaLineupListingsGrid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupListingsGrid":{"title":"GetTvMediaLineupListingsGrid","required":["TvMediaApiKey","LineupID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"LineupID":{"description":"Lineup ID.","type":"string"},"Start":{"description":"UTC start time in ISO8601. Defaults to current date and time.","type":"string","format":"date-time"},"End":{"description":"UTC end time in ISO8601. Defaults to 'start' time +4 hours.","type":"string","format":"date-time"},"TimeZone":{"description":"Set a timezone or time offset for listing times (listDateTime property). Defaults to UTC, accepts time offsets (+/-HH:MM) or named time zones (see IANA Time Zone Database). If an invalid value is set, listDateTime will be returned as empty. NOTE: this parameter does not affect input values; start and end times must still be provided in UTC.","type":"integer","format":"int32"},"Channel":{"description":"Include only channel(s) with this number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property , NOT channel.channelNumber property).","type":"array","items":{"type":"string"}},"ExcludeChan":{"description":"Exclude channels by number, single or array values accepted. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1 (use the channel.number property, NOT the channel.channelNumber property).","type":"array","items":{"type":"string"}},"StartChan":{"description":"Lowest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1.","type":"array","items":{"type":"string"}},"EndChan":{"description":"Highest channel. sub channel numbers can be hyphenated to the end of the string: e.g. 1-2 for sub channel 2 of channel 1. In general this parameter should rarely be used, for shaping the grid size see the 'maxchan' parameter.","type":"array","items":{"type":"string"}},"Station":{"description":"Filter by station ID. Array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"ExcludeStation":{"description":"Filter out station IDs; array or single value accepted. Station ID's can be found in listings, or by using the /lineups Entertainment.","type":"array","items":{"type":"integer","format":"int32"}},"Search":{"description":"search value: can be a show, episode, movie, team, league, person, etc. Results will be sorted by relevance rather than time.","type":"string"},"ShowType":{"description":"Include only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"ExcludeShowType":{"description":"Exclude only these show type ID(s), array or single values accepted. Must be URL encoded. For a list of possible show type's and their ID's see /genres/shows, or the showTypeID property of a listing object.","type":"array","items":{"type":"string"}},"Id":{"description":"ListingID, array or single values accepted. to return a single listing it should be used in combination with a stationID (station parameter).","type":"array","items":{"type":"string"}},"Show":{"description":"Get listings for a specific showID, or array of showID's. ShowID's represent a single episode, movie, or event. a showID, episodeID and movieID are all valid parameters.\t","type":"array","items":{"type":"string"}},"Series":{"description":"Get listings for a specific seriesID or array of seriesID's. A seriesID represents a collection of showID's, such as a TV Series.","type":"array","items":{"type":"string"}},"SportType":{"description":"Get only sports listings of type sportTypeID. Array or single values accepted. For a list of possible values see /genres/sports.","type":"array","items":{"type":"string"}},"League":{"description":"Get only sports listings in the given league ID(s). Array or single values accepted. For a list of possible values see /leagues.","type":"array","items":{"type":"string"}},"Team":{"description":"Filter by teams playing by name(teams.longName). Array or single values accepted, for a list of possible values see /leagues/teams. (NOTE: league parameter is required when using this parameter).","type":"array","items":{"type":"string"}},"NotYetStarted":{"description":"Only displays listings which are starting on or after the given start time. No value necessary.","type":"boolean"},"SportEventsOnly":{"description":"Get sporting events only. No value necessary.","type":"boolean"},"DescriptiveVideoOnly":{"description":"Only displays listings which are flagged as being broadcast with Descriptive Video. No value necessary.","type":"boolean"},"LiveOnly":{"description":"Only displays live listings. No value necessary.","type":"boolean"},"NewShowsOnly":{"description":"Get new shows only. No value necessary.","type":"boolean"},"AdultContent":{"description":"Defaults to 1 (allowed). Set to 0 to hide adult content.","type":"boolean"},"DisplayArtwork":{"description":"Displays the Artwork information. Set to 1 to include, 1 is default. 0 to hide (will improve performance).","type":"boolean"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'full'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupListingsGrid","type":"object"}}}}
```

## The GetTvMediaLineupsByAreaID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTvMediaLineupsByAreaID":{"title":"GetTvMediaLineupsByAreaID","required":["TvMediaApiKey","CountryID","RegionID","AreaID"],"properties":{"TvMediaApiKey":{"description":"API Key supplied by TvMedia.ca","type":"string"},"CountryID":{"description":"Country abbreviation. See TvMedia/lineups/browse for a list of supported countries.","type":"string"},"RegionID":{"description":"Region abbreviation. See TvMedia/lineups/browse/{CountryID} for a list of regions.","type":"string"},"AreaID":{"description":"Service area ID. See TvMedia/lineups/browse/{CountryID}/{RegionID} for a list of service areas.","type":"string"},"LineupType":{"description":"Filter by lineup type, valid types are OTA, SAT, CAB, IPTV.","type":"string","enum":["OTA","SAT","CAB","IPTV"]},"ProviderId":{"description":"Filter by provider ID","type":"string"},"Detail":{"description":"Set level of detail for response. values are 'full' or 'brief', defaults to 'brief'. 'full' will include all properties, 'brief' will exclude optional properties.","type":"string","enum":["full","brief"]}},"description":"GetTvMediaLineupsByAreaID","type":"object"}}}}
```

## The GetToKnowModel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetToKnowModel":{"title":"GetToKnowModel","required":["Id"],"properties":{"Id":{"description":"Entertainment Person ID.","type":"integer","format":"int64"}},"description":"GetToKnowModel","type":"object"}}}}
```

## The ProgramDataOverlay object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramDataOverlay":{"title":"ProgramDataOverlay","required":["Id"],"properties":{"Id":{"description":"Entertainment Movie or Show ID (ex: Movie/123, Show/456).","type":"string"},"PersonId":{"description":"Entertainment Person ID (ex: Person/123).","type":"string"}},"description":"ProgramDataOverlay","type":"object"}}}}
```

## The TriviaText object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TriviaText":{"title":"TriviaText","required":["Question","Answers","RenderAnswer"],"properties":{"Question":{"description":"Trivia question.","type":"string"},"Answers":{"description":"Trivia answers.","type":"array","items":{"$ref":"#/components/schemas/TriviaTextAnswer"}},"RenderAnswer":{"description":"Trivia answers.","type":"boolean"}},"description":"TriviaText","type":"object"},"TriviaTextAnswer":{"title":"TriviaTextAnswer","properties":{"Answer":{"type":"string"},"AnswerDetail":{"type":"string"},"Correct":{"type":"boolean"}},"description":"TriviaTextAnswer","type":"object"}}}}
```

## The TriviaTextAnswer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TriviaTextAnswer":{"title":"TriviaTextAnswer","properties":{"Answer":{"type":"string"},"AnswerDetail":{"type":"string"},"Correct":{"type":"boolean"}},"description":"TriviaTextAnswer","type":"object"}}}}
```

## The GetClosedCaption object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetClosedCaption":{"title":"GetClosedCaption","required":["VideoId"],"properties":{"VideoId":{"description":"Id of the video whose closed caption track should be returned.","type":"integer","format":"int64"}},"description":"GetClosedCaption","type":"object"}}}}
```

## The GetProcessedVideoCCDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetProcessedVideoCCDetails":{"title":"GetProcessedVideoCCDetails","required":["VideoId"],"properties":{"VideoId":{"description":"Required ID of Video.","type":"integer","format":"int64"}},"description":"GetProcessedVideoCCDetails","type":"object"}}}}
```

## The GetWikipediaPageProperties object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikipediaPageProperties":{"title":"GetWikipediaPageProperties","properties":{"PageIds":{"type":"array","items":{"type":"string"}},"Titles":{"type":"array","items":{"type":"string"}}},"description":"GetWikipediaPageProperties","type":"object"}}}}
```

## The GetWikipediaPageSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikipediaPageSummary":{"title":"GetWikipediaPageSummary","properties":{"Title":{"type":"string"}},"description":"GetWikipediaPageSummary","type":"object"}}}}
```

## The GetWikipediaPageMetadata object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikipediaPageMetadata":{"title":"GetWikipediaPageMetadata","properties":{"Title":{"type":"string"}},"description":"GetWikipediaPageMetadata","type":"object"}}}}
```

## The GetWikiDataEntities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetWikiDataEntities":{"title":"GetWikiDataEntities","properties":{"WikiDataIds":{"type":"array","items":{"type":"string"}}},"description":"GetWikiDataEntities","type":"object"}}}}
```

## The UpdateAllWikiEntities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllWikiEntities":{"title":"UpdateAllWikiEntities","properties":{},"description":"UpdateAllWikiEntities","type":"object"}}}}
```

## The GetSearchWikiDataByImdbId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSearchWikiDataByImdbId":{"title":"GetSearchWikiDataByImdbId","properties":{"ImdbId":{"type":"string"}},"description":"GetSearchWikiDataByImdbId","type":"object"}}}}
```

## The UpdateAllMissingWikiDataAndPediaIdsForPeople object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllMissingWikiDataAndPediaIdsForPeople":{"title":"UpdateAllMissingWikiDataAndPediaIdsForPeople","properties":{},"description":"UpdateAllMissingWikiDataAndPediaIdsForPeople","type":"object"}}}}
```

## The WikiDescriptionUpdate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiDescriptionUpdate":{"title":"WikiDescriptionUpdate","properties":{"IMDbId":{"type":"string"},"Program":{"type":"string"}},"description":"WikiDescriptionUpdate","type":"object"}}}}
```

## The UpdateAllWikipeidaDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllWikipeidaDescription":{"title":"UpdateAllWikipeidaDescription","properties":{"DaysSinceLastChecked":{"type":"integer","format":"int32"},"MaxItemsPerCategory":{"type":"integer","format":"int32"},"FailedCheckRetryDays":{"type":"integer","format":"int32"}},"description":"UpdateAllWikipeidaDescription","type":"object"}}}}
```

## The UpdateWikiDataPropertiesforAllMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateWikiDataPropertiesforAllMovies":{"title":"UpdateWikiDataPropertiesforAllMovies","properties":{},"description":"UpdateWikiDataPropertiesforAllMovies","type":"object"}}}}
```

## The PopulateWikiDictionaryItemsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateWikiDictionaryItemsCache":{"title":"PopulateWikiDictionaryItemsCache","properties":{},"description":"PopulateWikiDictionaryItemsCache","type":"object"}}}}
```

## The PopulateWikipediaTitleCategoryItemsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateWikipediaTitleCategoryItemsCache":{"title":"PopulateWikipediaTitleCategoryItemsCache","properties":{},"description":"PopulateWikipediaTitleCategoryItemsCache","type":"object"}}}}
```

## The PopulateWikipediaCategoryShortLabelsCache object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateWikipediaCategoryShortLabelsCache":{"title":"PopulateWikipediaCategoryShortLabelsCache","properties":{},"description":"PopulateWikipediaCategoryShortLabelsCache","type":"object"}}}}
```

## The UpdateWikipediaPages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateWikipediaPages":{"title":"UpdateWikipediaPages","properties":{"DaysSinceModified":{"type":"integer","format":"int32"}},"description":"UpdateWikipediaPages","type":"object"}}}}
```

## The AddWikiCharacteristicExclusion object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddWikiCharacteristicExclusion":{"title":"AddWikiCharacteristicExclusion","properties":{"Id":{"type":"integer","format":"int32"},"Characteristic":{"type":"string"},"Value":{"type":"string"},"ProgramId":{"type":"string"}},"description":"AddWikiCharacteristicExclusion","type":"object"}}}}
```

## The GetSearchWikiDataByImdbIdPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSearchWikiDataByImdbIdPerson":{"title":"GetSearchWikiDataByImdbIdPerson","properties":{"ImdbId":{"type":"string"}},"description":"GetSearchWikiDataByImdbIdPerson","type":"object"}}}}
```

## The GetXroadMediaRecommendations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetXroadMediaRecommendations":{"title":"GetXroadMediaRecommendations","properties":{"MovieId":{"description":"Source MovieId for recommendations.","type":"integer","format":"int64"},"ShowId":{"description":"Source ShowId for recommendations.","type":"integer","format":"int64"},"Type":{"description":"Type of recommendation response.","type":"string","enum":["similar","similarShowsOnly","similarMoviesOnly"]}},"description":"GetXroadMediaRecommendations","type":"object"}}}}
```

## The DeleteAllYoutubeIdDuplicatesInEncodeJobSettings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteAllYoutubeIdDuplicatesInEncodeJobSettings":{"title":"DeleteAllYoutubeIdDuplicatesInEncodeJobSettings","properties":{},"description":"DeleteAllYoutubeIdDuplicatesInEncodeJobSettings","type":"object"}}}}
```

## The GetYoutubeVideoMatricess object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetYoutubeVideoMatricess":{"title":"GetYoutubeVideoMatricess","properties":{},"description":"GetYoutubeVideoMatricess","type":"object"}}}}
```

## The GetUpdateYouTubeRanking object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetUpdateYouTubeRanking":{"title":"GetUpdateYouTubeRanking","properties":{"NoOfDays":{"type":"integer","format":"int32"}},"description":"GetUpdateYouTubeRanking","type":"object"}}}}
```

## The GetYouTubeRanking object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetYouTubeRanking":{"title":"GetYouTubeRanking","required":["ProgramType"],"properties":{"ProgramType":{"description":"Program Type is movie/show","type":"long","enum":["Movie","Show","Game","Season","Episode"]},"PopularityBase":{"description":"Popularity should be filter by views/comments/likes default it will be views","type":"long","enum":["Views","Likes","Comments"]},"NoOfRecords":{"description":"No of records you want in return","type":"int","format":"int32"}},"description":"GetYouTubeRanking","type":"object"}}}}
```

## The UserLogIn object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UserLogIn":{"title":"UserLogIn","required":["User"],"properties":{"User":{"description":"Username","type":"string"},"Password":{"description":"Password","type":"string"}},"description":"UserLogIn","type":"object"}}}}
```

## The GetYoutubePlaylistItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetYoutubePlaylistItems":{"title":"GetYoutubePlaylistItems","required":["PlaylistId"],"properties":{"PlaylistId":{"description":"Youtube's Playlist Id.","type":"string"},"MaxResults":{"description":"Maximum of 50. Default is 50.","type":"integer","format":"int32"},"PageToken":{"description":"Use for paging records.  NextPageToken will be returned if there is another page.","type":"string"}},"description":"GetYoutubePlaylistItems","type":"object"}}}}
```

## The GetYoutubeVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetYoutubeVideos":{"title":"GetYoutubeVideos","properties":{"Ids":{"type":"array","items":{"type":"string"}},"MaxResults":{"type":"integer","format":"int32"},"PageToken":{"type":"string"}},"description":"GetYoutubeVideos","type":"object"}}}}
```

## The GetExistingSubscriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetExistingSubscriptions":{"title":"GetExistingSubscriptions","properties":{},"description":"GetExistingSubscriptions","type":"object"}}}}
```

## The GetMatchDataFromYoutubeVideoItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetMatchDataFromYoutubeVideoItem":{"title":"GetMatchDataFromYoutubeVideoItem","properties":{"VideoItem":{"$ref":"#/components/schemas/YtVideoItem"},"ProgramType":{"type":"string"}},"description":"GetMatchDataFromYoutubeVideoItem","type":"object"},"YtVideoItem":{"title":"YtVideoItem","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YtSnippet"},"Rank":{"type":"integer","format":"int32"}},"description":"YtVideoItem","type":"object"},"YtSnippet":{"title":"YtSnippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YtThumbnails"},"channelTitle":{"type":"string"},"playlistId":{"type":"string"},"position":{"type":"integer","format":"int32"},"resourceId":{"$ref":"#/components/schemas/YtResourceid"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YtLocalized"},"defaultAudioLanguage":{"type":"string"}},"description":"YtSnippet","type":"object"},"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"},"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"},"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The YtVideoItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtVideoItem":{"title":"YtVideoItem","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YtSnippet"},"Rank":{"type":"integer","format":"int32"}},"description":"YtVideoItem","type":"object"},"YtSnippet":{"title":"YtSnippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YtThumbnails"},"channelTitle":{"type":"string"},"playlistId":{"type":"string"},"position":{"type":"integer","format":"int32"},"resourceId":{"$ref":"#/components/schemas/YtResourceid"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YtLocalized"},"defaultAudioLanguage":{"type":"string"}},"description":"YtSnippet","type":"object"},"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"},"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"},"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The YtSnippet object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtSnippet":{"title":"YtSnippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YtThumbnails"},"channelTitle":{"type":"string"},"playlistId":{"type":"string"},"position":{"type":"integer","format":"int32"},"resourceId":{"$ref":"#/components/schemas/YtResourceid"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YtLocalized"},"defaultAudioLanguage":{"type":"string"}},"description":"YtSnippet","type":"object"},"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"},"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"},"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The YtThumbnails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"}}}}
```

## The YtImageDefault object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"}}}}
```

## The YtImageMedium object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"}}}}
```

## The YtImageHigh object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"}}}}
```

## The YtImageStandard object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"}}}}
```

## The YtImageMaxres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"}}}}
```

## The YtResourceid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"}}}}
```

## The YtLocalized object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The GetNewVideosOfAChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNewVideosOfAChannel":{"title":"GetNewVideosOfAChannel","properties":{"Priority":{"type":"boolean"}},"description":"GetNewVideosOfAChannel","type":"object"}}}}
```

## The UpdateChannels object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateChannels":{"title":"UpdateChannels","properties":{"ChannelUserNames":{"type":"array","items":{"type":"string"}}},"description":"UpdateChannels","type":"object"}}}}
```

## The SubscribeToYoutubeChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SubscribeToYoutubeChannel":{"title":"SubscribeToYoutubeChannel","properties":{"ChannelId":{"type":"string"}},"description":"SubscribeToYoutubeChannel","type":"object"}}}}
```

## The UnSubscribeFromYoutubeChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UnSubscribeFromYoutubeChannel":{"title":"UnSubscribeFromYoutubeChannel","properties":{"ChannelId":{"type":"string"}},"description":"UnSubscribeFromYoutubeChannel","type":"object"}}}}
```

## The UpdateAllYoutubeSubscriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllYoutubeSubscriptions":{"title":"UpdateAllYoutubeSubscriptions","properties":{},"description":"UpdateAllYoutubeSubscriptions","type":"object"}}}}
```

## The SQSMessageSend object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SQSMessageSend":{"title":"SQSMessageSend","properties":{"QueueName":{"type":"string"},"Message":{"type":"string"}},"description":"SQSMessageSend","type":"object"}}}}
```

## The SQSMessageReceive object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SQSMessageReceive":{"title":"SQSMessageReceive","properties":{"QueueName":{"type":"string"},"WaitTimeSeconds":{"type":"integer","format":"int32"}},"description":"SQSMessageReceive","type":"object"}}}}
```

## The CreateSQSContainerIfNotExists object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateSQSContainerIfNotExists":{"title":"CreateSQSContainerIfNotExists","properties":{"QueueName":{"type":"string"}},"description":"CreateSQSContainerIfNotExists","type":"object"}}}}
```

## The GetPreSignedUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetPreSignedUrl":{"title":"GetPreSignedUrl","properties":{"BucketName":{"type":"string"},"Key":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"GetPreSignedUrl","type":"object"}}}}
```

## The S3FileUpload object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"S3FileUpload":{"title":"S3FileUpload","properties":{"BucketName":{"type":"string"},"FilePath":{"type":"string"},"File":{"$ref":"#/components/schemas/Stream"},"ContentType":{"type":"string"}},"description":"S3FileUpload","type":"object"},"Stream":{"title":"Stream","properties":{},"description":"Stream","type":"object"}}}}
```

## The Stream object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Stream":{"title":"Stream","properties":{},"description":"Stream","type":"object"}}}}
```

## The S3StringFileUpload object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"S3StringFileUpload":{"title":"S3StringFileUpload","properties":{"BucketName":{"type":"string"},"FilePath":{"type":"string"},"Data":{"type":"string"},"ContentType":{"type":"string"}},"description":"S3StringFileUpload","type":"object"}}}}
```

## The S3DownloadFile object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"S3DownloadFile":{"title":"S3DownloadFile","properties":{"Folder":{"type":"string"},"FileName":{"type":"string"}},"description":"S3DownloadFile","type":"object"}}}}
```

## The AddApiKeyToDb object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddApiKeyToDb":{"title":"AddApiKeyToDb","required":["Email"],"properties":{"Email":{"description":"The email address of the user whose API keys should be added to DynamoDB","type":"string"}},"description":"Stores in DynamoDB the API Key for ApiGateway of the given customer email.","type":"object"}}}}
```

## The GetSecureFileUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetSecureFileUrl":{"title":"GetSecureFileUrl","required":["S3ObjectKey","expirationDate"],"properties":{"S3ObjectKey":{"description":"The full S3 key (e.g., folder/filename.json)","type":"string"},"expirationDate":{"description":"The expiration date, usually a year","type":"string","format":"date-time"}},"description":"GetSecureFileUrl","type":"object"}}}}
```

## The ProcessTable object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessTable":{"title":"ProcessTable","properties":{},"description":"ProcessTable","type":"object"}}}}
```

## The GetHistoricRevenues object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHistoricRevenues":{"title":"GetHistoricRevenues","properties":{},"description":"GetHistoricRevenues","type":"object"}}}}
```

## The CreateCharacteristics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCharacteristics":{"title":"CreateCharacteristics","required":["Type","ProgramId","TypeId"],"properties":{"Type":{"description":"Program Type to define Movie/Show","type":"enum"},"ProgramId":{"description":"Program Id to define Movie/Show","type":"long","format":"int64"},"TypeId":{"description":"Primary Tag for the Movie/Show","type":"int","format":"int32"},"Modifier":{"description":"User ID deleting the Characteristic record.","type":"int","format":"int32"},"Modified":{"description":"Date and time when the Characteristic record was modified.","type":"DateTime","format":"date-time"},"SortOrder":{"type":"integer","format":"int32"}},"description":"CreateCharacteristics","type":"object"}}}}
```

## The DeleteCharacteristic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteCharacteristic":{"title":"DeleteCharacteristic","required":["Type","CharacteristicId"],"properties":{"Type":{"description":"Program Type to define Movie/Show","type":"enum"},"CharacteristicId":{"description":"Characteristic id from the respective table Movie/Show","type":"int","format":"int32"}},"description":"DeleteCharacteristic","type":"object"}}}}
```

## The GetNamesByCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetNamesByCategory":{"title":"GetNamesByCategory","properties":{"Category":{"description":"Optional filter by category.","type":"string"}},"description":"GetNamesByCategory","type":"object"}}}}
```

## The GetAllCategories object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetAllCategories":{"title":"GetAllCategories","properties":{},"description":"GetAllCategories","type":"object"}}}}
```

## The GetCharacteristics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetCharacteristics":{"title":"GetCharacteristics","required":["Type","ProgramId"],"properties":{"Type":{"description":"Program Type to define Movie/Show","type":"enum"},"ProgramId":{"description":"Program Id to define Movie/Show","type":"long","format":"int64"}},"description":"GetCharacteristics","type":"object"}}}}
```

## The ProcessCharacteristicsByCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessCharacteristicsByCategory":{"title":"ProcessCharacteristicsByCategory","required":["Category"],"properties":{"Category":{"description":"Category name. Supported: Mood/Tone, Setting/Context, Subjects/Trope","type":"string"},"PageSize":{"description":"Batch page size for movie/show prompts.","type":"int","format":"int32"},"Model":{"description":"AI model name used for classification.","type":"string"},"MaxConcurrentRequests":{"description":"Maximum concurrent AI requests.","type":"int","format":"int32"},"Modifier":{"description":"Modifier value stored on inserted characteristic rows.","type":"int","format":"int32"},"DryRun":{"description":"If true, calculates counts but does not insert rows.","type":"bool"}},"description":"ProcessCharacteristicsByCategory","type":"object"}}}}
```

## The EIDRMatchIMDBMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMatchIMDBMovies":{"title":"EIDRMatchIMDBMovies","properties":{},"description":"EIDRMatchIMDBMovies","type":"object"}}}}
```

## The EIDRMatchIMDBShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMatchIMDBShows":{"title":"EIDRMatchIMDBShows","properties":{},"description":"EIDRMatchIMDBShows","type":"object"}}}}
```

## The EIDRMatchEIDRMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMatchEIDRMovies":{"title":"EIDRMatchEIDRMovies","properties":{},"description":"EIDRMatchEIDRMovies","type":"object"}}}}
```

## The EIDRMatchEIDRShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMatchEIDRShows":{"title":"EIDRMatchEIDRShows","properties":{},"description":"EIDRMatchEIDRShows","type":"object"}}}}
```

## The GetTopHundred object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetTopHundred":{"title":"GetTopHundred","required":["Type"],"properties":{"Type":{"description":"This will be the int value as 0 for Movie & 1 For Show.","type":"string"},"Count":{"description":"How many records you want in return default value of this is 100","type":"integer","format":"int32"}},"description":"GetTopHundred","type":"object"}}}}
```

## The SearchHandByPersonName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchHandByPersonName":{"title":"SearchHandByPersonName","properties":{},"description":"SearchHandByPersonName","type":"object"}}}}
```

## The GetHANDIds object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetHANDIds":{"title":"GetHANDIds","properties":{"PersonName":{"type":"string"}},"description":"GetHANDIds","type":"object"}}}}
```

## The HealthCheck object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HealthCheck":{"title":"HealthCheck","properties":{},"description":"HealthCheck","type":"object"}}}}
```

## The Importunmatchedtitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Importunmatchedtitles":{"title":"Importunmatchedtitles","properties":{},"description":"Importunmatchedtitles","type":"object"}}}}
```

## The ImportInsightsDescriptions object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportInsightsDescriptions":{"title":"ImportInsightsDescriptions","properties":{},"description":"ImportInsightsDescriptions","type":"object"}}}}
```

## The ImportInsightsDescriptionsShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportInsightsDescriptionsShows":{"title":"ImportInsightsDescriptionsShows","properties":{},"description":"ImportInsightsDescriptionsShows","type":"object"}}}}
```

## The ImportInsightsUIDs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportInsightsUIDs":{"title":"ImportInsightsUIDs","properties":{},"description":"ImportInsightsUIDs","type":"object"}}}}
```

## The ContentTrackerGetCSV object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ContentTrackerGetCSV":{"title":"ContentTrackerGetCSV","properties":{},"description":"ContentTrackerGetCSV","type":"object"}}}}
```

## The ContentTrackerCreateData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ContentTrackerCreateData":{"title":"ContentTrackerCreateData","properties":{},"description":"ContentTrackerCreateData","type":"object"}}}}
```

## The ImportInsightsAwardsData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportInsightsAwardsData":{"title":"ImportInsightsAwardsData","properties":{},"description":"ImportInsightsAwardsData","type":"object"}}}}
```

## The ImportInsightsNormalizedCompanies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportInsightsNormalizedCompanies":{"title":"ImportInsightsNormalizedCompanies","properties":{},"description":"ImportInsightsNormalizedCompanies","type":"object"}}}}
```

## The MoviesWithoutMinRequirements object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MoviesWithoutMinRequirements":{"title":"MoviesWithoutMinRequirements","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MoviesWithoutMinRequirements","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The ShowsWithoutMinRequirements object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowsWithoutMinRequirements":{"title":"ShowsWithoutMinRequirements","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ShowsWithoutMinRequirements","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The SeasonsWithoutMinRequirements object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonsWithoutMinRequirements":{"title":"SeasonsWithoutMinRequirements","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"SeasonsWithoutMinRequirements","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The EpisodesWithoutMinRequirements object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodesWithoutMinRequirements":{"title":"EpisodesWithoutMinRequirements","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EpisodesWithoutMinRequirements","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The FindDuplicateMovieTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDuplicateMovieTitle":{"title":"FindDuplicateMovieTitle","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"FindDuplicateMovieTitle","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The FindDuplicateMovieTitleYear object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindDuplicateMovieTitleYear":{"title":"FindDuplicateMovieTitleYear","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"FindDuplicateMovieTitleYear","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The AcquisitionTitleProblemReportResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"}}}}
```

## The AcquisitionTitleProblemReasonCode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"}}}}
```

## The List\_AcquisitionTitleProblemReportResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_AcquisitionTitleProblemReportResponse_":{"title":"List<AcquisitionTitleProblemReportResponse>","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"}}}}
```

## The AcquisitionTitleProblemReasonCodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AcquisitionTitleProblemReasonCodeResponse":{"title":"AcquisitionTitleProblemReasonCodeResponse","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCodeResponse","type":"object"}}}}
```

## The List\_AcquisitionTitleProblemReasonCodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_AcquisitionTitleProblemReasonCodeResponse_":{"title":"List<AcquisitionTitleProblemReasonCodeResponse>","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCodeResponse"}},"AcquisitionTitleProblemReasonCodeResponse":{"title":"AcquisitionTitleProblemReasonCodeResponse","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCodeResponse","type":"object"}}}}
```

## The AcquisitionUserEvent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AcquisitionUserEvent":{"title":"AcquisitionUserEvent","required":["ProgramId","ProgramType","Modified","Modifier","EventName"],"properties":{"Id":{"description":"Unique ID of the user event record.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"Modified":{"description":"Date event was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this event.","type":"integer","format":"int32"},"EventName":{"description":"User event name.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"AcquisitionUserEvent","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The AcquisitionUserEventNotification object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AcquisitionUserEventNotification":{"title":"AcquisitionUserEventNotification","required":["ProgramId","ProgramType","Modified","Modifier","EventName"],"properties":{"Id":{"description":"Unique ID of the user event notification record.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"Modified":{"description":"Date notification was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this notification.","type":"integer","format":"int32"},"EventName":{"description":"User event name for notification.","type":"string"},"ServerToUser":{"description":"Indicates if the notification is from server to user.","type":"boolean"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"AcquisitionUserEventNotification","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_AcquisitionUserEventNotification\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_AcquisitionUserEventNotification_":{"title":"List<AcquisitionUserEventNotification>","type":"array","items":{"$ref":"#/components/schemas/AcquisitionUserEventNotification"}},"AcquisitionUserEventNotification":{"title":"AcquisitionUserEventNotification","required":["ProgramId","ProgramType","Modified","Modifier","EventName"],"properties":{"Id":{"description":"Unique ID of the user event notification record.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"Modified":{"description":"Date notification was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this notification.","type":"integer","format":"int32"},"EventName":{"description":"User event name for notification.","type":"string"},"ServerToUser":{"description":"Indicates if the notification is from server to user.","type":"boolean"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"AcquisitionUserEventNotification","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The TopUserEvent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TopUserEvent":{"title":"TopUserEvent","properties":{"UserId":{"description":"Unique ID of the user.","type":"integer","format":"int32"},"Name":{"description":"Name of the user.","type":"string"},"EventName":{"description":"User event name.","type":"string"},"Count":{"description":"Number of matching user events.","type":"integer","format":"int32"}},"description":"TopUserEvent","type":"object"}}}}
```

## The List\_TopUserEvent\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TopUserEvent_":{"title":"List<TopUserEvent>","type":"array","items":{"$ref":"#/components/schemas/TopUserEvent"}},"TopUserEvent":{"title":"TopUserEvent","properties":{"UserId":{"description":"Unique ID of the user.","type":"integer","format":"int32"},"Name":{"description":"Name of the user.","type":"string"},"EventName":{"description":"User event name.","type":"string"},"Count":{"description":"Number of matching user events.","type":"integer","format":"int32"}},"description":"TopUserEvent","type":"object"}}}}
```

## The CompareResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompareResponse":{"title":"CompareResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CompareResponse","type":"object"}}}}
```

## The CrawlResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CrawlResponse":{"title":"CrawlResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"NumberCompared":{"type":"integer","format":"int32"},"TimeElapsed":{"type":"string"}},"description":"CrawlResponse","type":"object"}}}}
```

## The SyncAltIdsToMediaResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAltIdsToMediaResponse":{"title":"SyncAltIdsToMediaResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"IdConflicts":{"type":"array","items":{"$ref":"#/components/schemas/AlternateIdConflict"}}},"description":"SyncAltIdsToMediaResponse","type":"object"},"AlternateIdConflict":{"title":"AlternateIdConflict","properties":{"PreviousMatchPublishedId":{"type":"integer","format":"int32"},"NewMatchPublishedId":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"IdType":{"type":"integer","format":"int32"},"Resolved":{"type":"boolean"}},"description":"AlternateIdConflict","type":"object"}}}}
```

## The AlternateIdConflict object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlternateIdConflict":{"title":"AlternateIdConflict","properties":{"PreviousMatchPublishedId":{"type":"integer","format":"int32"},"NewMatchPublishedId":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"IdType":{"type":"integer","format":"int32"},"Resolved":{"type":"boolean"}},"description":"AlternateIdConflict","type":"object"}}}}
```

## The SyncAllProgramIdsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SyncAllProgramIdsResponse":{"title":"SyncAllProgramIdsResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"SyncAllProgramIdsResponse","type":"object"}}}}
```

## The GBUsageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GBUsageResponse":{"title":"GBUsageResponse","properties":{"TotalGB":{"type":"number","format":"double"},"MonthlyStorageInMinutes":{"type":"string"},"MonthEncodeMinutes":{"type":"string"},"Detail":{"type":"array","items":{"$ref":"#/components/schemas/GBUsageDay"}}},"description":"GBUsageResponse","type":"object"},"GBUsageDay":{"title":"GBUsageDay","properties":{"Date":{"type":"string","format":"date-time"},"GB":{"type":"number","format":"double"},"FlashPlayerRequests":{"type":"integer","format":"int32"},"ImageServiceRequests":{"type":"integer","format":"int32"},"ImageServiceGB":{"type":"number","format":"double"}},"description":"GBUsageDay","type":"object"}}}}
```

## The GBUsageDay object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GBUsageDay":{"title":"GBUsageDay","properties":{"Date":{"type":"string","format":"date-time"},"GB":{"type":"number","format":"double"},"FlashPlayerRequests":{"type":"integer","format":"int32"},"ImageServiceRequests":{"type":"integer","format":"int32"},"ImageServiceGB":{"type":"number","format":"double"}},"description":"GBUsageDay","type":"object"}}}}
```

## The Dictionary\_String\_Int32\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The ApiUserResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ApiUserResponse":{"title":"ApiUserResponse","properties":{"Success":{"type":"boolean"}},"description":"ApiUserResponse","type":"object"}}}}
```

## The DbApiUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbApiUser":{"title":"DbApiUser","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Phone":{"type":"string"},"Website":{"type":"string"},"Created":{"type":"string","format":"date-time"},"ApiKey":{"type":"string"},"Enabled":{"type":"boolean"}},"description":"DbApiUser","type":"object"}}}}
```

## The List\_DbApiUser\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbApiUser_":{"title":"List<DbApiUser>","type":"array","items":{"$ref":"#/components/schemas/DbApiUser"}},"DbApiUser":{"title":"DbApiUser","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Phone":{"type":"string"},"Website":{"type":"string"},"Created":{"type":"string","format":"date-time"},"ApiKey":{"type":"string"},"Enabled":{"type":"boolean"}},"description":"DbApiUser","type":"object"}}}}
```

## The FindCrappyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindCrappyResponse":{"title":"FindCrappyResponse","properties":{"Imdb_id":{"type":"string"},"confidence":{"type":"string"},"explanation":{"type":"string"}},"description":"FindCrappyResponse","type":"object"}}}}
```

## The AvailabilityOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AvailabilityOverride":{"title":"AvailabilityOverride","properties":{"Id":{"description":"Id of availability override.","type":"integer","format":"int64"},"Provider":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"OfferType":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"DeliveryMethod":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"Price":{"type":"number","format":"double"},"Currency":{"description":"Availability currency type.","type":"string","enum":["NA","USD","GBP","EUR","JPY","CAD","SEK","DKK","CHF","AUD","NZD","MXN","BRL","INR","NOK","THB","MYR","PHP","IDR","RUB","SGD","KRW","ZAR","LTL","RON","BGN","HUF","CHE","VEF","HKD","TWD","VND","COP"]},"Quality":{"description":"Availability xideo quality.","type":"string","enum":["NOT_SET","HD","UHD","SD"]},"Country":{"description":"Country of availability override.","type":"string"},"Links":{"description":"Links to offers of availability override.<br>Using this model<br>[{\"Platform\": \"value\",\"Url\": \"value\"}]<br>Replace the word string with the platform and url respectively, leave the quotes.<br>Accepted Platforms are IOS, Android or Web","type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"description":"Start date of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"PreSale":{"description":"Presale flag for availability override.","type":"boolean"},"EpisodeId":{"description":"EpisodeId matched to availability override.","type":"integer","format":"int64"},"SeasonId":{"description":"SeasonId matched to availability override.","type":"integer","format":"int64"},"ShowId":{"description":"ShowId matched to availability override.","type":"integer","format":"int64"},"MovieId":{"description":"MovieId matched to availability override.","type":"integer","format":"int64"},"Title":{"description":"PRogram title for availability override.","type":"string"},"ReplaceOrDeleteId":{"description":"Id of availability to replace or delete.","type":"integer","format":"int64"},"Action":{"description":"Availability override action.","type":"string","enum":["None","Replace","Delete","Insert"]}},"description":"AvailabilityOverride","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_AvailabilityOverride\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_AvailabilityOverride_":{"title":"List<AvailabilityOverride>","type":"array","items":{"$ref":"#/components/schemas/AvailabilityOverride"}},"AvailabilityOverride":{"title":"AvailabilityOverride","properties":{"Id":{"description":"Id of availability override.","type":"integer","format":"int64"},"Provider":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"OfferType":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"DeliveryMethod":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"Price":{"type":"number","format":"double"},"Currency":{"description":"Availability currency type.","type":"string","enum":["NA","USD","GBP","EUR","JPY","CAD","SEK","DKK","CHF","AUD","NZD","MXN","BRL","INR","NOK","THB","MYR","PHP","IDR","RUB","SGD","KRW","ZAR","LTL","RON","BGN","HUF","CHE","VEF","HKD","TWD","VND","COP"]},"Quality":{"description":"Availability xideo quality.","type":"string","enum":["NOT_SET","HD","UHD","SD"]},"Country":{"description":"Country of availability override.","type":"string"},"Links":{"description":"Links to offers of availability override.<br>Using this model<br>[{\"Platform\": \"value\",\"Url\": \"value\"}]<br>Replace the word string with the platform and url respectively, leave the quotes.<br>Accepted Platforms are IOS, Android or Web","type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"description":"Start date of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"PreSale":{"description":"Presale flag for availability override.","type":"boolean"},"EpisodeId":{"description":"EpisodeId matched to availability override.","type":"integer","format":"int64"},"SeasonId":{"description":"SeasonId matched to availability override.","type":"integer","format":"int64"},"ShowId":{"description":"ShowId matched to availability override.","type":"integer","format":"int64"},"MovieId":{"description":"MovieId matched to availability override.","type":"integer","format":"int64"},"Title":{"description":"PRogram title for availability override.","type":"string"},"ReplaceOrDeleteId":{"description":"Id of availability to replace or delete.","type":"integer","format":"int64"},"Action":{"description":"Availability override action.","type":"string","enum":["None","Replace","Delete","Insert"]}},"description":"AvailabilityOverride","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The MovieAvailabilityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_MovieAvailabilityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieAvailabilityResponse_":{"title":"List<MovieAvailabilityResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ShowAvailabilityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_ShowAvailabilityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowAvailabilityResponse_":{"title":"List<ShowAvailabilityResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The InsertMovieIDintoProviderMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InsertMovieIDintoProviderMovieResponse":{"title":"InsertMovieIDintoProviderMovieResponse","properties":{"ReturnMessage":{"type":"string"}},"description":"InsertMovieIDintoProviderMovieResponse","type":"object"}}}}
```

## The InsertShowIDintoProviderShowResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InsertShowIDintoProviderShowResponse":{"title":"InsertShowIDintoProviderShowResponse","properties":{"ReturnMessage":{"type":"string"}},"description":"InsertShowIDintoProviderShowResponse","type":"object"}}}}
```

## The MovieAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAvailabilities":{"title":"MovieAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"MovieAvailabilities","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_MovieAvailabilities\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieAvailabilities_":{"title":"List<MovieAvailabilities>","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilities"}},"MovieAvailabilities":{"title":"MovieAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"MovieAvailabilities","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_ProgramAvailability\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ProgramAvailability_":{"title":"List<ProgramAvailability>","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ShowAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAvailabilities":{"title":"ShowAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"ShowAvailabilities","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_ShowAvailabilities\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowAvailabilities_":{"title":"List<ShowAvailabilities>","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilities"}},"ShowAvailabilities":{"title":"ShowAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"ShowAvailabilities","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The SeasonAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonAvailabilities":{"title":"SeasonAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"SeasonAvailabilities","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The SeasonAvailabilityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_SeasonAvailabilities\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SeasonAvailabilities_":{"title":"List<SeasonAvailabilities>","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilities"}},"SeasonAvailabilities":{"title":"SeasonAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"SeasonAvailabilities","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The EpisodeAvailabilities object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeAvailabilities":{"title":"EpisodeAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"EpisodeAvailabilities","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The EpisodeAvailabilityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_EpisodeAvailabilities\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeAvailabilities_":{"title":"List<EpisodeAvailabilities>","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilities"}},"EpisodeAvailabilities":{"title":"EpisodeAvailabilities","properties":{"Id":{"type":"integer","format":"int64"},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"EpisodeAvailabilities","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The CreateAvailabilityOverrideResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateAvailabilityOverrideResponse":{"title":"CreateAvailabilityOverrideResponse","properties":{"Id":{"description":"Id of availability override.","type":"integer","format":"int64"},"Provider":{"description":"List of availability providers.  See /Common/GetCommonEnumerators endpoint for complete list.","type":"string","enum":["NOT_SET","AmazonInstantVideo","NBC","ABC","FOX","FandangoMovies","GooglePlay","CBS","TheCW","PBS","DiscoveryChannel","Disney_XD","AmazonErosNow","Hulu","AmazonPrimeVideo","AppleTV","Netflix","YouTubePremium","DisneyPlus","Disney_Channel","AE","AdultSwim","BET","ComedyCentral","Disney_Junior","E","FoodNetwork","MTV","NationalGeographicChannel","Showtime","Starz","TLC","VH1","Tubi","FandangoAtHome","Pluto","Peacock","CBSAllAccess","AMC","Crackle","YoutubeMovies","FandangoNOW","AMCPremiere","Shudder","SundanceNow","EPIX","TheCriterionChannel","DiscoveryPlus","ParamountPlus","Plex","BETPlus","ParamountNetwork","LOGOTV","FuboTV","BritBox","AcornTV","TheRokuChannel","RokuPremSub_AECrimeCentral","RokuPremSub_ALLBLK","RokuPremSub_AMCPlus","RokuPremSub_AcornTV","RokuPremSub_BBCSelect","RokuPremSub_BETPlus","RokuPremSub_BFIPlayerClassics","RokuPremSub_BritBox","RokuPremSub_CONtv","RokuPremSub_Cinemax","RokuPremSub_CuriosityStream","RokuPremSub_Docurama","RokuPrSub_DoveChannel","RokuPrSub_EPIX","RokuPrSub_FandorSpotlight","RokuPremSub_HallmarkMoviesNow","RokuPremSub_HiYAH","RokuPremSub_HistoryVault","RokuPremSub_IFCFilmsUnlimited","RokuPremSub_LifetimeMovieClub","RokuPremSub_MagellanTV","RokuPremSub_SHOWTIME","RokuPremSub_STARZ","RokuPremSub_Screambox","RokuPremSub_ScreenPix","RokuPremSub_Shudder","RokuPremSub_SundanceNow","RokuPremSub_UPFaithFamily","RokuPremSub_ViewsterAnime","RokuPremSub_WalterPresents","AMCPlus","FreeVee","SkyShowtime","AmazonShowtime","AmazonDiscoveryPlus","AmazonParamountPlus","AmazonAMCPlus","AmazonBETPlus","AmazonSundance","AmazonBritBox","AmazonAcornTV","AmazonShudder","AmazonCONtv","AmazonMGMPlus","AmazonNoggin","AmazonDaringDocs","AmazonFitfusionbyJillianMichaels","AmazonCuriosityStream","AmazonViewsterAnime","AmazonNBALeaguePass","AmazonBeFiT","AmazonPantaya","AmazonPBSKID","AmazonCinemax","AmazonMUBI","AmazonScreambox","AmazonMovieSphere","AmazonViX","AmazonShoutFactoryTV","AmazonVixPlus","AmazonTheFilmDetective","AmazonBBCSelect","AmazonDocurama","AmazonHBOMax","AmazonFilmDoo","FandangoAtHomeSub_Unknown","AmazonAECrimeCentral","AmazonPBSDocumentaries","AmazonWarriorsAndGangsters","AmazonSub_Unknown","AmazonFandor","MGMPlus","CrunchyRoll","RakutenViki","ViX","ITVX","MUBI","AppleTVSub_Unknown","RokuPremSub_Unknown","RokuPremSub_Kocowa","RokuPremSub_Max","RokuPremSub_Crunchyroll","RokuPremSub_Foxnation","RokuPremSub_Mhz_choice","RokuPremSub_Hidive","RokuPremSub_Great_courses","RokuPremSub_Britbox","RokuPremSub_Paramountplus","RokuPremSub_Discoveryplus","RokuPremSub_Vixplus","RokuPremSub_Viaplay","RokuPremSub_Acorn_tv","RokuPremSub_Demandafrica","RokuPremSub_Francechannel","RokuPremSub_Pureflix","RokuPremSub_Cinedigm_docurama","RokuPremSub_Cinedigm_contv","RokuPremSub_Shout_factory","RokuPremSub_Upff","RokuPremSub_Hallmark","RokuPremSub_Bet","RokuPremSub_Cinedigm_dove","RokuPremSub_Ifc","RokuPremSub_Tv4_screambox","RokuPremSub_Marqueetv","RokuPremSub_Ae_lifetime","RokuPremSub_Fandor","RokuPremSub_Qello","RokuPremSub_Bfi","RokuPremSub_Screenpix","AmazonadsonViXGratis","AmazonHallmarkPlus","AmazonCineverse","AmazonMIDNIGHTPULP","AmazonGaia","AmazonUPFaithFamily","AmazonEchoboomSports","AmazonCrunchyroll","RakutenVikiSub_Unknown","HuluSub_Unknown","DisneyPlusSub_Unknown","PeacockSub_Unknown","MaxSub_Unknown","NetflixSub_Unknown","SkyShowtimeSub_Unknown","GooglePlaySub_Unknown","TubiSub_Unknown","ITVXSub_Unknown","CrunchyRollSub_Unknown","AmazonOutsideTVFeatures","AmazonStingrayClassica","AmazonAppleTV","AmazonStingrayKaraoke","AmazonRyandFriendsPlus","AmazonUnknown","AmazonMax","Comedy_Central","ShowtimeAnytime","AmazonNFLGAMEPASS","AmazonPeacock","GuideDoc","AnimalPlanet","BBCAmerica","Bounce","Bravo","CINEARPLAY","CuriosityStream","DiscoveryGO","DISHAnywhere","DisneyNOW","DoveChannel","EWTN","Fandor","FlixFling","FoxOne","Freeform","FXNOW","FYI","Gaia","HallmarkTV","HallmarkPlus","HGTV","HISTORY","HistoryVault","Hoopla","IFC","IndieFlix","IDGO","Lifetime","MagnoliaSelects","MyOutdoorTV","NationalGeographic","Oxygen","PBSKids","PlutoTV","Pureflix","RedBullTV","ScienceChannelGO","ScreamBox","ShoutFactoryTV","SlingTV","SundanceTV","TNT","Syfy","TBS","Teatrix","TravelChannel","TruTV","Allblk","UPFaithandFamily","USANetwork","Verizon","ViceTV","WeTV","XfinityStream","YouTube","YuppTV","ESPNPlus","OptimumTV","SpectrumOnDemand","YouTubeTV","CanelaTV","MagellanTV","KOCOWAPlus","Dekkoo","ChaiFlicks","Hoichoi","LifetimeMovieClub","HereTV","DaFilms","FilmMovementPlus","HIDIVE","Filmzie","iQIYI","FlixLatino","HiYAH","WOWPresentsPlus","OvidTV","DOCSVILLE","MarthaStewartTV","MhzChoice","NightFlightPlus","PublicDomainMovies","Revry","FlixPremiere","WatchTCM","Retrocrush","SunNXT","MovieSaints","DAZN","Metrograph","TrueStory","OWN","AsianCrush","OnDemandKorea","Arrow","MLBTV","XumoPlay","FlixOle","BroadwayHD","FamilyPlayland","RTenEspanol","Alchemiya","Addatimes","AmericanIndianFilmGallery","EstrellaTV","NineNineMedia","TromaNOW","CirqueConnect","DistroTV","Fanatiz","ToonGoggles","DigitalConcertHall","DemandAfrica","FullMoonFeatures","GlewedTV","FIFAPlus","ArchivioLuce","AFAPlay","F1TV","HENRI","DigitalTheatre","Pinguinitos","KidoodleTV","GlobePlayer","ShortoftheWeek","Zee5","Reveel","KartoonChannel","TaskmasterSuperMaxPlus","HispanTV","Viddsee","HistoryHit","QelloConcerts","SimplySouth","IFIArchivePlayer","KweliTV","MeansTV","OCULTOTV","Cultpix","MetOperaonDemand","MarqueeTV","OperaVision","Aha","Takflix","FilmboxPlus","NFLPlus","TennisChannel","Eventive","FoxNation","Cineverse","NBA","Mometu","Kidstream","Starpicks","FOXSports","FloSports","MundoDramaPlus","TED","IWantTFC","Philo","ABCIview","AbemaTV","acontraPlus","ADN","AISPlay","All4","Alleskino","ALTBalaji","AmazoniaFLIX","Amediateka","Americatvgo","ANT1Plus","AntelTV","ARDMediathek","ARDPlus","Argo","Arte","ARTEBoutique","ArthouseCNMA","AstroGo","ATRESplayer","ATV","Audiovisiva","AVAHBZ","AVAVOBB","AXN","BancodeConteudosCulturais","BanglaFlix","BBCiPlayer","Beamafilm","BeelineTV","BeINCONNECT","BelasArtesALaCarte","Benshi","BeTVGo","BesTV","BFIPlayer","Bilibili","Binge","BioskopOnline","Bioscope","Blockbuster","Blue","Bombozila","Bongo","Boonet","Bookmyshow","Brollie","BTTV","CANALPlus","Canal13","CanalOnce","CanalRCN","CanalVOD","Cardume","CatchplayPlus","Channel4","Chili","Chilevision","ChivasTV","CHTMOD","Cindie","Cineaparte","Cinearchives","Cineasterna","Cinego","CineHumbertoMauroMais","Cinemargentino","Cinemasalademande","CineMember","CinematecaPernambucana","CineplexStore","Cinespot","Cinesquare","CitytvPlus","ClaroTVPlus","ClaroVideo","ClipTV","ClubIllico","CNNChile","CNTVInfantil","Combate","CoupangPlay","Courtside1891","Crave","CTV","CultSPPlay","CurtaOn","CurzonHomeCinema","Danet","DarkflixPlus","DGO","DisneyPlusHotstar","DMMTV","DocomoAnimeStore","DocPlay","DORCELCLUB","DrakenFilm","DRTV","DSmartGo","Ecinemacom","Edisonline","Edonon","ElisaViihde","ElisaViihdeViaplay","ElNueve","Eltrece","EmbaubaPlay","EPICON","ERTFLIX","Escenix","Exxen","FibeTVApp","FILMO","Film1","Filmaslv","Filmcentralen","FilmDoo","Filmicca","Filmin","Filmarkivet","Filmfriend","FilmotecaUNAM","Filmoteket","Filmtastic","Filmstriben","FiosOnDemand","Flow","FOD","FPTPLAY","FranceTV","Freenetvideo","FreeTV","FriDay","FWTV","Gain","GalaxyPlay","GaumontClassique","Gem","Genflix","GLITCH","GlobalTV","Globoplay","Go3","GoAnime","GOSeries","GospelPlay","HamiVideo","Hayu","HikariTV","Hmvod","HollywoodSuite","HomeofHorror","Hotstar","ICITOUTV","IFFRUnleashed","ImagenTelevision","ImagoTV","IROKOTV","ItaCulturalPlay","Ivi","IzziGO","JapaneseAnimatedFilmClassics","JCom","Joyn","KPlus","KakaoTV","Kayo","KINOATV","Kino1TV","KinoVODClub","KinoonDemand","Kirjastokino","KIXI","KnowledgeNetwork","KT","KyivstarTV","LaCinetek","LAFTEL","LaLigaPlus","LaNacionPlus","LasEstrellas","LEquipe","Lemino","Libreflix","LiceuPlus","LINETV","LiTV","Looke","M6Plus","Madelen","MagentaTV","ManoramaMAX","MaoriPlus","Maxdome","MAXstream","MediasetInfinity","Medicitv","MegaGo","Mejane","MeWATCH","MEOGo","MercadoPlay","Migu","MINASplay","Mirail","MiTelefe","MolotovTV","Monomax","MovistarPlusPlus","MovistarTV","Mubi","MVSHub","MXPlayer","My5","MyTVSUPER","MyVideo","Myst","NarrativasIndigenasdoNordeste","NBALeaguePass","Nebula","Neon","NetMovies","Netzkino","NexoPlus","NFB","NHK","NineNow","NLZIET","Nonfictionfilm","Noovo","NOSTV","NovaPlay","NOW","NowPlayer","NPOStart","NRKTV","NTV","NuestroCineMX","OctubreTV","Okko","Oldflix","OndaMedia","OnePlus","OQEEbyFree","Optimum","OrangeTV","OrangeTVGO","OSNPlus","Ovidtv","PatheThuis","PickboxNOW","Picl","Play","Player","PlayNow","PlayPlus","PlayRTS","PlaySRF","PolsatBoxGo","PopcornTimes","Premier","ProTVPlus","PTOPlus","Puhutv","QwestTV","RacingTV","RaiPlay","RakutenTV","Ran","RedeTV","Redoc","ReelShort","ReservaImovision","RetinaLatina","RiksTV","Riivi","RTEPlayer","RTLPlus","RTPPlay","RTVCPlay","RTVEPlay","SalemNOW","SBTVideos","SbsOnDemand","SBS","SelectaTV","Selego","Serially","SescDigital","SevenPlus","SFAnytime","SFRPlay","Shadowz","Shahid","ShemarooMe","Showmax","Sky","SkyGo","SkyPlus","SkyStore","SohuVideo","Sooka","Sooner","SonyChannel","SonyLiv","SonyOne","SouthPark","SpcinePlay","SportDigital","SportsnetNOW","Spoox","SPURSPLAY","Stan","STVPlayer","Streamz","Strim","SVTPlay","SweetTV","tabii","TamanduaTV","TataPlay","TCM","Teatroamiltv","Teatroteca","tediTV","TELASA","TelecentroPlay","TeleFlix","TelekomTVGO","TeleSat","TELUSTVPlus","Tenk","TenPlay","TencentVideo","TF1Plus","TFOUMax","TG4","ThreeNow","TIMVISION","Tivify","TOD","Todesplay","Tonton","TriArtPlay","TrueID","TSN","Tver","TV2Play","TV360","TV4Play","TV5MONDE","TVAzteca","TVBarrandov","TVBrasilPlay","TVCaicara","TVcomigo","TVdOrange","Tving","TVNPlay","TVNZ","Tvo","TVPeru","TVPlus","TVVlaanderen","TyCSportsPlay","UFCFightpass","UKTV","Umbra","UN3","UNEXT","UNIVERVIDEO","UniversalPlus","Universcine","UOLPlay","URplay","VEOTelepacifico","Viddla","Videobuster","Videoland","Videoload","VideoMarket","Vidio","VieOn","ViMoviesandTV","Viaplay","VirginMediaPlayer","VirginMediaStore","Viu","ViuTV","Vivamax","VivoPlay","Vodpl","VoliaTV","Voyo","VRTMax","VeinticuatroHoras","Waiputv","Watch","Watcha","WATCHIT","Wavve","Wedotv","WeTvIflix","WinSportsOnline","WOW","WOWOWOnDemand","XUMO","XviewPlus","YleAreena","Youku","Zattoo","ZDF","The_CW","Vudu","Food_Network","Oprah_Winfrey_Network","Cartoon_Network","Travel_Channel","USA_Network","Nickelodeon","Animal_Planet","Investigation_Discovery","CriterionChannel","HBOMax","AmazonHayu","AppleTVHistoryVault","AppleTVLifetimeMovieClub","AppleTVHallmarkPlus","AppleTVBETPlus","AppleTVBFIPlayerClassics","AppleTVCarnegieHallPlus","AppleTVMUBI","AppleTVParamountPlus","AppleTVCuriosityStream","AppleTVAMCPlus","AppleTVSundanceNow","AppleTVMGMPlus","AppleTVScreenPix","AppleTVErosNowSelect","AppleTVALLBLK","AppleTVMarqueeTV","AppleTVMHzChoice","AppleTVUPFaithAndFamily","ApleTVBBCSelect","AppleTVShudder","AppleTVCJENMSelects","AppleTVTastemade","AppleTVGreatCoursesSignatureCollection","AppleTVAECrimeCentral","AppleTVPBSLiving","AppleTVSTARZ","AppleTVOUTtv","AppleTVAcornTV","AppleTVBritBox","AppleTVCrunchyroll","MagentaTVArte","MagentaTVVideoload","MagentaTVARDMediathek","MagentaTVEroticLounge","MagentaTVZDF","TheRokuChannelHBOMax","TheRokuChannelDiscoveryPlus","TheRokuChannelMGMPlus","TheRokuChannelPeacock","TheRokuChannelHowdy","TheRokuChannelCineverse","TheRokuChannelParamountPlus","TheRokuChannelAMCPlus","TheRokuChannelQelloConcertsByStingray","TheRokuChannelMidnightPulp","TheRokuChannelHallmarkPlus","TheRokuChannelShoutTV","AmazonStingray","AmazonLooke","AmazonCrave","AmazonDAZN","AmazonStingrayAllGoodVibes","AmazonStackTV","AppleTVGarage","AmazonSport","AmazonPeacockPremiumPlus","AmazonIndieflix","AmazonHowdy","AmazonVixGratis","AmazonTNTSports","AmazonFODChannel","AmazonDAnimeStore","AmazonAnimeTimes","AmazonToeiOnDemand","AmazonNHKOnDemand","AmazonMyTheaterPlus","AmazonDiscoveryPlusIntrattenimentoAndSport","AmazonJuventusTV","AmazonHBOMaxSport","AmazonDiscoveryPlusIntrattenimento","AmazonTheFilmClub","NA"]},"OfferType":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Buy","Subscription","Free","Rent"]},"DeliveryMethod":{"description":"Availability opffer type.","type":"string","enum":["NOT_SET","Scheduled","Ticket","Physical","OnDemand"]},"Price":{"type":"number","format":"double"},"Currency":{"description":"Availability currency type.","type":"string","enum":["NA","USD","GBP","EUR","JPY","CAD","SEK","DKK","CHF","AUD","NZD","MXN","BRL","INR","NOK","THB","MYR","PHP","IDR","RUB","SGD","KRW","ZAR","LTL","RON","BGN","HUF","CHE","VEF","HKD","TWD","VND","COP"]},"Quality":{"description":"Availability xideo quality.","type":"string","enum":["NOT_SET","HD","UHD","SD"]},"Country":{"description":"Country of availability override.","type":"string"},"Links":{"description":"Links to offers of availability override.<br>Using this model<br>[{\"Platform\": \"value\",\"Url\": \"value\"}]<br>Replace the word string with the platform and url respectively, leave the quotes.<br>Accepted Platforms are IOS, Android or Web","type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"description":"Start date of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"ExpirationDate":{"description":"Expiration of availability override.<br>Accepted date formats are MM-dd-yyyy or MM/dd/yyyy","type":"string","format":"date-time"},"PreSale":{"description":"Presale flag for availability override.","type":"boolean"},"EpisodeId":{"description":"EpisodeId matched to availability override.","type":"integer","format":"int64"},"SeasonId":{"description":"SeasonId matched to availability override.","type":"integer","format":"int64"},"ShowId":{"description":"ShowId matched to availability override.","type":"integer","format":"int64"},"MovieId":{"description":"MovieId matched to availability override.","type":"integer","format":"int64"},"Title":{"description":"PRogram title for availability override.","type":"string"},"ReplaceOrDeleteId":{"description":"Id of availability to replace or delete.","type":"integer","format":"int64"},"Action":{"description":"Availability override action.","type":"string","enum":["None","Replace","Delete","Insert"]}},"description":"CreateAvailabilityOverrideResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The FlatOverride object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FlatOverride":{"title":"FlatOverride","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"WebLink":{"type":"string"},"IOSLink":{"type":"string"},"AndroidLink":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"EpisodeId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Title":{"type":"string"},"ReplaceOrDeleteId":{"type":"integer","format":"int64"},"Action":{"type":"string"}},"description":"FlatOverride","type":"object"}}}}
```

## The EpisodeListingResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeListingResponse":{"title":"EpisodeListingResponse","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"SeriesTitle":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"AirDate":{"type":"string","format":"date-time"},"AirTime":{"type":"string","format":"date-time"},"Schedule":{"$ref":"#/components/schemas/ListingSchedule"},"Network":{"$ref":"#/components/schemas/ListingNetwork"},"WebChannel":{"$ref":"#/components/schemas/ListingWebChannel"},"Poster":{"$ref":"#/components/schemas/ListingPoster"},"Description":{"type":"string"},"Language":{"type":"string"},"Status":{"type":"string"},"Runtime":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"integer","format":"int64"}},"description":"EpisodeListingResponse","type":"object"},"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"},"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"},"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"}}}}
```

## The ListingSchedule object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"}}}}
```

## The ListingNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"}}}}
```

## The ListingCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"}}}}
```

## The ListingWebChannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"}}}}
```

## The ListingPoster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"}}}}
```

## The List\_EpisodeListingResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeListingResponse_":{"title":"List<EpisodeListingResponse>","type":"array","items":{"$ref":"#/components/schemas/EpisodeListingResponse"}},"EpisodeListingResponse":{"title":"EpisodeListingResponse","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"SeriesTitle":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"AirDate":{"type":"string","format":"date-time"},"AirTime":{"type":"string","format":"date-time"},"Schedule":{"$ref":"#/components/schemas/ListingSchedule"},"Network":{"$ref":"#/components/schemas/ListingNetwork"},"WebChannel":{"$ref":"#/components/schemas/ListingWebChannel"},"Poster":{"$ref":"#/components/schemas/ListingPoster"},"Description":{"type":"string"},"Language":{"type":"string"},"Status":{"type":"string"},"Runtime":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"integer","format":"int64"}},"description":"EpisodeListingResponse","type":"object"},"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"},"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"},"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"}}}}
```

## The AvailabilityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AvailabilityResponse":{"title":"AvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"ProgramId":{"type":"integer","format":"int64"},"Title":{"type":"string"}},"description":"AvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_AvailabilityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_AvailabilityResponse_":{"title":"List<AvailabilityResponse>","type":"array","items":{"$ref":"#/components/schemas/AvailabilityResponse"}},"AvailabilityResponse":{"title":"AvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"ProgramId":{"type":"integer","format":"int64"},"Title":{"type":"string"}},"description":"AvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The List\_EpisodeAvailabilityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeAvailabilityResponse_":{"title":"List<EpisodeAvailabilityResponse>","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The DeleteAvailabilityOverrideResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DeleteAvailabilityOverrideResponse":{"title":"DeleteAvailabilityOverrideResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"DeleteAvailabilityOverrideResponse","type":"object"}}}}
```

## The AlternateIdImportResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlternateIdImportResponse":{"title":"AlternateIdImportResponse","properties":{"MovieAlternateIdsAdded":{"type":"integer","format":"int32"},"ShowAlternateIdsAdded":{"type":"integer","format":"int32"},"SeasonAlternateIdsAdded":{"type":"integer","format":"int32"},"EpisodeAlternateIdsAdded":{"type":"integer","format":"int32"}},"description":"AlternateIdImportResponse","type":"object"}}}}
```

## The CrawlPageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CrawlPageResponse":{"title":"CrawlPageResponse","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Poster":{"type":"string"},"Synopsis":{"type":"string"},"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CrawlPageResponse","type":"object"}}}}
```

## The PageMatchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PageMatchResponse":{"title":"PageMatchResponse","properties":{"WatchUrl":{"type":"string"},"Query":{"type":"string"},"Success":{"type":"boolean"},"Message":{"type":"string"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/PageMatchResult"}}},"description":"PageMatchResponse","type":"object"},"PageMatchResult":{"title":"PageMatchResult","properties":{"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"TitleType":{"type":"string"},"PosterUrl":{"type":"string"},"Confidence":{"type":"number","format":"double"},"TitleScore":{"type":"number","format":"double"},"YearScore":{"type":"number","format":"double"},"DescriptionScore":{"type":"number","format":"double"},"PosterScore":{"type":"number","format":"double"}},"description":"PageMatchResult","type":"object"}}}}
```

## The PageMatchResult object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PageMatchResult":{"title":"PageMatchResult","properties":{"ImdbId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"TitleType":{"type":"string"},"PosterUrl":{"type":"string"},"Confidence":{"type":"number","format":"double"},"TitleScore":{"type":"number","format":"double"},"YearScore":{"type":"number","format":"double"},"DescriptionScore":{"type":"number","format":"double"},"PosterScore":{"type":"number","format":"double"}},"description":"PageMatchResult","type":"object"}}}}
```

## The CountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CountryResponse":{"title":"CountryResponse","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryResponse","type":"object"}}}}
```

## The TitleLookup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TitleLookup":{"title":"TitleLookup","properties":{"ID":{"type":"string"},"ProgramType":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ShowId":{"type":"string"},"IvaRating":{"type":"integer","format":"int32"},"RelevanceScore":{"type":"integer","format":"int32"},"Genres":{"type":"array","items":{"type":"string"}}},"description":"TitleLookup","type":"object"}}}}
```

## The IEnumerable\_TitleLookup\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IEnumerable_TitleLookup_":{"title":"IEnumerable<TitleLookup>","type":"array","items":{"$ref":"#/components/schemas/TitleLookup"}},"TitleLookup":{"title":"TitleLookup","properties":{"ID":{"type":"string"},"ProgramType":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ShowId":{"type":"string"},"IvaRating":{"type":"integer","format":"int32"},"RelevanceScore":{"type":"integer","format":"int32"},"Genres":{"type":"array","items":{"type":"string"}}},"description":"TitleLookup","type":"object"}}}}
```

## The PersonRanked object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonRanked":{"title":"PersonRanked","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"FilePath":{"type":"string"},"Rank":{"type":"integer","format":"int64"},"Rating":{"type":"number","format":"double"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Idx":{"type":"integer","format":"int32"}},"description":"PersonRanked","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The IEnumerable\_PersonRanked\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IEnumerable_PersonRanked_":{"title":"IEnumerable<PersonRanked>","type":"array","items":{"$ref":"#/components/schemas/PersonRanked"}},"PersonRanked":{"title":"PersonRanked","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"FilePath":{"type":"string"},"Rank":{"type":"integer","format":"int64"},"Rating":{"type":"number","format":"double"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Idx":{"type":"integer","format":"int32"}},"description":"PersonRanked","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The ChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChartItem":{"title":"ChartItem","properties":{"Rank":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int64"}},"description":"ChartItem","type":"object"}}}}
```

## The List\_ChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ChartItem_":{"title":"List<ChartItem>","type":"array","items":{"$ref":"#/components/schemas/ChartItem"}},"ChartItem":{"title":"ChartItem","properties":{"Rank":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int64"}},"description":"ChartItem","type":"object"}}}}
```

## The ChartPersonItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ChartPersonItem":{"title":"ChartPersonItem","properties":{"Rank":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"integer","format":"int64"}},"description":"ChartPersonItem","type":"object"}}}}
```

## The List\_ChartPersonItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ChartPersonItem_":{"title":"List<ChartPersonItem>","type":"array","items":{"$ref":"#/components/schemas/ChartPersonItem"}},"ChartPersonItem":{"title":"ChartPersonItem","properties":{"Rank":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"integer","format":"int64"}},"description":"ChartPersonItem","type":"object"}}}}
```

## The ImdbChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbChartItem":{"title":"ImdbChartItem","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Change":{"type":"integer","format":"int32"}},"description":"ImdbChartItem","type":"object"}}}}
```

## The List\_ImdbChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbChartItem_":{"title":"List<ImdbChartItem>","type":"array","items":{"$ref":"#/components/schemas/ImdbChartItem"}},"ImdbChartItem":{"title":"ImdbChartItem","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Change":{"type":"integer","format":"int32"}},"description":"ImdbChartItem","type":"object"}}}}
```

## The IvaChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IvaChartItem":{"title":"IvaChartItem","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"PublishedId":{"type":"integer","format":"int32"},"Rank":{"type":"integer","format":"int32"},"Change":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int64"}},"description":"IvaChartItem","type":"object"}}}}
```

## The List\_IvaChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_IvaChartItem_":{"title":"List<IvaChartItem>","type":"array","items":{"$ref":"#/components/schemas/IvaChartItem"}},"IvaChartItem":{"title":"IvaChartItem","properties":{"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"PublishedId":{"type":"integer","format":"int32"},"Rank":{"type":"integer","format":"int32"},"Change":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int64"}},"description":"IvaChartItem","type":"object"}}}}
```

## The TmdbChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbChartItem":{"title":"TmdbChartItem","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"TmdbChartItem","type":"object"}}}}
```

## The List\_TmdbChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TmdbChartItem_":{"title":"List<TmdbChartItem>","type":"array","items":{"$ref":"#/components/schemas/TmdbChartItem"}},"TmdbChartItem":{"title":"TmdbChartItem","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"TmdbChartItem","type":"object"}}}}
```

## The TheNumbersChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TheNumbersChartItem":{"title":"TheNumbersChartItem","properties":{"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Contributors":{"type":"array","items":{"type":"string"}},"Year":{"type":"integer","format":"int32"},"Url":{"type":"string"},"SourceId":{"type":"string"}},"description":"TheNumbersChartItem","type":"object"}}}}
```

## The List\_TheNumbersChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TheNumbersChartItem_":{"title":"List<TheNumbersChartItem>","type":"array","items":{"$ref":"#/components/schemas/TheNumbersChartItem"}},"TheNumbersChartItem":{"title":"TheNumbersChartItem","properties":{"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Contributors":{"type":"array","items":{"type":"string"}},"Year":{"type":"integer","format":"int32"},"Url":{"type":"string"},"SourceId":{"type":"string"}},"description":"TheNumbersChartItem","type":"object"}}}}
```

## The CelebrityChartItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CelebrityChartItem":{"title":"CelebrityChartItem","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"ExternalId":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Score":{"type":"integer","format":"int32"}},"description":"CelebrityChartItem","type":"object"}}}}
```

## The List\_CelebrityChartItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CelebrityChartItem_":{"title":"List<CelebrityChartItem>","type":"array","items":{"$ref":"#/components/schemas/CelebrityChartItem"}},"CelebrityChartItem":{"title":"CelebrityChartItem","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"ExternalId":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Score":{"type":"integer","format":"int32"}},"description":"CelebrityChartItem","type":"object"}}}}
```

## The PreCachePopularItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PreCachePopularItem":{"title":"PreCachePopularItem","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"PreCachePopularItem","type":"object"}}}}
```

## The List\_PreCachePopularItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_PreCachePopularItem_":{"title":"List<PreCachePopularItem>","type":"array","items":{"$ref":"#/components/schemas/PreCachePopularItem"}},"PreCachePopularItem":{"title":"PreCachePopularItem","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Rank":{"type":"integer","format":"int32"},"Score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"}},"description":"PreCachePopularItem","type":"object"}}}}
```

## The DbCollectionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollectionResponse":{"title":"DbCollectionResponse","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.","type":"integer","format":"int32"},"Name":{"description":"Name of the Collection.","type":"string"},"Description":{"description":"Description of the Collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"},"Items":{"description":"List of collection items in the collection.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}},"Parents":{"description":"List of collection parents.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionParent"}}},"description":"DbCollectionResponse","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"},"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The List\_DbCollectionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbCollectionResponse_":{"title":"List<DbCollectionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbCollectionResponse"}},"DbCollectionResponse":{"title":"DbCollectionResponse","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.","type":"integer","format":"int32"},"Name":{"description":"Name of the Collection.","type":"string"},"Description":{"description":"Description of the Collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"},"Items":{"description":"List of collection items in the collection.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}},"Parents":{"description":"List of collection parents.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionParent"}}},"description":"DbCollectionResponse","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"},"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The List\_CollectionType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CollectionType_":{"title":"List<CollectionType>","type":"array","items":{"type":"string"}}}}}
```

## The DbCompanyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCompanyResponse":{"title":"DbCompanyResponse","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompanyResponse","type":"object"}}}}
```

## The CompanyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CompanyResponse":{"title":"CompanyResponse","properties":{"Id":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"}},"description":"CompanyResponse","type":"object"}}}}
```

## The List\_CompanyResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CompanyResponse_":{"title":"List<CompanyResponse>","type":"array","items":{"$ref":"#/components/schemas/CompanyResponse"}},"CompanyResponse":{"title":"CompanyResponse","properties":{"Id":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"}},"description":"CompanyResponse","type":"object"}}}}
```

## The List\_CountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CountryResponse_":{"title":"List<CountryResponse>","type":"array","items":{"$ref":"#/components/schemas/CountryResponse"}},"CountryResponse":{"title":"CountryResponse","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryResponse","type":"object"}}}}
```

## The LanguageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"LanguageResponse":{"title":"LanguageResponse","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageResponse","type":"object"}}}}
```

## The List\_LanguageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_LanguageResponse_":{"title":"List<LanguageResponse>","type":"array","items":{"$ref":"#/components/schemas/LanguageResponse"}},"LanguageResponse":{"title":"LanguageResponse","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageResponse","type":"object"}}}}
```

## The Dictionary\_Int64\_Int64\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_Int64_Int64_":{"title":"Dictionary<Int64,Int64>","additionalProperties":{"type":"integer","format":"int64"},"description":"Dictionary<Int64,Int64>","type":"object"}}}}
```

## The List\_DbLanguage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbLanguage_":{"title":"List<DbLanguage>","type":"array","items":{"$ref":"#/components/schemas/DbLanguage"}},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The EncodeTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EncodeTypeResponse":{"title":"EncodeTypeResponse","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"EncodeTypeResponse","type":"object"}}}}
```

## The List\_EncodeTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EncodeTypeResponse_":{"title":"List<EncodeTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/EncodeTypeResponse"}},"EncodeTypeResponse":{"title":"EncodeTypeResponse","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"EncodeTypeResponse","type":"object"}}}}
```

## The ImageTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageTypeResponse":{"title":"ImageTypeResponse","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"ImageTypeResponse","type":"object"}}}}
```

## The List\_ImageTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImageTypeResponse_":{"title":"List<ImageTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/ImageTypeResponse"}},"ImageTypeResponse":{"title":"ImageTypeResponse","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"ImageTypeResponse","type":"object"}}}}
```

## The TagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TagResponse":{"title":"TagResponse","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"}},"description":"TagResponse","type":"object"}}}}
```

## The List\_TagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TagResponse_":{"title":"List<TagResponse>","type":"array","items":{"$ref":"#/components/schemas/TagResponse"}},"TagResponse":{"title":"TagResponse","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"}},"description":"TagResponse","type":"object"}}}}
```

## The DbThemeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbThemeResponse":{"title":"DbThemeResponse","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbThemeResponse","type":"object"}}}}
```

## The List\_DbThemeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbThemeResponse_":{"title":"List<DbThemeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbThemeResponse"}},"DbThemeResponse":{"title":"DbThemeResponse","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbThemeResponse","type":"object"}}}}
```

## The VideoTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoTypeResponse":{"title":"VideoTypeResponse","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"VideoTypeResponse","type":"object"}}}}
```

## The List\_VideoTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_VideoTypeResponse_":{"title":"List<VideoTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/VideoTypeResponse"}},"VideoTypeResponse":{"title":"VideoTypeResponse","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"VideoTypeResponse","type":"object"}}}}
```

## The CommonEnumerators object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CommonEnumerators":{"title":"CommonEnumerators","properties":{"Provider":{"type":"array","items":{"type":"string"}},"DeliveryMethod":{"type":"array","items":{"type":"string"}},"OfferType":{"type":"array","items":{"type":"string"}},"VideoQuality":{"type":"array","items":{"type":"string"}},"CurrencyType":{"type":"array","items":{"type":"string"}}},"description":"CommonEnumerators","type":"object"}}}}
```

## The List\_Provider\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Provider_":{"title":"List<Provider>","type":"array","items":{"type":"string"}}}}}
```

## The List\_OfferType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_OfferType_":{"title":"List<OfferType>","type":"array","items":{"type":"string"}}}}}
```

## The List\_DeliveryMethod\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DeliveryMethod_":{"title":"List<DeliveryMethod>","type":"array","items":{"type":"string"}}}}}
```

## The List\_CurrencyType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CurrencyType_":{"title":"List<CurrencyType>","type":"array","items":{"type":"string"}}}}}
```

## The List\_VideoQuality\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_VideoQuality_":{"title":"List<VideoQuality>","type":"array","items":{"type":"string"}}}}}
```

## The OriginatingNetworkResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OriginatingNetworkResponse":{"title":"OriginatingNetworkResponse","properties":{"Name":{"type":"string"},"FullName":{"type":"string"},"AlternateNames":{"type":"array","items":{"type":"string"}},"Packages":{"type":"array","items":{"type":"string"}}},"description":"OriginatingNetworkResponse","type":"object"}}}}
```

## The List\_OriginatingNetworkResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_OriginatingNetworkResponse_":{"title":"List<OriginatingNetworkResponse>","type":"array","items":{"$ref":"#/components/schemas/OriginatingNetworkResponse"}},"OriginatingNetworkResponse":{"title":"OriginatingNetworkResponse","properties":{"Name":{"type":"string"},"FullName":{"type":"string"},"AlternateNames":{"type":"array","items":{"type":"string"}},"Packages":{"type":"array","items":{"type":"string"}}},"description":"OriginatingNetworkResponse","type":"object"}}}}
```

## The TrendSourceResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendSourceResponse":{"title":"TrendSourceResponse","properties":{"ItemCount":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Brand":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"Classifiers":{"type":"array","items":{"type":"string"}},"Modified":{"type":"string","format":"date-time"},"ListUrl":{"type":"string"},"Active":{"type":"boolean"},"Scrapestorm":{"type":"boolean"},"Programtype":{"type":"string"}},"description":"TrendSourceResponse","type":"object"}}}}
```

## The List\_TrendSourceResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TrendSourceResponse_":{"title":"List<TrendSourceResponse>","type":"array","items":{"$ref":"#/components/schemas/TrendSourceResponse"}},"TrendSourceResponse":{"title":"TrendSourceResponse","properties":{"ItemCount":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Brand":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"Classifiers":{"type":"array","items":{"type":"string"}},"Modified":{"type":"string","format":"date-time"},"ListUrl":{"type":"string"},"Active":{"type":"boolean"},"Scrapestorm":{"type":"boolean"},"Programtype":{"type":"string"}},"description":"TrendSourceResponse","type":"object"}}}}
```

## The DataDemoFilters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DataDemoFilters":{"title":"DataDemoFilters","properties":{"SortBy":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"CollectionSortBys":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"ProgramTypes":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Packages":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"AvailableOn":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Genres":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Themes":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Status":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Countries":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"TrendSources":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"TrendBrands":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"TrendListClassifiers":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"MissingExternalIdNames":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"Languages":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"OriginatingNetworks":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"CollectionTypes":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"YearRange":{"type":"array","items":{"type":"integer","format":"int32"}},"AwardYears":{"type":"array","items":{"type":"integer","format":"int32"}},"AwardTypes":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"AwardCategoryTypes":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"SubjectsAndTrope":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"FilmingLocations":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"BasedOn":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"SettingAndContext":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"NarrativeLocations":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"MoodAndTones":{"type":"array","items":{"$ref":"#/components/schemas/NameValueFilter"}},"RemoteIp":{"type":"string"}},"description":"DataDemoFilters","type":"object"},"NameValueFilter":{"title":"NameValueFilter","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"description":"NameValueFilter","type":"object"}}}}
```

## The NameValueFilter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NameValueFilter":{"title":"NameValueFilter","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"description":"NameValueFilter","type":"object"}}}}
```

## The DbAwardResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbAwardResponse":{"title":"DbAwardResponse","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbAwardResponse","type":"object"}}}}
```

## The List\_DbAwardResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbAwardResponse_":{"title":"List<DbAwardResponse>","type":"array","items":{"$ref":"#/components/schemas/DbAwardResponse"}},"DbAwardResponse":{"title":"DbAwardResponse","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbAwardResponse","type":"object"}}}}
```

## The TestReply object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TestReply":{"title":"TestReply","properties":{"Reply":{"type":"string"}},"description":"TestReply","type":"object"}}}}
```

## The MovieAlternateIdTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAlternateIdTypeResponse":{"title":"MovieAlternateIdTypeResponse","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"MovieAlternateIdTypeResponse","type":"object"}}}}
```

## The List\_MovieAlternateIdTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieAlternateIdTypeResponse_":{"title":"List<MovieAlternateIdTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateIdTypeResponse"}},"MovieAlternateIdTypeResponse":{"title":"MovieAlternateIdTypeResponse","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"MovieAlternateIdTypeResponse","type":"object"}}}}
```

## The MovieReleaseTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieReleaseTypeResponse":{"title":"MovieReleaseTypeResponse","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"MovieReleaseTypeResponse","type":"object"}}}}
```

## The List\_MovieReleaseTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieReleaseTypeResponse_":{"title":"List<MovieReleaseTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieReleaseTypeResponse"}},"MovieReleaseTypeResponse":{"title":"MovieReleaseTypeResponse","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"MovieReleaseTypeResponse","type":"object"}}}}
```

## The MovieCertificationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieCertificationResponse":{"title":"MovieCertificationResponse","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/Country"}},"description":"MovieCertificationResponse","type":"object"},"Country":{"title":"Country","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"Country","type":"object"}}}}
```

## The Country object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Country":{"title":"Country","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"Country","type":"object"}}}}
```

## The List\_MovieCertificationResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieCertificationResponse_":{"title":"List<MovieCertificationResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieCertificationResponse"}},"MovieCertificationResponse":{"title":"MovieCertificationResponse","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/Country"}},"description":"MovieCertificationResponse","type":"object"},"Country":{"title":"Country","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"Country","type":"object"}}}}
```

## The List\_DbMovieGenre\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieGenre_":{"title":"List<DbMovieGenre>","type":"array","items":{"$ref":"#/components/schemas/DbMovieGenre"}},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The ShowAlternateIdTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAlternateIdTypeResponse":{"title":"ShowAlternateIdTypeResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"ShowAlternateIdTypeResponse","type":"object"}}}}
```

## The List\_ShowAlternateIdTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowAlternateIdTypeResponse_":{"title":"List<ShowAlternateIdTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateIdTypeResponse"}},"ShowAlternateIdTypeResponse":{"title":"ShowAlternateIdTypeResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"ShowAlternateIdTypeResponse","type":"object"}}}}
```

## The ShowReleaseTypeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowReleaseTypeResponse":{"title":"ShowReleaseTypeResponse","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"ShowReleaseTypeResponse","type":"object"}}}}
```

## The List\_ShowReleaseTypeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowReleaseTypeResponse_":{"title":"List<ShowReleaseTypeResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowReleaseTypeResponse"}},"ShowReleaseTypeResponse":{"title":"ShowReleaseTypeResponse","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"ShowReleaseTypeResponse","type":"object"}}}}
```

## The List\_DbShowCertification\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowCertification_":{"title":"List<DbShowCertification>","type":"array","items":{"$ref":"#/components/schemas/DbShowCertification"}},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbShowGenre\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowGenre_":{"title":"List<DbShowGenre>","type":"array","items":{"$ref":"#/components/schemas/DbShowGenre"}},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The UserResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UserResponse":{"title":"UserResponse","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Role":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"}},"description":"UserResponse","type":"object"}}}}
```

## The DbCollectionParentResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollectionParentResponse":{"title":"DbCollectionParentResponse","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParentResponse","type":"object"}}}}
```

## The DbCollection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollection":{"title":"DbCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.","type":"integer","format":"int32"},"Name":{"description":"Name of the Collection.","type":"string"},"Description":{"description":"Description of the Collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"},"Items":{"description":"List of collection items in the collection.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItem"}},"Parents":{"description":"List of collection parents.","type":"array","items":{"$ref":"#/components/schemas/DbCollectionParent"}}},"description":"DbCollection","type":"object"},"DbCollectionItem":{"title":"DbCollectionItem","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItem","type":"object"},"DbCollectionParent":{"title":"DbCollectionParent","properties":{"CollectionId":{"type":"integer","format":"int32"},"ParentCollectionId":{"type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection parent item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionParent","type":"object"}}}}
```

## The DbCollectionItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbCollectionItemResponse":{"title":"DbCollectionItemResponse","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItemResponse","type":"object"}}}}
```

## The List\_DbCollectionItemResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbCollectionItemResponse_":{"title":"List<DbCollectionItemResponse>","type":"array","items":{"$ref":"#/components/schemas/DbCollectionItemResponse"}},"DbCollectionItemResponse":{"title":"DbCollectionItemResponse","properties":{"Id":{"type":"integer","format":"int32"},"CollectionId":{"type":"integer","format":"int32"},"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modifier":{"description":"User who last modified this collection item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"DbCollectionItemResponse","type":"object"}}}}
```

## The SearchCollectionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchCollectionResponse":{"title":"SearchCollectionResponse","properties":{"Took":{"type":"integer","format":"int64"},"Total":{"type":"integer","format":"int64"},"MaxScore":{"type":"number","format":"double"},"Hits":{"type":"array","items":{"$ref":"#/components/schemas/CollectionHit"}},"Message":{"type":"string"},"NextPageToken":{"type":"string"}},"description":"SearchCollectionResponse","type":"object"},"CollectionHit":{"title":"CollectionHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/EntertainmentCollection"},"Id":{"type":"string"}},"description":"CollectionHit","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"}}}}
```

## The CollectionHit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CollectionHit":{"title":"CollectionHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/EntertainmentCollection"},"Id":{"type":"string"}},"description":"CollectionHit","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"}}}}
```

## The List\_EntertainmentCollection\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EntertainmentCollection_":{"title":"List<EntertainmentCollection>","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"}}}}
```

## The DbTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbTagResponse":{"title":"DbTagResponse","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTagResponse","type":"object"}}}}
```

## The DbTagFilter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbTagFilter":{"title":"DbTagFilter","properties":{"Id":{"description":"Unique ID of the TagFilter.","type":"integer","format":"int32"},"Tag":{"description":"Tag to filter from creation.","type":"string"},"Modified":{"description":"DateTime TagFilter was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this TagFilter.","type":"integer","format":"int32"}},"description":"DbTagFilter","type":"object"}}}}
```

## The List\_DbTagFilter\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbTagFilter_":{"title":"List<DbTagFilter>","type":"array","items":{"$ref":"#/components/schemas/DbTagFilter"}},"DbTagFilter":{"title":"DbTagFilter","properties":{"Id":{"description":"Unique ID of the TagFilter.","type":"integer","format":"int32"},"Tag":{"description":"Tag to filter from creation.","type":"string"},"Modified":{"description":"DateTime TagFilter was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this TagFilter.","type":"integer","format":"int32"}},"description":"DbTagFilter","type":"object"}}}}
```

## The DbImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImageResponse":{"title":"DbImageResponse","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImageResponse","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The DbAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbAward":{"title":"DbAward","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbAward","type":"object"}}}}
```

## The List\_DbAward\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbAward_":{"title":"List<DbAward>","type":"array","items":{"$ref":"#/components/schemas/DbAward"}},"DbAward":{"title":"DbAward","properties":{"Id":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbAward","type":"object"}}}}
```

## The CharacteristicsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CharacteristicsResponse":{"title":"CharacteristicsResponse","properties":{"Name":{"type":"string"},"Description":{"type":"string"}},"description":"CharacteristicsResponse","type":"object"}}}}
```

## The List\_String\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_String_":{"title":"List<String>","type":"array","items":{"type":"string"}}}}}
```

## The Dictionary\_String\_List\_String\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_String__":{"title":"Dictionary<String,List<String>>","additionalProperties":{"type":"array","items":{"type":"string"}},"description":"Dictionary<String,List<String>>","type":"object"}}}}
```

## The DbImageChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImageChangeResponse":{"title":"DbImageChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImageChangeResponse","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The List\_DbImageChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbImageChangeResponse_":{"title":"List<DbImageChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbImageChangeResponse"}},"DbImageChangeResponse":{"title":"DbImageChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImageChangeResponse","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"}}}}
```

## The DbImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImageTagResponse":{"title":"DbImageTagResponse","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbImageTagResponse_":{"title":"List<DbImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbImageTagResponse"}},"DbImageTagResponse":{"title":"DbImageTagResponse","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The OriginIMDBCommonSenseIDResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OriginIMDBCommonSenseIDResponse":{"title":"OriginIMDBCommonSenseIDResponse","properties":{"OriginId":{"type":"string"},"CSMId":{"type":"string"},"IMDbId":{"type":"string"},"title":{"type":"string"}},"description":"OriginIMDBCommonSenseIDResponse","type":"object"}}}}
```

## The List\_OriginIMDBCommonSenseIDResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_OriginIMDBCommonSenseIDResponse_":{"title":"List<OriginIMDBCommonSenseIDResponse>","type":"array","items":{"$ref":"#/components/schemas/OriginIMDBCommonSenseIDResponse"}},"OriginIMDBCommonSenseIDResponse":{"title":"OriginIMDBCommonSenseIDResponse","properties":{"OriginId":{"type":"string"},"CSMId":{"type":"string"},"IMDbId":{"type":"string"},"title":{"type":"string"}},"description":"OriginIMDBCommonSenseIDResponse","type":"object"}}}}
```

## The CommonSenseProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CommonSenseProgram":{"title":"CommonSenseProgram","properties":{"Langcode":{"type":"string"},"Created":{"type":"integer","format":"int32"},"Author":{"type":"string"},"Title":{"type":"string"},"Stars":{"type":"integer","format":"int32"},"Product":{"$ref":"#/components/schemas/Product"},"Video":{"$ref":"#/components/schemas/Video"},"Uuid":{"type":"string"},"Id":{"type":"integer","format":"int32"},"Url":{"type":"string"},"Updated":{"type":"integer","format":"int32"},"Channel":{"type":"string"},"AgeRatingGroup":{"type":"string"},"ParentsNeedToKnow":{"type":"string"},"OneLiner":{"type":"string"},"AnyGood":{"type":"string"},"Description":{"type":"string"},"TalkingPoints":{"type":"array","items":{"type":"string"}},"Alternatives":{"type":"array","items":{"$ref":"#/components/schemas/Alternative"}},"ContentGrid":{"$ref":"#/components/schemas/Contentgrid"},"PositiveGender":{"$ref":"#/components/schemas/Object"},"Themes":{"$ref":"#/components/schemas/Dictionary_String_String_"},"CharacterStrengths":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Subjects":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"Skills":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"Stats":{"$ref":"#/components/schemas/Stats"},"ReviewTopPicks":{"type":"array","items":{"$ref":"#/components/schemas/ReviewTopPicks"}},"AgeRating":{"type":"integer","format":"int32"}},"description":"CommonSenseProgram","type":"object"},"Product":{"title":"Product","properties":{"Awards":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Langcode":{"type":"string"},"Uuid":{"type":"string"},"Id":{"type":"integer","format":"int32"},"ReleaseDate":{"type":"integer","format":"int32"},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}},"References":{"type":"array","items":{"$ref":"#/components/schemas/Reference"}},"Cast":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Directors":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Networks":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Genres":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Studios":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Rating":{"$ref":"#/components/schemas/Rating"},"Platforms":{"type":"array","items":{"$ref":"#/components/schemas/Object"}}},"description":"Product","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Image":{"title":"Image","properties":{"type":{"type":"string"},"url":{"type":"string"}},"description":"Image","type":"object"},"Reference":{"title":"Reference","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"Reference","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Video":{"title":"Video","properties":{"thumbnail":{"$ref":"#/components/schemas/Thumbnail"},"files":{"type":"array","items":{"$ref":"#/components/schemas/File"}}},"description":"Video","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"},"File":{"title":"File","properties":{"lang":{"type":"string"},"type":{"type":"string"},"uri":{"type":"string"}},"description":"File","type":"object"},"Alternative":{"title":"Alternative","properties":{"title":{"type":"string"},"id":{"type":"integer","format":"int32"},"uuid":{"type":"string"},"url":{"type":"string"}},"description":"Alternative","type":"object"},"Contentgrid":{"title":"Contentgrid","properties":{"educational":{"$ref":"#/components/schemas/Educational"},"message":{"$ref":"#/components/schemas/Message"},"role_model":{"$ref":"#/components/schemas/RoleModel"},"violence":{"$ref":"#/components/schemas/Violence"},"sex":{"$ref":"#/components/schemas/Sex"},"language":{"$ref":"#/components/schemas/Language"},"consumerism":{"$ref":"#/components/schemas/Consumerism"},"drugs":{"$ref":"#/components/schemas/Drugs"},"diversity":{"$ref":"#/components/schemas/Diversity"}},"description":"Contentgrid","type":"object"},"Educational":{"title":"Educational","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Educational","type":"object"},"Message":{"title":"Message","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Message","type":"object"},"RoleModel":{"title":"RoleModel","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"RoleModel","type":"object"},"Violence":{"title":"Violence","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Violence","type":"object"},"Sex":{"title":"Sex","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Sex","type":"object"},"Language":{"title":"Language","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Language","type":"object"},"Consumerism":{"title":"Consumerism","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Consumerism","type":"object"},"Drugs":{"title":"Drugs","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Drugs","type":"object"},"Diversity":{"title":"Diversity","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Diversity","type":"object"},"Stats":{"title":"Stats","properties":{"stars":{"$ref":"#/components/schemas/Stars"},"user_review_count":{"$ref":"#/components/schemas/UserReviewCount"},"recommended_age":{"$ref":"#/components/schemas/RecommendedAge"}},"description":"Stats","type":"object"},"Stars":{"title":"Stars","properties":{"avg":{"$ref":"#/components/schemas/Avg"}},"description":"Stars","type":"object"},"Avg":{"title":"Avg","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg","type":"object"},"UserReviewCount":{"title":"UserReviewCount","properties":{"count":{"$ref":"#/components/schemas/Count"}},"description":"UserReviewCount","type":"object"},"Count":{"title":"Count","properties":{"adult":{"type":"integer","format":"int32"},"child":{"type":"integer","format":"int32"}},"description":"Count","type":"object"},"RecommendedAge":{"title":"RecommendedAge","properties":{"avg":{"$ref":"#/components/schemas/Avg1"}},"description":"RecommendedAge","type":"object"},"Avg1":{"title":"Avg1","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg1","type":"object"},"ReviewTopPicks":{"title":"ReviewTopPicks","properties":{"title":{"type":"string"},"id":{"type":"integer","format":"int32"},"uuid":{"type":"string"}},"description":"ReviewTopPicks","type":"object"}}}}
```

## The Product object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Product":{"title":"Product","properties":{"Awards":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Langcode":{"type":"string"},"Uuid":{"type":"string"},"Id":{"type":"integer","format":"int32"},"ReleaseDate":{"type":"integer","format":"int32"},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}},"References":{"type":"array","items":{"$ref":"#/components/schemas/Reference"}},"Cast":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Directors":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Networks":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Genres":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Studios":{"$ref":"#/components/schemas/Dictionary_String_String_"},"Rating":{"$ref":"#/components/schemas/Rating"},"Platforms":{"type":"array","items":{"$ref":"#/components/schemas/Object"}}},"description":"Product","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Image":{"title":"Image","properties":{"type":{"type":"string"},"url":{"type":"string"}},"description":"Image","type":"object"},"Reference":{"title":"Reference","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"Reference","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The Image object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Image":{"title":"Image","properties":{"type":{"type":"string"},"url":{"type":"string"}},"description":"Image","type":"object"}}}}
```

## The Reference object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Reference":{"title":"Reference","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"Reference","type":"object"}}}}
```

## The Rating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"}}}}
```

## The Video object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Video":{"title":"Video","properties":{"thumbnail":{"$ref":"#/components/schemas/Thumbnail"},"files":{"type":"array","items":{"$ref":"#/components/schemas/File"}}},"description":"Video","type":"object"},"Thumbnail":{"title":"Thumbnail","properties":{"FileName":{"type":"string"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Url":{"type":"string"}},"description":"Thumbnail","type":"object"},"File":{"title":"File","properties":{"lang":{"type":"string"},"type":{"type":"string"},"uri":{"type":"string"}},"description":"File","type":"object"}}}}
```

## The File object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"File":{"title":"File","properties":{"lang":{"type":"string"},"type":{"type":"string"},"uri":{"type":"string"}},"description":"File","type":"object"}}}}
```

## The Alternative object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Alternative":{"title":"Alternative","properties":{"title":{"type":"string"},"id":{"type":"integer","format":"int32"},"uuid":{"type":"string"},"url":{"type":"string"}},"description":"Alternative","type":"object"}}}}
```

## The Contentgrid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Contentgrid":{"title":"Contentgrid","properties":{"educational":{"$ref":"#/components/schemas/Educational"},"message":{"$ref":"#/components/schemas/Message"},"role_model":{"$ref":"#/components/schemas/RoleModel"},"violence":{"$ref":"#/components/schemas/Violence"},"sex":{"$ref":"#/components/schemas/Sex"},"language":{"$ref":"#/components/schemas/Language"},"consumerism":{"$ref":"#/components/schemas/Consumerism"},"drugs":{"$ref":"#/components/schemas/Drugs"},"diversity":{"$ref":"#/components/schemas/Diversity"}},"description":"Contentgrid","type":"object"},"Educational":{"title":"Educational","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Educational","type":"object"},"Message":{"title":"Message","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Message","type":"object"},"RoleModel":{"title":"RoleModel","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"RoleModel","type":"object"},"Violence":{"title":"Violence","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Violence","type":"object"},"Sex":{"title":"Sex","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Sex","type":"object"},"Language":{"title":"Language","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Language","type":"object"},"Consumerism":{"title":"Consumerism","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Consumerism","type":"object"},"Drugs":{"title":"Drugs","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Drugs","type":"object"},"Diversity":{"title":"Diversity","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Diversity","type":"object"}}}}
```

## The Educational object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Educational":{"title":"Educational","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Educational","type":"object"}}}}
```

## The Message object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Message":{"title":"Message","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Message","type":"object"}}}}
```

## The RoleModel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RoleModel":{"title":"RoleModel","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"RoleModel","type":"object"}}}}
```

## The Violence object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Violence":{"title":"Violence","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Violence","type":"object"}}}}
```

## The Sex object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Sex":{"title":"Sex","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Sex","type":"object"}}}}
```

## The Language object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Language":{"title":"Language","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Language","type":"object"}}}}
```

## The Consumerism object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Consumerism":{"title":"Consumerism","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Consumerism","type":"object"}}}}
```

## The Drugs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Drugs":{"title":"Drugs","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Drugs","type":"object"}}}}
```

## The Diversity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Diversity":{"title":"Diversity","properties":{"rating":{"type":"integer","format":"int32"},"text":{"type":"string"},"label":{"type":"string"}},"description":"Diversity","type":"object"}}}}
```

## The Stats object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Stats":{"title":"Stats","properties":{"stars":{"$ref":"#/components/schemas/Stars"},"user_review_count":{"$ref":"#/components/schemas/UserReviewCount"},"recommended_age":{"$ref":"#/components/schemas/RecommendedAge"}},"description":"Stats","type":"object"},"Stars":{"title":"Stars","properties":{"avg":{"$ref":"#/components/schemas/Avg"}},"description":"Stars","type":"object"},"Avg":{"title":"Avg","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg","type":"object"},"UserReviewCount":{"title":"UserReviewCount","properties":{"count":{"$ref":"#/components/schemas/Count"}},"description":"UserReviewCount","type":"object"},"Count":{"title":"Count","properties":{"adult":{"type":"integer","format":"int32"},"child":{"type":"integer","format":"int32"}},"description":"Count","type":"object"},"RecommendedAge":{"title":"RecommendedAge","properties":{"avg":{"$ref":"#/components/schemas/Avg1"}},"description":"RecommendedAge","type":"object"},"Avg1":{"title":"Avg1","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg1","type":"object"}}}}
```

## The Stars object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Stars":{"title":"Stars","properties":{"avg":{"$ref":"#/components/schemas/Avg"}},"description":"Stars","type":"object"},"Avg":{"title":"Avg","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg","type":"object"}}}}
```

## The Avg object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Avg":{"title":"Avg","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg","type":"object"}}}}
```

## The UserReviewCount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UserReviewCount":{"title":"UserReviewCount","properties":{"count":{"$ref":"#/components/schemas/Count"}},"description":"UserReviewCount","type":"object"},"Count":{"title":"Count","properties":{"adult":{"type":"integer","format":"int32"},"child":{"type":"integer","format":"int32"}},"description":"Count","type":"object"}}}}
```

## The Count object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Count":{"title":"Count","properties":{"adult":{"type":"integer","format":"int32"},"child":{"type":"integer","format":"int32"}},"description":"Count","type":"object"}}}}
```

## The RecommendedAge object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RecommendedAge":{"title":"RecommendedAge","properties":{"avg":{"$ref":"#/components/schemas/Avg1"}},"description":"RecommendedAge","type":"object"},"Avg1":{"title":"Avg1","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg1","type":"object"}}}}
```

## The Avg1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Avg1":{"title":"Avg1","properties":{"adult":{"type":"number","format":"float"},"child":{"type":"number","format":"float"}},"description":"Avg1","type":"object"}}}}
```

## The ReviewTopPicks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReviewTopPicks":{"title":"ReviewTopPicks","properties":{"title":{"type":"string"},"id":{"type":"integer","format":"int32"},"uuid":{"type":"string"}},"description":"ReviewTopPicks","type":"object"}}}}
```

## The MovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieResponse":{"title":"MovieResponse","required":["OriginalTitle","Year"],"properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Movie original language.","type":"string"},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTheme"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieVideo"}},"ExternalIds":{"description":"List of external Ids associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of movie offers.","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"MovieResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"},"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"},"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"},"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"},"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"},"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"},"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The MovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"}}}}
```

## The MovieRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"}}}}
```

## The MovieContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"}}}}
```

## The MovieAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"}}}}
```

## The MovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"}}}}
```

## The MovieTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"}}}}
```

## The MovieTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"}}}}
```

## The MovieImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"}}}}
```

## The MovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The MovieVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"}}}}
```

## The MovieVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"}}}}
```

## The TargetCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The DbPersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonResponse":{"title":"DbPersonResponse","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The ImdbPersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbPersonResponse":{"title":"ImdbPersonResponse","properties":{"Name":{"type":"string"},"Idx":{"type":"string"},"ImdbPersonId":{"type":"string"},"Id":{"type":"integer","format":"int64"}},"description":"ImdbPersonResponse","type":"object"}}}}
```

## The DbPersonAlternateIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateIdResponse":{"title":"DbPersonAlternateIdResponse","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateIdResponse","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbPersonAlternateIdResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonAlternateIdResponse_":{"title":"List<DbPersonAlternateIdResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateIdResponse"}},"DbPersonAlternateIdResponse":{"title":"DbPersonAlternateIdResponse","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateIdResponse","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The ShowResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowResponse":{"title":"ShowResponse","required":["OriginalTitle","Year"],"properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Show.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Show record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Show record last modified.","type":"string","format":"date-time"},"Deleted":{"description":"Flag signifies if Show record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Release year of Show.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Show original language.","type":"string"},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowGenre"}},"Releases":{"description":"List of releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowTheme"}},"Images":{"description":"List of images associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowImage"}},"Videos":{"description":"List of videos associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowVideo"}},"ExternalIds":{"description":"List of external Ids associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"OriginatingNetwork":{"description":"Last network new episodes aired on.","type":"string"},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}},"EpisodeVideos":{"description":"All EpisodesVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoExtended"}},"SeasonVideos":{"description":"All SeasonVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoExtended"}},"Availabilities":{"description":"List of show availability.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"ShowResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"},"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"},"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"},"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"},"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"},"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"}}}}
```

## The ShowGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"}}}}
```

## The ShowRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"}}}}
```

## The ShowContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"}}}}
```

## The ShowAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"}}}}
```

## The ShowDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"}}}}
```

## The Tag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"}}}}
```

## The ShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"}}}}
```

## The ShowImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"}}}}
```

## The ShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The ShowVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"}}}}
```

## The ShowVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"}}}}
```

## The Season object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"}}}}
```

## The SeasonRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"}}}}
```

## The SeasonContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"}}}}
```

## The SeasonAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"}}}}
```

## The SeasonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"}}}}
```

## The SeasonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"}}}}
```

## The SeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The SeasonVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"}}}}
```

## The SeasonVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"}}}}
```

## The Episode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The EpisodeRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"}}}}
```

## The EpisodeContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"}}}}
```

## The EpisodeAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"}}}}
```

## The EpisodeDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"}}}}
```

## The EpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"}}}}
```

## The EpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The EpisodeVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"}}}}
```

## The EpisodeVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"}}}}
```

## The EpisodeVideoExtended object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The SeasonVideoExtended object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The SeasonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonResponse":{"title":"SeasonResponse","properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"SeasonResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"}}}}
```

## The EpisodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeResponse":{"title":"EpisodeResponse","properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"EpisodeResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The FindUserResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindUserResponse":{"title":"FindUserResponse","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Role":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"EmailAddress":{"type":"string"},"UserName":{"type":"string"}},"description":"FindUserResponse","type":"object"}}}}
```

## The List\_DbCompanyResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbCompanyResponse_":{"title":"List<DbCompanyResponse>","type":"array","items":{"$ref":"#/components/schemas/DbCompanyResponse"}},"DbCompanyResponse":{"title":"DbCompanyResponse","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompanyResponse","type":"object"}}}}
```

## The DbMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieResponse":{"title":"DbMovieResponse","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovieResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The DbMovieMovieGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The DbMovieRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The DbMovieContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbMovieAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbMovieTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbMovieResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieResponse_":{"title":"List<DbMovieResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieResponse"}},"DbMovieResponse":{"title":"DbMovieResponse","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovieResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The List\_DbPersonResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonResponse_":{"title":"List<DbPersonResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonResponse"}},"DbPersonResponse":{"title":"DbPersonResponse","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The List\_DiscoverProgram\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DiscoverProgram_":{"title":"List<DiscoverProgram>","type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The UpdateCacheResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateCacheResponse":{"title":"UpdateCacheResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"},"Requester":{"type":"string"}},"description":"UpdateCacheResponse","type":"object"}}}}
```

## The UpdateIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateIndexResponse":{"title":"UpdateIndexResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"},"Requester":{"type":"string"},"IndexProgram":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"UpdateIndexResponse","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The CreateIndexUpdateQueueItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateIndexUpdateQueueItemResponse":{"title":"CreateIndexUpdateQueueItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateIndexUpdateQueueItemResponse","type":"object"}}}}
```

## The ElasticStatsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ElasticStatsResponse":{"title":"ElasticStatsResponse","properties":{"MovieCount":{"type":"integer","format":"int32"},"ShowCount":{"type":"integer","format":"int32"},"SeasonCount":{"type":"integer","format":"int32"},"EpisodeCount":{"type":"integer","format":"int32"},"GameCount":{"type":"integer","format":"int32"},"CelebrityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"}},"description":"ElasticStatsResponse","type":"object"}}}}
```

## The QueryResponse\_ProviderMovieReport\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ProviderMovieReport_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ProviderMovieReport"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ProviderMovieReport>","type":"object"},"ProviderMovieReport":{"title":"ProviderMovieReport","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Source":{"type":"string"},"Description":{"type":"string"},"Url":{"type":"string"}},"description":"ProviderMovieReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ProviderMovieReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProviderMovieReport":{"title":"ProviderMovieReport","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Source":{"type":"string"},"Description":{"type":"string"},"Url":{"type":"string"}},"description":"ProviderMovieReport","type":"object"}}}}
```

## The ResponseStatus object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The ResponseError object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The QueryResponse\_ProviderShowReport\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ProviderShowReport_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ProviderShowReport"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ProviderShowReport>","type":"object"},"ProviderShowReport":{"title":"ProviderShowReport","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Source":{"type":"string"},"Description":{"type":"string"},"Url":{"type":"string"}},"description":"ProviderShowReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ProviderShowReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProviderShowReport":{"title":"ProviderShowReport","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Source":{"type":"string"},"Description":{"type":"string"},"Url":{"type":"string"}},"description":"ProviderShowReport","type":"object"}}}}
```

## The List\_ProgramTrend\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ProgramTrend_":{"title":"List<ProgramTrend>","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"}}}}
```

## The DiscoverGameSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DiscoverGameSummary":{"title":"DiscoverGameSummary","properties":{"Id":{"type":"string"},"Title":{"type":"string"},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Year":{"type":"integer","format":"int32"},"ProgramType":{"type":"string"},"Deleted":{"type":"boolean"},"Created":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/Company"}},"Platforms":{"type":"array","items":{"$ref":"#/components/schemas/ProgramGamePlatform"}}},"description":"DiscoverGameSummary","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ProgramGamePlatform":{"title":"ProgramGamePlatform","properties":{},"description":"ProgramGamePlatform","type":"object"}}}}
```

## The ProgramGamePlatform object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramGamePlatform":{"title":"ProgramGamePlatform","properties":{},"description":"ProgramGamePlatform","type":"object"}}}}
```

## The List\_DiscoverGameSummary\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DiscoverGameSummary_":{"title":"List<DiscoverGameSummary>","type":"array","items":{"$ref":"#/components/schemas/DiscoverGameSummary"}},"DiscoverGameSummary":{"title":"DiscoverGameSummary","properties":{"Id":{"type":"string"},"Title":{"type":"string"},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Year":{"type":"integer","format":"int32"},"ProgramType":{"type":"string"},"Deleted":{"type":"boolean"},"Created":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/Company"}},"Platforms":{"type":"array","items":{"$ref":"#/components/schemas/ProgramGamePlatform"}}},"description":"DiscoverGameSummary","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ProgramGamePlatform":{"title":"ProgramGamePlatform","properties":{},"description":"ProgramGamePlatform","type":"object"}}}}
```

## The QueryResponse\_EpisodeQualityPointsReport\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EpisodeQualityPointsReport_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeQualityPointsReport"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EpisodeQualityPointsReport>","type":"object"},"EpisodeQualityPointsReport":{"title":"EpisodeQualityPointsReport","properties":{"QualityPoints":{"type":"integer","format":"int32"},"ShowTitle":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"}},"description":"EpisodeQualityPointsReport","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EpisodeQualityPointsReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeQualityPointsReport":{"title":"EpisodeQualityPointsReport","properties":{"QualityPoints":{"type":"integer","format":"int32"},"ShowTitle":{"type":"string"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"}},"description":"EpisodeQualityPointsReport","type":"object"}}}}
```

## The Moderationresponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Moderationresponse":{"title":"Moderationresponse","properties":{"Hate":{"type":"integer","format":"int32"},"SelfHarm":{"type":"integer","format":"int32"},"sexuallyExplicit":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"}},"description":"Moderationresponse","type":"object"}}}}
```

## The CarouselResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CarouselResponse":{"title":"CarouselResponse","properties":{"InTheaters":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}},"NewGames":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}},"NewTv":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}},"MoviesComingSoon":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}},"NewHomeVideo":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}},"Combined":{"type":"array","items":{"$ref":"#/components/schemas/CarouselItem"}}},"description":"CarouselResponse","type":"object"},"CarouselItem":{"title":"CarouselItem","properties":{"VideoId":{"type":"integer","format":"int64"},"VideoUrl":{"type":"string"},"ScreenCaptureUrl":{"type":"string"},"Title":{"type":"string"}},"description":"CarouselItem","type":"object"}}}}
```

## The CarouselItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CarouselItem":{"title":"CarouselItem","properties":{"VideoId":{"type":"integer","format":"int64"},"VideoUrl":{"type":"string"},"ScreenCaptureUrl":{"type":"string"},"Title":{"type":"string"}},"description":"CarouselItem","type":"object"}}}}
```

## The ImdbFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbFeedResponse":{"title":"ImdbFeedResponse","properties":{"Message":{"type":"string"}},"description":"ImdbFeedResponse","type":"object"}}}}
```

## The List\_ImdbFeedResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbFeedResponse_":{"title":"List<ImdbFeedResponse>","type":"array","items":{"$ref":"#/components/schemas/ImdbFeedResponse"}},"ImdbFeedResponse":{"title":"ImdbFeedResponse","properties":{"Message":{"type":"string"}},"description":"ImdbFeedResponse","type":"object"}}}}
```

## The EidrMatchValidationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EidrMatchValidationResponse":{"title":"EidrMatchValidationResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"EidrMatchValidationResponse","type":"object"}}}}
```

## The ContentSubmission object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ContentSubmission":{"title":"ContentSubmission","properties":{"Id":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"CopyrightHolder":{"type":"string"},"MediaType":{"type":"string"},"Description":{"type":"string"},"Genre":{"type":"string"},"CountryOfOrigin":{"type":"string"},"Language":{"type":"string"},"TheatricalReleaseDate":{"type":"string","format":"date-time"},"VodDate":{"type":"string","format":"date-time"},"OfficialSiteUrl":{"type":"string"},"GameFormat":{"type":"string"},"SeasonName":{"type":"string"},"EpisodeName":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Actors":{"type":"string"},"Directors":{"type":"string"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Files":{"type":"array","items":{"$ref":"#/components/schemas/Uri"}},"ImdbId":{"type":"string"},"EntertainmentId":{"type":"string"},"PublishedId":{"type":"integer","format":"int32"},"Status":{"type":"string"},"Completed":{"type":"string","format":"date-time"}},"description":"ContentSubmission","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"}}}}
```

## The VideoDetailReport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoDetailReport":{"title":"VideoDetailReport","properties":{"Total":{"type":"integer","format":"int32"},"MoviesTotal":{"type":"integer","format":"int32"},"MovieTrailers":{"type":"integer","format":"int32"},"MovieRelated":{"type":"integer","format":"int32"},"MovieInternational":{"type":"integer","format":"int32"},"MovieHdVideo":{"type":"integer","format":"int32"},"TVTotal":{"type":"integer","format":"int32"},"TVHd":{"type":"integer","format":"int32"},"GameTotal":{"type":"integer","format":"int32"},"SeriesTrailers":{"type":"integer","format":"int32"},"SeasonsTrailers":{"type":"integer","format":"int32"},"EpisodesTrailers":{"type":"integer","format":"int32"},"ShowHDVideo":{"type":"integer","format":"int32"},"SeasonHDVideo":{"type":"integer","format":"int32"},"EpisodeHDVideo":{"type":"integer","format":"int32"},"SeriesRelated":{"type":"integer","format":"int32"},"SeasonsRelated":{"type":"integer","format":"int32"},"EpisodesRelated":{"type":"integer","format":"int32"},"GamesTrailers":{"type":"integer","format":"int32"},"GamesRelated":{"type":"integer","format":"int32"}},"description":"VideoDetailReport","type":"object"}}}}
```

## The QueryResponse\_AlphaMergeBlacklist\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_AlphaMergeBlacklist_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/AlphaMergeBlacklist"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<AlphaMergeBlacklist>","type":"object"},"AlphaMergeBlacklist":{"title":"AlphaMergeBlacklist","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Notes":{"type":"string"}},"description":"AlphaMergeBlacklist","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The AlphaMergeBlacklist object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlphaMergeBlacklist":{"title":"AlphaMergeBlacklist","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Notes":{"type":"string"}},"description":"AlphaMergeBlacklist","type":"object"}}}}
```

## The MovieExternalIdMap object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieExternalIdMap":{"title":"MovieExternalIdMap","properties":{"MovieId":{"type":"integer","format":"int64"},"ExternalId":{"type":"string"}},"description":"MovieExternalIdMap","type":"object"}}}}
```

## The List\_MovieExternalIdMap\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieExternalIdMap_":{"title":"List<MovieExternalIdMap>","type":"array","items":{"$ref":"#/components/schemas/MovieExternalIdMap"}},"MovieExternalIdMap":{"title":"MovieExternalIdMap","properties":{"MovieId":{"type":"integer","format":"int64"},"ExternalId":{"type":"string"}},"description":"MovieExternalIdMap","type":"object"}}}}
```

## The ShowExternalIdMap object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowExternalIdMap":{"title":"ShowExternalIdMap","properties":{"ShowId":{"type":"integer","format":"int64"},"ExternalId":{"type":"string"}},"description":"ShowExternalIdMap","type":"object"}}}}
```

## The List\_ShowExternalIdMap\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowExternalIdMap_":{"title":"List<ShowExternalIdMap>","type":"array","items":{"$ref":"#/components/schemas/ShowExternalIdMap"}},"ShowExternalIdMap":{"title":"ShowExternalIdMap","properties":{"ShowId":{"type":"integer","format":"int64"},"ExternalId":{"type":"string"}},"description":"ShowExternalIdMap","type":"object"}}}}
```

## The SkyVODResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SkyVODResponse":{"title":"SkyVODResponse","required":["Id"],"properties":{"Id":{"description":"Unique ID of a SkyVOD item.","type":"integer","format":"int64"},"TMSID":{"description":"TMS root ID of Sky VOD movie.","type":"string"},"Title":{"description":"Title of Sky VOD movie.","type":"string"},"Year":{"description":"Year of Sky VOD movie.","type":"integer","format":"int32"},"MovieId":{"description":"Entertainment unique ID of Sky VOD movie.","type":"integer","format":"int64"},"Companies":{"description":"Companies associated with Sky VOD movie.","type":"string"},"Description":{"description":"Description of Sky VOD movie.","type":"string"},"Notes":{"description":"User notes on Sky VOD movie item.","type":"string"},"Matched":{"description":"Flag indicating if Sky VOD movie is matched to Entertainment Db.","type":"boolean"},"HasVideo":{"description":"Flag indicating if Sky VOD movie has target video in Entertainment Db.","type":"boolean"},"Modifier":{"description":"User who last modified Sky VOD item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime Sky VOD item was last modified.","type":"string","format":"date-time"},"Closer":{"description":"USer who closed Sky VOD item.","type":"integer","format":"int32"},"Closed":{"description":"DateTime Sky VOD item was closed.","type":"string","format":"date-time"}},"description":"SkyVODResponse","type":"object"}}}}
```

## The EIDRapiReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRapiReponse":{"title":"EIDRapiReponse","properties":{"EIDRid":{"type":"string"},"Title":{"type":"string"},"ReleaseDate":{"type":"string"},"Adult":{"type":"boolean"},"ProgramType":{"type":"string"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/EIDRapiCAST"}},"Companies":{"type":"array","items":{"type":"string"}},"Altids":{"type":"array","items":{"$ref":"#/components/schemas/KeyValuePair_String_String_"}},"CountriesOfOrigin":{"type":"array","items":{"type":"string"}},"RunTime":{"type":"string"},"AltTitles":{"type":"array","items":{"type":"string"}},"Status":{"type":"string"},"EIDRfullResponse":{"type":"array","items":{"$ref":"#/components/schemas/KeyValuePair_String_String_"}}},"description":"EIDRapiReponse","type":"object"},"EIDRapiCAST":{"title":"EIDRapiCAST","properties":{"Job":{"type":"string"},"PersonName":{"type":"string"}},"description":"EIDRapiCAST","type":"object"},"KeyValuePair_String_String_":{"title":"KeyValuePair<String,String>","properties":{"Key":{"type":"string"},"Value":{"type":"string"}},"description":"KeyValuePair<String,String>","type":"object"}}}}
```

## The EIDRapiCAST object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRapiCAST":{"title":"EIDRapiCAST","properties":{"Job":{"type":"string"},"PersonName":{"type":"string"}},"description":"EIDRapiCAST","type":"object"}}}}
```

## The KeyValuePair\_String\_String\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KeyValuePair_String_String_":{"title":"KeyValuePair<String,String>","properties":{"Key":{"type":"string"},"Value":{"type":"string"}},"description":"KeyValuePair<String,String>","type":"object"}}}}
```

## The EIDRapiJSONresponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRapiJSONresponse":{"title":"EIDRapiJSONresponse","properties":{"EIDRid":{"type":"string"},"Title":{"type":"string"},"ReleaseDate":{"type":"string"},"ProgramType":{"type":"string"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/EIDRapiCAST"}},"Companies":{"type":"array","items":{"type":"string"}},"Altids":{"type":"array","items":{"$ref":"#/components/schemas/EIDRapiAltId"}},"CountriesOfOrigin":{"type":"array","items":{"type":"string"}},"RunTime":{"type":"string"},"AltTitles":{"type":"array","items":{"type":"string"}},"Status":{"type":"string"},"EIDRFullJSONResponse":{"type":"string"}},"description":"EIDRapiJSONresponse","type":"object"},"EIDRapiCAST":{"title":"EIDRapiCAST","properties":{"Job":{"type":"string"},"PersonName":{"type":"string"}},"description":"EIDRapiCAST","type":"object"},"EIDRapiAltId":{"title":"EIDRapiAltId","properties":{"AltIDType":{"type":"string"},"AltID":{"type":"string"}},"description":"EIDRapiAltId","type":"object"}}}}
```

## The EIDRapiAltId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRapiAltId":{"title":"EIDRapiAltId","properties":{"AltIDType":{"type":"string"},"AltID":{"type":"string"}},"description":"EIDRapiAltId","type":"object"}}}}
```

## The SkyVOD object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SkyVOD":{"title":"SkyVOD","required":["Id"],"properties":{"Id":{"description":"Unique ID of a SkyVOD item.","type":"integer","format":"int64"},"TMSID":{"description":"TMS root ID of Sky VOD movie.","type":"string"},"Title":{"description":"Title of Sky VOD movie.","type":"string"},"Year":{"description":"Year of Sky VOD movie.","type":"integer","format":"int32"},"MovieId":{"description":"Entertainment unique ID of Sky VOD movie.","type":"integer","format":"int64"},"Companies":{"description":"Companies associated with Sky VOD movie.","type":"string"},"Description":{"description":"Description of Sky VOD movie.","type":"string"},"Notes":{"description":"User notes on Sky VOD movie item.","type":"string"},"Matched":{"description":"Flag indicating if Sky VOD movie is matched to Entertainment Db.","type":"boolean"},"HasVideo":{"description":"Flag indicating if Sky VOD movie has target video in Entertainment Db.","type":"boolean"},"Modifier":{"description":"User who last modified Sky VOD item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime Sky VOD item was last modified.","type":"string","format":"date-time"},"Closer":{"description":"USer who closed Sky VOD item.","type":"integer","format":"int32"},"Closed":{"description":"DateTime Sky VOD item was closed.","type":"string","format":"date-time"}},"description":"SkyVOD","type":"object"}}}}
```

## The List\_SkyVOD\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SkyVOD_":{"title":"List<SkyVOD>","type":"array","items":{"$ref":"#/components/schemas/SkyVOD"}},"SkyVOD":{"title":"SkyVOD","required":["Id"],"properties":{"Id":{"description":"Unique ID of a SkyVOD item.","type":"integer","format":"int64"},"TMSID":{"description":"TMS root ID of Sky VOD movie.","type":"string"},"Title":{"description":"Title of Sky VOD movie.","type":"string"},"Year":{"description":"Year of Sky VOD movie.","type":"integer","format":"int32"},"MovieId":{"description":"Entertainment unique ID of Sky VOD movie.","type":"integer","format":"int64"},"Companies":{"description":"Companies associated with Sky VOD movie.","type":"string"},"Description":{"description":"Description of Sky VOD movie.","type":"string"},"Notes":{"description":"User notes on Sky VOD movie item.","type":"string"},"Matched":{"description":"Flag indicating if Sky VOD movie is matched to Entertainment Db.","type":"boolean"},"HasVideo":{"description":"Flag indicating if Sky VOD movie has target video in Entertainment Db.","type":"boolean"},"Modifier":{"description":"User who last modified Sky VOD item.","type":"integer","format":"int32"},"Modified":{"description":"DateTime Sky VOD item was last modified.","type":"string","format":"date-time"},"Closer":{"description":"USer who closed Sky VOD item.","type":"integer","format":"int32"},"Closed":{"description":"DateTime Sky VOD item was closed.","type":"string","format":"date-time"}},"description":"SkyVOD","type":"object"}}}}
```

## The ExternalIdReportResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExternalIdReportResponse":{"title":"ExternalIdReportResponse","properties":{"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"IvaId":{"type":"string"},"TmdbId":{"type":"string"},"EidrId":{"type":"string"},"RoviId":{"type":"string"},"GracId":{"type":"string"},"ImdbId":{"type":"string"},"WikiId":{"type":"string"},"FaceId":{"type":"string"},"WebeId":{"type":"string"}},"description":"ExternalIdReportResponse","type":"object"}}}}
```

## The RemoveEchostarIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveEchostarIdResponse":{"title":"RemoveEchostarIdResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RemoveEchostarIdResponse","type":"object"}}}}
```

## The MatchToEntertainmentProgramResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentProgramResponse":{"title":"MatchToEntertainmentProgramResponse","properties":{"Score":{"description":"Score of the match to Entertainment.","type":"integer","format":"int32"},"Success":{"description":"Status of match operation.","type":"boolean"},"AltTitleMatch":{"description":"Status of match operation.","type":"boolean"},"FUzzyTtleMatch":{"description":"Status of match operation.","type":"boolean"},"TitleMods":{"$ref":"#/components/schemas/TitleMods"},"EntertainmentId":{"description":"Entertainment program ID on successful match.","type":"integer","format":"int64"},"Description":{"description":"Description of match operation result.","type":"string"},"Took":{"description":"Elastic search time elapsed.","type":"integer","format":"int64"},"ProgramMatches":{"description":"List of matched Programs.","type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}}},"description":"MatchToEntertainmentProgramResponse","type":"object"},"TitleMods":{"title":"TitleMods","properties":{"TitleSubmitted":{"type":"string"},"TitleApplied":{"type":"string"},"Removals":{"type":"array","items":{"type":"string"}}},"description":"TitleMods","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The TitleMods object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TitleMods":{"title":"TitleMods","properties":{"TitleSubmitted":{"type":"string"},"TitleApplied":{"type":"string"},"Removals":{"type":"array","items":{"type":"string"}}},"description":"TitleMods","type":"object"}}}}
```

## The MultiMatchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MultiMatchResponse":{"title":"MultiMatchResponse","properties":{"SearchResponses":{"type":"array","items":{"$ref":"#/components/schemas/SearchEntertainmentResponse"}},"Success":{"type":"boolean"},"Message":{"type":"string"},"TotalTook":{"type":"integer","format":"int64"}},"description":"MultiMatchResponse","type":"object"},"SearchEntertainmentResponse":{"title":"SearchEntertainmentResponse","properties":{"Took":{"type":"integer","format":"int64"},"Total":{"type":"integer","format":"int64"},"MaxScore":{"type":"number","format":"double"},"Hits":{"type":"array","items":{"$ref":"#/components/schemas/SearchHit"}},"Message":{"type":"string"},"NextPageToken":{"type":"string"}},"description":"SearchEntertainmentResponse","type":"object"},"SearchHit":{"title":"SearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/DiscoverProgram"},"Id":{"type":"string"}},"description":"SearchHit","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The SearchEntertainmentResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchEntertainmentResponse":{"title":"SearchEntertainmentResponse","properties":{"Took":{"type":"integer","format":"int64"},"Total":{"type":"integer","format":"int64"},"MaxScore":{"type":"number","format":"double"},"Hits":{"type":"array","items":{"$ref":"#/components/schemas/SearchHit"}},"Message":{"type":"string"},"NextPageToken":{"type":"string"}},"description":"SearchEntertainmentResponse","type":"object"},"SearchHit":{"title":"SearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/DiscoverProgram"},"Id":{"type":"string"}},"description":"SearchHit","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The SearchHit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchHit":{"title":"SearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/DiscoverProgram"},"Id":{"type":"string"}},"description":"SearchHit","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The Videometricss object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Videometricss":{"title":"Videometricss","properties":{"views":{"type":"integer","format":"int32"},"viewsArr":{"type":"array","items":{"type":"integer","format":"int32"}},"crawlingDate":{"type":"string","format":"date-time"},"videoUploadDate":{"type":"string","format":"date-time"},"likes":{"type":"integer","format":"int32"},"likesArr":{"type":"array","items":{"type":"integer","format":"int32"}},"comments":{"type":"integer","format":"int32"},"commentsArr":{"type":"array","items":{"type":"integer","format":"int32"}},"videoId":{"type":"integer","format":"int32"},"movieId":{"type":"integer","format":"int32"},"showId":{"type":"integer","format":"int32"}},"description":"Videometricss","type":"object"}}}}
```

## The List\_Videometricss\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Videometricss_":{"title":"List<Videometricss>","type":"array","items":{"$ref":"#/components/schemas/Videometricss"}},"Videometricss":{"title":"Videometricss","properties":{"views":{"type":"integer","format":"int32"},"viewsArr":{"type":"array","items":{"type":"integer","format":"int32"}},"crawlingDate":{"type":"string","format":"date-time"},"videoUploadDate":{"type":"string","format":"date-time"},"likes":{"type":"integer","format":"int32"},"likesArr":{"type":"array","items":{"type":"integer","format":"int32"}},"comments":{"type":"integer","format":"int32"},"commentsArr":{"type":"array","items":{"type":"integer","format":"int32"}},"videoId":{"type":"integer","format":"int32"},"movieId":{"type":"integer","format":"int32"},"showId":{"type":"integer","format":"int32"}},"description":"Videometricss","type":"object"}}}}
```

## The trendingOutput object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"trendingOutput":{"title":"trendingOutput","properties":{"crawlingDate":{"type":"string","format":"date-time"},"videoId":{"type":"integer","format":"int32"},"movieId":{"type":"integer","format":"int32"},"showId":{"type":"integer","format":"int32"},"videoUploadDate":{"type":"string","format":"date-time"},"DeltaInComments":{"type":"integer","format":"int32"},"DeltaInLikes":{"type":"integer","format":"int32"},"DeltaInViews":{"type":"integer","format":"int32"}},"description":"trendingOutput","type":"object"}}}}
```

## The List\_trendingOutput\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_trendingOutput_":{"title":"List<trendingOutput>","type":"array","items":{"$ref":"#/components/schemas/trendingOutput"}},"trendingOutput":{"title":"trendingOutput","properties":{"crawlingDate":{"type":"string","format":"date-time"},"videoId":{"type":"integer","format":"int32"},"movieId":{"type":"integer","format":"int32"},"showId":{"type":"integer","format":"int32"},"videoUploadDate":{"type":"string","format":"date-time"},"DeltaInComments":{"type":"integer","format":"int32"},"DeltaInLikes":{"type":"integer","format":"int32"},"DeltaInViews":{"type":"integer","format":"int32"}},"description":"trendingOutput","type":"object"}}}}
```

## The AnyClipDataProcessResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AnyClipDataProcessResponse":{"title":"AnyClipDataProcessResponse","properties":{"Success":{"type":"boolean"}},"description":"AnyClipDataProcessResponse","type":"object"}}}}
```

## The TagsResponseData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TagsResponseData":{"title":"TagsResponseData","properties":{"VideoId":{"type":"integer","format":"int64"},"StartTime":{"type":"integer","format":"int32"},"Keywords":{"type":"array","items":{"$ref":"#/components/schemas/TagKeywords"}},"FrameNumber":{"type":"integer","format":"int32"}},"description":"TagsResponseData","type":"object"},"TagKeywords":{"title":"TagKeywords","properties":{"Category":{"type":"string"},"Value":{"type":"string"},"Probability":{"type":"number","format":"double"}},"description":"TagKeywords","type":"object"}}}}
```

## The TagKeywords object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TagKeywords":{"title":"TagKeywords","properties":{"Category":{"type":"string"},"Value":{"type":"string"},"Probability":{"type":"number","format":"double"}},"description":"TagKeywords","type":"object"}}}}
```

## The AnyClipVideoProcessCCFileDataResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AnyClipVideoProcessCCFileDataResponse":{"title":"AnyClipVideoProcessCCFileDataResponse","properties":{"FileData":{"type":"string"}},"description":"AnyClipVideoProcessCCFileDataResponse","type":"object"}}}}
```

## The FanMeterResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FanMeterResponse":{"title":"FanMeterResponse","properties":{"Success":{"type":"boolean"}},"description":"FanMeterResponse","type":"object"}}}}
```

## The FanMeterDetailResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FanMeterDetailResponse":{"title":"FanMeterDetailResponse","properties":{"Id":{"type":"integer","format":"int64"},"AlternateID":{"type":"string"},"SocialMediaID":{"type":"string"},"MovieAlternateTypeID":{"type":"integer","format":"int32"},"ShowAlternateTypeID":{"type":"integer","format":"int32"},"NoOfPosts":{"type":"integer","format":"int64"},"NoOfLikes":{"type":"integer","format":"int64"},"NoOfFollowers":{"type":"integer","format":"int64"},"NoOfComments":{"type":"integer","format":"int64"},"InsertedOn":{"type":"string","format":"date-time"},"UpdatedOn":{"type":"string","format":"date-time"},"Success":{"type":"boolean"}},"description":"FanMeterDetailResponse","type":"object"}}}}
```

## The FanMeterStatisticsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FanMeterStatisticsResponse":{"title":"FanMeterStatisticsResponse","properties":{"NoOfFollowers":{"type":"integer","format":"int32"},"NoOfPosts":{"type":"integer","format":"int32"},"NoOfLikes":{"type":"integer","format":"int32"},"NoOfComments":{"type":"integer","format":"int32"},"InsertDate":{"type":"string","format":"date-time"}},"description":"FanMeterStatisticsResponse","type":"object"}}}}
```

## The List\_FanMeterStatisticsResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_FanMeterStatisticsResponse_":{"title":"List<FanMeterStatisticsResponse>","type":"array","items":{"$ref":"#/components/schemas/FanMeterStatisticsResponse"}},"FanMeterStatisticsResponse":{"title":"FanMeterStatisticsResponse","properties":{"NoOfFollowers":{"type":"integer","format":"int32"},"NoOfPosts":{"type":"integer","format":"int32"},"NoOfLikes":{"type":"integer","format":"int32"},"NoOfComments":{"type":"integer","format":"int32"},"InsertDate":{"type":"string","format":"date-time"}},"description":"FanMeterStatisticsResponse","type":"object"}}}}
```

## The ImportSpiderOutputResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportSpiderOutputResponse":{"title":"ImportSpiderOutputResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"ImportSpiderOutputResponse","type":"object"}}}}
```

## The MatchExtractionItemsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchExtractionItemsResponse":{"title":"MatchExtractionItemsResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"MatchExtractionItemsResponse","type":"object"}}}}
```

## The IngestExtractedProgramResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestExtractedProgramResponse":{"title":"IngestExtractedProgramResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"IngestExtractedProgramResponse","type":"object"}}}}
```

## The CreateExtractionAvailabilitiesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateExtractionAvailabilitiesResponse":{"title":"CreateExtractionAvailabilitiesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"ProviderShow":{"$ref":"#/components/schemas/ProviderShow"}},"description":"CreateExtractionAvailabilitiesResponse","type":"object"},"ProviderShow":{"title":"ProviderShow","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the show.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Country Code (2 characters). Only specify a country if data if you don't have access to ALL availabilities for a title.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"MD5Hash":{"description":"Computed hash of complete ProviderShow object.","type":"string"},"Modifier":{"type":"integer","format":"int32"},"Countries":{"type":"array","items":{"type":"string"}},"Availabilities":{"description":"List of ShowOffers from Provider.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailability"}},"Seasons":{"description":"List of seasons from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderSeason"}},"ExternalIds":{"description":"List of ExternalIds from Provider.","type":"array","items":{"$ref":"#/components/schemas/IdExternal"}},"Image":{"description":"This is a list of images for movie","type":"array","items":{"type":"string"}},"FirstDetection":{"description":"DateTime Show was first detected in the system.","type":"string","format":"date-time"}},"description":"ProviderShow","type":"object"},"ShowAvailability":{"title":"ShowAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"FirstDetection":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderShowId":{"type":"integer","format":"int64"}},"description":"ShowAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProviderSeason":{"title":"ProviderSeason","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the season.","type":"string"},"Country":{"description":"Season Country.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season Id when it is matched.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Provider's season number. Ex: Season 1","type":"integer","format":"int32"},"ProviderUniqueShowId":{"description":"Used to link this season to it's parent Show.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of SeasonAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailability"}},"ProviderShowId":{"type":"integer","format":"int64"},"Episodes":{"description":"List of episodes from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderEpisode"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderSeason","type":"object"},"SeasonAvailability":{"title":"SeasonAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderSeasonId":{"type":"integer","format":"int64"}},"description":"SeasonAvailability","type":"object"},"ProviderEpisode":{"title":"ProviderEpisode","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"EpisodeId":{"description":"Entertainment Episode Id when it is matched.","type":"integer","format":"int64"},"ProviderSeasonId":{"type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Provider's Episode number. Ex: Episode 1","type":"integer","format":"int32"},"Title":{"description":"Provider's title of the episode.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"ImageUrl":{"description":"Provider's image URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Episode Country.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of EpisodeAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailability"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderEpisode","type":"object"},"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"},"IdExternal":{"title":"IdExternal","properties":{"ID":{"type":"string"},"ContentType":{"type":"string"},"Provider":{"type":"string"}},"description":"IdExternal","type":"object"}}}}
```

## The ProviderShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProviderShow":{"title":"ProviderShow","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the show.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Country Code (2 characters). Only specify a country if data if you don't have access to ALL availabilities for a title.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"MD5Hash":{"description":"Computed hash of complete ProviderShow object.","type":"string"},"Modifier":{"type":"integer","format":"int32"},"Countries":{"type":"array","items":{"type":"string"}},"Availabilities":{"description":"List of ShowOffers from Provider.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailability"}},"Seasons":{"description":"List of seasons from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderSeason"}},"ExternalIds":{"description":"List of ExternalIds from Provider.","type":"array","items":{"$ref":"#/components/schemas/IdExternal"}},"Image":{"description":"This is a list of images for movie","type":"array","items":{"type":"string"}},"FirstDetection":{"description":"DateTime Show was first detected in the system.","type":"string","format":"date-time"}},"description":"ProviderShow","type":"object"},"ShowAvailability":{"title":"ShowAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"FirstDetection":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderShowId":{"type":"integer","format":"int64"}},"description":"ShowAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProviderSeason":{"title":"ProviderSeason","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the season.","type":"string"},"Country":{"description":"Season Country.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season Id when it is matched.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Provider's season number. Ex: Season 1","type":"integer","format":"int32"},"ProviderUniqueShowId":{"description":"Used to link this season to it's parent Show.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of SeasonAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailability"}},"ProviderShowId":{"type":"integer","format":"int64"},"Episodes":{"description":"List of episodes from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderEpisode"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderSeason","type":"object"},"SeasonAvailability":{"title":"SeasonAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderSeasonId":{"type":"integer","format":"int64"}},"description":"SeasonAvailability","type":"object"},"ProviderEpisode":{"title":"ProviderEpisode","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"EpisodeId":{"description":"Entertainment Episode Id when it is matched.","type":"integer","format":"int64"},"ProviderSeasonId":{"type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Provider's Episode number. Ex: Episode 1","type":"integer","format":"int32"},"Title":{"description":"Provider's title of the episode.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"ImageUrl":{"description":"Provider's image URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Episode Country.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of EpisodeAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailability"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderEpisode","type":"object"},"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"},"IdExternal":{"title":"IdExternal","properties":{"ID":{"type":"string"},"ContentType":{"type":"string"},"Provider":{"type":"string"}},"description":"IdExternal","type":"object"}}}}
```

## The ShowAvailability object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAvailability":{"title":"ShowAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"FirstDetection":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderShowId":{"type":"integer","format":"int64"}},"description":"ShowAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ProviderSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProviderSeason":{"title":"ProviderSeason","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the season.","type":"string"},"Country":{"description":"Season Country.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season Id when it is matched.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Provider's season number. Ex: Season 1","type":"integer","format":"int32"},"ProviderUniqueShowId":{"description":"Used to link this season to it's parent Show.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of SeasonAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailability"}},"ProviderShowId":{"type":"integer","format":"int64"},"Episodes":{"description":"List of episodes from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderEpisode"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderSeason","type":"object"},"SeasonAvailability":{"title":"SeasonAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderSeasonId":{"type":"integer","format":"int64"}},"description":"SeasonAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProviderEpisode":{"title":"ProviderEpisode","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"EpisodeId":{"description":"Entertainment Episode Id when it is matched.","type":"integer","format":"int64"},"ProviderSeasonId":{"type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Provider's Episode number. Ex: Episode 1","type":"integer","format":"int32"},"Title":{"description":"Provider's title of the episode.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"ImageUrl":{"description":"Provider's image URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Episode Country.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of EpisodeAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailability"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderEpisode","type":"object"},"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"}}}}
```

## The SeasonAvailability object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonAvailability":{"title":"SeasonAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderSeasonId":{"type":"integer","format":"int64"}},"description":"SeasonAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ProviderEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProviderEpisode":{"title":"ProviderEpisode","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"EpisodeId":{"description":"Entertainment Episode Id when it is matched.","type":"integer","format":"int64"},"ProviderSeasonId":{"type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Provider's Episode number. Ex: Episode 1","type":"integer","format":"int32"},"Title":{"description":"Provider's title of the episode.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"ImageUrl":{"description":"Provider's image URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Episode Country.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of EpisodeAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailability"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderEpisode","type":"object"},"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The EpisodeAvailability object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The IdExternal object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IdExternal":{"title":"IdExternal","properties":{"ID":{"type":"string"},"ContentType":{"type":"string"},"Provider":{"type":"string"}},"description":"IdExternal","type":"object"}}}}
```

## The UpdateOriginatingNetworkFCResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateOriginatingNetworkFCResponse":{"title":"UpdateOriginatingNetworkFCResponse","properties":{"Success":{"description":"Status of match operation.","type":"boolean"},"Description":{"description":"Description of match operation result.","type":"string"}},"description":"UpdateOriginatingNetworkFCResponse","type":"object"}}}}
```

## The IngestBluRayDigitalReleasesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestBluRayDigitalReleasesResponse":{"title":"IngestBluRayDigitalReleasesResponse","properties":{"Success":{"description":"Status of match operation.","type":"boolean"},"Description":{"description":"Description of match operation result.","type":"string"}},"description":"IngestBluRayDigitalReleasesResponse","type":"object"}}}}
```

## The IngestOfficialPostersResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestOfficialPostersResponse":{"title":"IngestOfficialPostersResponse","properties":{"Success":{"description":"Status of match operation.","type":"boolean"},"Description":{"description":"Description of match operation result.","type":"string"}},"description":"IngestOfficialPostersResponse","type":"object"}}}}
```

## The ExtractionItemsMatchMessageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionItemsMatchMessageResponse":{"title":"ExtractionItemsMatchMessageResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"ExtractionItemsMatchMessageResponse","type":"object"}}}}
```

## The ExtractionDataIngestMessageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionDataIngestMessageResponse":{"title":"ExtractionDataIngestMessageResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"ExtractionDataIngestMessageResponse","type":"object"}}}}
```

## The ExtractionJobsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionJobsResponse":{"title":"ExtractionJobsResponse","properties":{"ExtractionJobs":{"type":"array","items":{"$ref":"#/components/schemas/ExtractionJob"}}},"description":"ExtractionJobsResponse","type":"object"},"ExtractionJob":{"title":"ExtractionJob","properties":{"responses_received":{"type":"integer","format":"int32"},"logs":{"type":"integer","format":"int32"},"state":{"type":"string"},"spider":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"spider_type":{"type":"string"},"id":{"type":"string"},"version":{"type":"string"},"items_scraped":{"type":"integer","format":"int32"},"pages":{"type":"integer","format":"int32"},"elapsed":{"type":"integer","format":"int32"},"tags":{"type":"array","items":{"type":"string"}},"priority":{"type":"integer","format":"int32"},"updated_time":{"type":"string","format":"date-time"},"errors_count":{"type":"integer","format":"int32"},"close_reason":{"type":"string"},"ItemsImported":{"type":"string","format":"date-time"},"JobAlert":{"type":"boolean"},"MatchErrors":{"type":"integer","format":"int32"},"MatchRate":{"type":"integer","format":"int32"},"NewItems":{"type":"integer","format":"int32"}},"description":"ExtractionJob","type":"object"}}}}
```

## The ExtractionJob object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExtractionJob":{"title":"ExtractionJob","properties":{"responses_received":{"type":"integer","format":"int32"},"logs":{"type":"integer","format":"int32"},"state":{"type":"string"},"spider":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"spider_type":{"type":"string"},"id":{"type":"string"},"version":{"type":"string"},"items_scraped":{"type":"integer","format":"int32"},"pages":{"type":"integer","format":"int32"},"elapsed":{"type":"integer","format":"int32"},"tags":{"type":"array","items":{"type":"string"}},"priority":{"type":"integer","format":"int32"},"updated_time":{"type":"string","format":"date-time"},"errors_count":{"type":"integer","format":"int32"},"close_reason":{"type":"string"},"ItemsImported":{"type":"string","format":"date-time"},"JobAlert":{"type":"boolean"},"MatchErrors":{"type":"integer","format":"int32"},"MatchRate":{"type":"integer","format":"int32"},"NewItems":{"type":"integer","format":"int32"}},"description":"ExtractionJob","type":"object"}}}}
```

## The IngestMovieExtractionItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestMovieExtractionItemResponse":{"title":"IngestMovieExtractionItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"UpdatedMovie":{"$ref":"#/components/schemas/DbMovie"}},"description":"IngestMovieExtractionItemResponse","type":"object"},"DbMovie":{"title":"DbMovie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovie","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The DbMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovie":{"title":"DbMovie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovie","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The NetworkExtractionItemsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NetworkExtractionItemsResponse":{"title":"NetworkExtractionItemsResponse","properties":{"JobId":{"type":"string"},"Ingested":{"type":"boolean"},"NetworkExtractionItems":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtract"}}},"description":"NetworkExtractionItemsResponse","type":"object"},"ProgramExtract":{"title":"ProgramExtract","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"ProgramExtract","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The ProgramExtract object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramExtract":{"title":"ProgramExtract","required":["JobId","Source","Url","ProgramType","Created"],"properties":{"Network":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Original":{"type":"boolean"},"ShowTitle":{"type":"string"},"SeasonTitle":{"type":"string"},"EpisodeTitle":{"type":"string"},"MovieTitle":{"type":"string"},"Description":{"type":"string"},"SeasonNumber":{"type":"string"},"EpisodeNumber":{"type":"string"},"Genres":{"type":"array","items":{"type":"string"}},"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractRelease"}},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractExternald"}},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractContributor"}},"Images":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractImage"}},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractVideo"}},"Availabilities":{"type":"array","items":{"$ref":"#/components/schemas/ProgramExtractAvailability"}},"Status":{"type":"string"},"SkipIngest":{"type":"boolean"},"Id":{"description":"Unique ID of the Extract.","type":"integer","format":"int64"},"JobId":{"description":"ID of job yielding this Extract.","type":"string"},"Source":{"description":"Source domain of the Extract.","type":"string"},"Url":{"description":"Page URL of the Extract.","type":"string"},"_template":{"description":"Scrapy template ID of the Extract.","type":"string"},"_cached_page_id":{"description":"Scrapy page ID of the Extract.","type":"string"},"_type":{"description":"Scrapy type of the Extract.","type":"string"},"EntertainmentId":{"description":"Entertainment ID of the Extract.","type":"integer","format":"int64"},"Score":{"description":"Entertainment match score of the Extract.","type":"integer","format":"int32"},"ProgramType":{"description":"Program type of the Extract.","type":"string"},"Created":{"description":"Date extract was created.","type":"string","format":"date-time"},"Modified":{"description":"Date extract was last modified.","type":"string","format":"date-time"},"Ignore":{"description":"Flag to set extract to be ignored.","type":"boolean"},"IgnoreReason":{"description":"Reason for ignoring extract.","type":"string"},"Ingested":{"description":"Date extract data was ingested into Entertainment.","type":"string","format":"date-time"}},"description":"ProgramExtract","type":"object"},"ProgramExtractRelease":{"title":"ProgramExtractRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractRelease","type":"object"},"ProgramExtractExternald":{"title":"ProgramExtractExternald","properties":{"Id":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramExtractExternald","type":"object"},"ProgramExtractContributor":{"title":"ProgramExtractContributor","properties":{"PersonName":{"type":"string"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"ProgramExtractContributor","type":"object"},"ProgramExtractImage":{"title":"ProgramExtractImage","properties":{"Type":{"type":"string"},"Url":{"type":"string"},"Description":{"type":"string"}},"description":"ProgramExtractImage","type":"object"},"ProgramExtractVideo":{"title":"ProgramExtractVideo","properties":{"Url":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Description":{"type":"string"},"Expiration":{"type":"string","format":"date-time"}},"description":"ProgramExtractVideo","type":"object"},"ProgramExtractAvailability":{"title":"ProgramExtractAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramExtractAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The MatchNetworkExtractionItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchNetworkExtractionItemResponse":{"title":"MatchNetworkExtractionItemResponse","properties":{"Score":{"description":"Score of the match to Entertainment.","type":"integer","format":"int32"},"EntertainmentId":{"description":"Id of the match to Entertainment.","type":"integer","format":"int64"},"Success":{"description":"Status of match operation.","type":"boolean"},"Description":{"description":"Description of match operation result.","type":"string"},"ProgramMatches":{"description":"List of matched Shows.","type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}}},"description":"MatchNetworkExtractionItemResponse","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The IngestNetworkExtractionItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestNetworkExtractionItemResponse":{"title":"IngestNetworkExtractionItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"UpdatedShow":{"$ref":"#/components/schemas/DbShow"},"UpdatedSeason":{"$ref":"#/components/schemas/DbSeason"},"UpdatedEpisode":{"$ref":"#/components/schemas/DbEpisode"},"UpdatedMovie":{"$ref":"#/components/schemas/DbMovie"}},"description":"IngestNetworkExtractionItemResponse","type":"object"},"DbShow":{"title":"DbShow","properties":{"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"DbShow","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovie":{"title":"DbMovie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovie","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The DbShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShow":{"title":"DbShow","properties":{"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"DbShow","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The CreateNetworkExtractAvailabilitiesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateNetworkExtractAvailabilitiesResponse":{"title":"CreateNetworkExtractAvailabilitiesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"ProviderShow":{"$ref":"#/components/schemas/ProviderShow"}},"description":"CreateNetworkExtractAvailabilitiesResponse","type":"object"},"ProviderShow":{"title":"ProviderShow","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the show.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Country Code (2 characters). Only specify a country if data if you don't have access to ALL availabilities for a title.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"MD5Hash":{"description":"Computed hash of complete ProviderShow object.","type":"string"},"Modifier":{"type":"integer","format":"int32"},"Countries":{"type":"array","items":{"type":"string"}},"Availabilities":{"description":"List of ShowOffers from Provider.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailability"}},"Seasons":{"description":"List of seasons from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderSeason"}},"ExternalIds":{"description":"List of ExternalIds from Provider.","type":"array","items":{"$ref":"#/components/schemas/IdExternal"}},"Image":{"description":"This is a list of images for movie","type":"array","items":{"type":"string"}},"FirstDetection":{"description":"DateTime Show was first detected in the system.","type":"string","format":"date-time"}},"description":"ProviderShow","type":"object"},"ShowAvailability":{"title":"ShowAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"FirstDetection":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderShowId":{"type":"integer","format":"int64"}},"description":"ShowAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProviderSeason":{"title":"ProviderSeason","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"Title":{"description":"Provider's title of the season.","type":"string"},"Country":{"description":"Season Country.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"PosterUrl":{"description":"Provider's Poster URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season Id when it is matched.","type":"integer","format":"int64"},"SeasonNumber":{"description":"Provider's season number. Ex: Season 1","type":"integer","format":"int32"},"ProviderUniqueShowId":{"description":"Used to link this season to it's parent Show.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of SeasonAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailability"}},"ProviderShowId":{"type":"integer","format":"int64"},"Episodes":{"description":"List of episodes from Provider.","type":"array","items":{"$ref":"#/components/schemas/ProviderEpisode"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderSeason","type":"object"},"SeasonAvailability":{"title":"SeasonAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderSeasonId":{"type":"integer","format":"int64"}},"description":"SeasonAvailability","type":"object"},"ProviderEpisode":{"title":"ProviderEpisode","properties":{"Id":{"description":"Unique ID.","type":"integer","format":"int64"},"ProviderUniqueId":{"description":"Provider's unique ID for the title. Could be URL, ID, slug, etc.","type":"string"},"EpisodeId":{"description":"Entertainment Episode Id when it is matched.","type":"integer","format":"int64"},"ProviderSeasonId":{"type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show Id when it is matched.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Provider's Episode number. Ex: Episode 1","type":"integer","format":"int32"},"Title":{"description":"Provider's title of the episode.","type":"string"},"Actors":{"description":"Provider's list of actors.","type":"array","items":{"type":"string"}},"Directors":{"description":"Provider's list of directors.","type":"array","items":{"type":"string"}},"Crew":{"description":"Provider's list of crew including Creators, writers, etc.","type":"array","items":{"type":"string"}},"Year":{"description":"Provider's year if available.","type":"integer","format":"int32"},"Source":{"description":"Which source of data.","type":"string"},"ImageUrl":{"description":"Provider's image URL.","type":"string"},"Description":{"description":"Provider's Description.","type":"string"},"Created":{"description":"Creating date.","type":"string","format":"date-time"},"Modified":{"description":"Time stamp for when record was last checked.","type":"string","format":"date-time"},"IMDBId":{"description":"IMDB ID if available.","type":"string"},"Url":{"description":"Web URL to check for content.","type":"string"},"Country":{"description":"Episode Country.","type":"string"},"TMDbId":{"description":"TMDb ID if available.","type":"integer","format":"int64"},"Availabilities":{"description":"List of EpisodeAvailability from Provider.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailability"}},"Modifier":{"type":"integer","format":"int32"}},"description":"ProviderEpisode","type":"object"},"EpisodeAvailability":{"title":"EpisodeAvailability","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"Created":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Modifier":{"type":"integer","format":"int32"},"ProviderEpisodeId":{"type":"integer","format":"int64"}},"description":"EpisodeAvailability","type":"object"},"IdExternal":{"title":"IdExternal","properties":{"ID":{"type":"string"},"ContentType":{"type":"string"},"Provider":{"type":"string"}},"description":"IdExternal","type":"object"}}}}
```

## The CreateExtractionJobQueueItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateExtractionJobQueueItemResponse":{"title":"CreateExtractionJobQueueItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateExtractionJobQueueItemResponse","type":"object"}}}}
```

## The CreateMovieExtractIngestQueueItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMovieExtractIngestQueueItemResponse":{"title":"CreateMovieExtractIngestQueueItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateMovieExtractIngestQueueItemResponse","type":"object"}}}}
```

## The CreateNetworkExtractIngestQueueItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateNetworkExtractIngestQueueItemResponse":{"title":"CreateNetworkExtractIngestQueueItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateNetworkExtractIngestQueueItemResponse","type":"object"}}}}
```

## The FandangoGeoLocationCity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoGeoLocationCity":{"title":"FandangoGeoLocationCity","properties":{"data":{"$ref":"#/components/schemas/FandangoGeoCity"}},"description":"FandangoGeoLocationCity","type":"object"},"FandangoGeoCity":{"title":"FandangoGeoCity","properties":{"country":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"radius":{"type":"integer","format":"int32"}},"description":"FandangoGeoCity","type":"object"}}}}
```

## The FandangoGeoCity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoGeoCity":{"title":"FandangoGeoCity","properties":{"country":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"radius":{"type":"integer","format":"int32"}},"description":"FandangoGeoCity","type":"object"}}}}
```

## The FandangoGeoLocationPostalCode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoGeoLocationPostalCode":{"title":"FandangoGeoLocationPostalCode","properties":{"data":{"$ref":"#/components/schemas/FandangoGeoPostalCode"}},"description":"FandangoGeoLocationPostalCode","type":"object"},"FandangoGeoPostalCode":{"title":"FandangoGeoPostalCode","properties":{"postalCode":{"type":"string"},"country":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"radius":{"type":"integer","format":"int32"}},"description":"FandangoGeoPostalCode","type":"object"}}}}
```

## The FandangoGeoPostalCode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoGeoPostalCode":{"title":"FandangoGeoPostalCode","properties":{"postalCode":{"type":"string"},"country":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"},"radius":{"type":"integer","format":"int32"}},"description":"FandangoGeoPostalCode","type":"object"}}}}
```

## The FandangoDisplayDates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoDisplayDates":{"title":"FandangoDisplayDates","properties":{"data":{"$ref":"#/components/schemas/FandangoDisplayDatesData"}},"description":"FandangoDisplayDates","type":"object"},"FandangoDisplayDatesData":{"title":"FandangoDisplayDatesData","properties":{"displayDates":{"type":"array","items":{"type":"string"}}},"description":"FandangoDisplayDatesData","type":"object"}}}}
```

## The FandangoDisplayDatesData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoDisplayDatesData":{"title":"FandangoDisplayDatesData","properties":{"displayDates":{"type":"array","items":{"type":"string"}}},"description":"FandangoDisplayDatesData","type":"object"}}}}
```

## The FandangoShowtimeGroupings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimeGroupings":{"title":"FandangoShowtimeGroupings","properties":{"data":{"$ref":"#/components/schemas/FandangoShowtimeGroupingsData"}},"description":"FandangoShowtimeGroupings","type":"object"},"FandangoShowtimeGroupingsData":{"title":"FandangoShowtimeGroupingsData","properties":{"displayDates":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterDisplaydate"}},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieidGroup"}}},"description":"FandangoShowtimeGroupingsData","type":"object"},"FandangoTheaterDisplaydate":{"title":"FandangoTheaterDisplaydate","properties":{"displayDate":{"type":"string"},"theaters":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterGroup"}}},"description":"FandangoTheaterDisplaydate","type":"object"},"FandangoTheaterGroup":{"title":"FandangoTheaterGroup","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"name":{"type":"string"},"chainCode":{"type":"string"},"distance":{"type":"integer","format":"int32"},"isTicketing":{"type":"boolean"},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoTheaterGroup","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoMovieidGroup":{"title":"FandangoMovieidGroup","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieidGroup","type":"object"}}}}
```

## The FandangoShowtimeGroupingsData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimeGroupingsData":{"title":"FandangoShowtimeGroupingsData","properties":{"displayDates":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterDisplaydate"}},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieidGroup"}}},"description":"FandangoShowtimeGroupingsData","type":"object"},"FandangoTheaterDisplaydate":{"title":"FandangoTheaterDisplaydate","properties":{"displayDate":{"type":"string"},"theaters":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterGroup"}}},"description":"FandangoTheaterDisplaydate","type":"object"},"FandangoTheaterGroup":{"title":"FandangoTheaterGroup","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"name":{"type":"string"},"chainCode":{"type":"string"},"distance":{"type":"integer","format":"int32"},"isTicketing":{"type":"boolean"},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoTheaterGroup","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoMovieidGroup":{"title":"FandangoMovieidGroup","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieidGroup","type":"object"}}}}
```

## The FandangoTheaterDisplaydate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterDisplaydate":{"title":"FandangoTheaterDisplaydate","properties":{"displayDate":{"type":"string"},"theaters":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterGroup"}}},"description":"FandangoTheaterDisplaydate","type":"object"},"FandangoTheaterGroup":{"title":"FandangoTheaterGroup","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"name":{"type":"string"},"chainCode":{"type":"string"},"distance":{"type":"integer","format":"int32"},"isTicketing":{"type":"boolean"},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoTheaterGroup","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoTheaterGroup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterGroup":{"title":"FandangoTheaterGroup","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"name":{"type":"string"},"chainCode":{"type":"string"},"distance":{"type":"integer","format":"int32"},"isTicketing":{"type":"boolean"},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoTheaterGroup","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoTheaterid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"}}}}
```

## The FandangoMovievariant object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoAmenitygroup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoAmenity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoShowtime object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"}}}}
```

## The FandangoDatetime object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoMovieidGroup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovieidGroup":{"title":"FandangoMovieidGroup","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieidGroup","type":"object"}}}}
```

## The FandangoTheaterShowtimeGroupings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterShowtimeGroupings":{"title":"FandangoTheaterShowtimeGroupings","properties":{"data":{"$ref":"#/components/schemas/FandangoTheaterShowtimeGroupingsData"}},"description":"FandangoTheaterShowtimeGroupings","type":"object"},"FandangoTheaterShowtimeGroupingsData":{"title":"FandangoTheaterShowtimeGroupingsData","properties":{"displayDates":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieDisplaydate"}},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}}},"description":"FandangoTheaterShowtimeGroupingsData","type":"object"},"FandangoMovieDisplaydate":{"title":"FandangoMovieDisplaydate","properties":{"displayDate":{"type":"string"},"movies":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieItem"}}},"description":"FandangoMovieDisplaydate","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"}}}}
```

## The FandangoTheaterShowtimeGroupingsData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterShowtimeGroupingsData":{"title":"FandangoTheaterShowtimeGroupingsData","properties":{"displayDates":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieDisplaydate"}},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}}},"description":"FandangoTheaterShowtimeGroupingsData","type":"object"},"FandangoMovieDisplaydate":{"title":"FandangoMovieDisplaydate","properties":{"displayDate":{"type":"string"},"movies":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieItem"}}},"description":"FandangoMovieDisplaydate","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"}}}}
```

## The FandangoMovieDisplaydate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovieDisplaydate":{"title":"FandangoMovieDisplaydate","properties":{"displayDate":{"type":"string"},"movies":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieItem"}}},"description":"FandangoMovieDisplaydate","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoMovieItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoMovieid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"}}}}
```

## The FandangoPoster object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"}}}}
```

## The FandangoPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"}}}}
```

## The FandangoImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"}}}}
```

## The FandangoMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovies":{"title":"FandangoMovies","properties":{"data":{"$ref":"#/components/schemas/FandangoMovieData"},"page":{"$ref":"#/components/schemas/FandangoPage"}},"description":"FandangoMovies","type":"object"},"FandangoMovieData":{"title":"FandangoMovieData","properties":{"movies":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieItem"}}},"description":"FandangoMovieData","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoPage":{"title":"FandangoPage","properties":{"limit":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"}},"description":"FandangoPage","type":"object"}}}}
```

## The FandangoMovieData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovieData":{"title":"FandangoMovieData","properties":{"movies":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieItem"}}},"description":"FandangoMovieData","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoPage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoPage":{"title":"FandangoPage","properties":{"limit":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"}},"description":"FandangoPage","type":"object"}}}}
```

## The FandangoMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoMovie":{"title":"FandangoMovie","properties":{"data":{"$ref":"#/components/schemas/FandangoMovieItem"}},"description":"FandangoMovie","type":"object"},"FandangoMovieItem":{"title":"FandangoMovieItem","properties":{"id":{"type":"string"},"movieIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovieid"}},"title":{"type":"string"},"mpaaRating":{"type":"string"},"releaseDate":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"mediumSynopsis":{"type":"string"},"synopsis":{"type":"string"},"poster":{"$ref":"#/components/schemas/FandangoPoster"},"directors":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/FandangoPerson"}},"genres":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/FandangoImage"}},"movieVariants":{"type":"array","items":{"$ref":"#/components/schemas/FandangoMovievariant"}}},"description":"FandangoMovieItem","type":"object"},"FandangoMovieid":{"title":"FandangoMovieid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoMovieid","type":"object"},"FandangoPoster":{"title":"FandangoPoster","properties":{"contentUrl":{"type":"string"},"thumbnailUrl":{"type":"string"}},"description":"FandangoPoster","type":"object"},"FandangoPerson":{"title":"FandangoPerson","properties":{"id":{"type":"string"},"name":{"type":"string"},"IvaPersonId":{"type":"string"}},"description":"FandangoPerson","type":"object"},"FandangoImage":{"title":"FandangoImage","properties":{"id":{"type":"string"},"imageUrl":{"type":"string"},"title":{"type":"string"},"copyright":{"type":"string"},"caption":{"type":"string"}},"description":"FandangoImage","type":"object"},"FandangoMovievariant":{"title":"FandangoMovievariant","properties":{"formatId":{"type":"string"},"formatName":{"type":"string"},"movieVariantId":{"type":"string"},"amenityGroups":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenitygroup"}}},"description":"FandangoMovievariant","type":"object"},"FandangoAmenitygroup":{"title":"FandangoAmenitygroup","properties":{"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/FandangoShowtime"}}},"description":"FandangoAmenitygroup","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoShowtime":{"title":"FandangoShowtime","properties":{"id":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/FandangoLink"}},"type":{"type":"string"},"message":{"type":"string"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"}},"description":"FandangoShowtime","type":"object"},"FandangoLink":{"title":"FandangoLink","properties":{"rel":{"type":"string"},"href":{"type":"string"}},"description":"FandangoLink","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"}}}}
```

## The FandangoShowtimeDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimeDetails":{"title":"FandangoShowtimeDetails","properties":{"data":{"$ref":"#/components/schemas/FandangoShowtimeDetailsData"}},"description":"FandangoShowtimeDetails","type":"object"},"FandangoShowtimeDetailsData":{"title":"FandangoShowtimeDetailsData","properties":{"id":{"type":"string"},"type":{"type":"string"},"movieId":{"type":"string"},"movieTitle":{"type":"string"},"theaterId":{"type":"string"},"theaterName":{"type":"string"},"theaterChainCode":{"type":"string"},"isTicketing":{"type":"boolean"},"auditoriumId":{"type":"integer","format":"int32"},"distance":{"type":"integer","format":"int32"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"},"displayDate":{"type":"string"},"expired":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"formatName":{"type":"string"},"seatingType":{"type":"string"},"message":{"type":"string"}},"description":"FandangoShowtimeDetailsData","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoShowtimeDetailsData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimeDetailsData":{"title":"FandangoShowtimeDetailsData","properties":{"id":{"type":"string"},"type":{"type":"string"},"movieId":{"type":"string"},"movieTitle":{"type":"string"},"theaterId":{"type":"string"},"theaterName":{"type":"string"},"theaterChainCode":{"type":"string"},"isTicketing":{"type":"boolean"},"auditoriumId":{"type":"integer","format":"int32"},"distance":{"type":"integer","format":"int32"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"},"displayDate":{"type":"string"},"expired":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"formatName":{"type":"string"},"seatingType":{"type":"string"},"message":{"type":"string"}},"description":"FandangoShowtimeDetailsData","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoShowtimes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimes":{"title":"FandangoShowtimes","properties":{"data":{"$ref":"#/components/schemas/FandangoShowtimeItems"},"page":{"$ref":"#/components/schemas/FandangoPage"}},"description":"FandangoShowtimes","type":"object"},"FandangoShowtimeItems":{"title":"FandangoShowtimeItems","properties":{"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/ShowtimeItemDetail"}}},"description":"FandangoShowtimeItems","type":"object"},"ShowtimeItemDetail":{"title":"ShowtimeItemDetail","properties":{"id":{"type":"string"},"type":{"type":"string"},"movieId":{"type":"string"},"movieTitle":{"type":"string"},"theaterId":{"type":"string"},"theaterName":{"type":"string"},"theaterChainCode":{"type":"string"},"isTicketing":{"type":"boolean"},"auditoriumId":{"type":"integer","format":"int32"},"distance":{"type":"number","format":"double"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"},"displayDate":{"type":"string"},"expired":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"formatName":{"type":"string"},"seatingType":{"type":"string"},"message":{"type":"string"}},"description":"ShowtimeItemDetail","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoPage":{"title":"FandangoPage","properties":{"limit":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"}},"description":"FandangoPage","type":"object"}}}}
```

## The FandangoShowtimeItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoShowtimeItems":{"title":"FandangoShowtimeItems","properties":{"showtimes":{"type":"array","items":{"$ref":"#/components/schemas/ShowtimeItemDetail"}}},"description":"FandangoShowtimeItems","type":"object"},"ShowtimeItemDetail":{"title":"ShowtimeItemDetail","properties":{"id":{"type":"string"},"type":{"type":"string"},"movieId":{"type":"string"},"movieTitle":{"type":"string"},"theaterId":{"type":"string"},"theaterName":{"type":"string"},"theaterChainCode":{"type":"string"},"isTicketing":{"type":"boolean"},"auditoriumId":{"type":"integer","format":"int32"},"distance":{"type":"number","format":"double"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"},"displayDate":{"type":"string"},"expired":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"formatName":{"type":"string"},"seatingType":{"type":"string"},"message":{"type":"string"}},"description":"ShowtimeItemDetail","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The ShowtimeItemDetail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowtimeItemDetail":{"title":"ShowtimeItemDetail","properties":{"id":{"type":"string"},"type":{"type":"string"},"movieId":{"type":"string"},"movieTitle":{"type":"string"},"theaterId":{"type":"string"},"theaterName":{"type":"string"},"theaterChainCode":{"type":"string"},"isTicketing":{"type":"boolean"},"auditoriumId":{"type":"integer","format":"int32"},"distance":{"type":"number","format":"double"},"dateTime":{"$ref":"#/components/schemas/FandangoDatetime"},"displayDate":{"type":"string"},"expired":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"formatName":{"type":"string"},"seatingType":{"type":"string"},"message":{"type":"string"}},"description":"ShowtimeItemDetail","type":"object"},"FandangoDatetime":{"title":"FandangoDatetime","properties":{"local":{"type":"string"},"utc":{"type":"string"}},"description":"FandangoDatetime","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoTheaters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaters":{"title":"FandangoTheaters","properties":{"data":{"$ref":"#/components/schemas/FandangoTheaterItems"},"page":{"$ref":"#/components/schemas/FandangoPage"}},"description":"FandangoTheaters","type":"object"},"FandangoTheaterItems":{"title":"FandangoTheaterItems","properties":{"theaters":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheater"}}},"description":"FandangoTheaterItems","type":"object"},"FandangoTheater":{"title":"FandangoTheater","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"address1":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"zipCode":{"type":"string"},"chainCode":{"type":"string"},"chainName":{"type":"string"},"chainLogoUrl":{"type":"string"},"phone":{"type":"string"},"geo":{"$ref":"#/components/schemas/FandangoGeo"},"distance":{"type":"number","format":"double"},"isTicketing":{"type":"boolean"},"hasShowtimes":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"link":{"type":"string"}},"description":"FandangoTheater","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoGeo":{"title":"FandangoGeo","properties":{"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"}},"description":"FandangoGeo","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"},"FandangoPage":{"title":"FandangoPage","properties":{"limit":{"type":"integer","format":"int32"},"offset":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"}},"description":"FandangoPage","type":"object"}}}}
```

## The FandangoTheaterItems object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterItems":{"title":"FandangoTheaterItems","properties":{"theaters":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheater"}}},"description":"FandangoTheaterItems","type":"object"},"FandangoTheater":{"title":"FandangoTheater","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"address1":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"zipCode":{"type":"string"},"chainCode":{"type":"string"},"chainName":{"type":"string"},"chainLogoUrl":{"type":"string"},"phone":{"type":"string"},"geo":{"$ref":"#/components/schemas/FandangoGeo"},"distance":{"type":"number","format":"double"},"isTicketing":{"type":"boolean"},"hasShowtimes":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"link":{"type":"string"}},"description":"FandangoTheater","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoGeo":{"title":"FandangoGeo","properties":{"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"}},"description":"FandangoGeo","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoTheater object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheater":{"title":"FandangoTheater","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"address1":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"zipCode":{"type":"string"},"chainCode":{"type":"string"},"chainName":{"type":"string"},"chainLogoUrl":{"type":"string"},"phone":{"type":"string"},"geo":{"$ref":"#/components/schemas/FandangoGeo"},"distance":{"type":"number","format":"double"},"isTicketing":{"type":"boolean"},"hasShowtimes":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"link":{"type":"string"}},"description":"FandangoTheater","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoGeo":{"title":"FandangoGeo","properties":{"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"}},"description":"FandangoGeo","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The FandangoGeo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoGeo":{"title":"FandangoGeo","properties":{"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"}},"description":"FandangoGeo","type":"object"}}}}
```

## The FandangoTheaterResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FandangoTheaterResponse":{"title":"FandangoTheaterResponse","properties":{"data":{"$ref":"#/components/schemas/FandangoTheater"}},"description":"FandangoTheaterResponse","type":"object"},"FandangoTheater":{"title":"FandangoTheater","properties":{"id":{"type":"string"},"theaterIds":{"type":"array","items":{"$ref":"#/components/schemas/FandangoTheaterid"}},"address1":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"name":{"type":"string"},"zipCode":{"type":"string"},"chainCode":{"type":"string"},"chainName":{"type":"string"},"chainLogoUrl":{"type":"string"},"phone":{"type":"string"},"geo":{"$ref":"#/components/schemas/FandangoGeo"},"distance":{"type":"number","format":"double"},"isTicketing":{"type":"boolean"},"hasShowtimes":{"type":"boolean"},"amenities":{"type":"array","items":{"$ref":"#/components/schemas/FandangoAmenity"}},"link":{"type":"string"}},"description":"FandangoTheater","type":"object"},"FandangoTheaterid":{"title":"FandangoTheaterid","properties":{"idProvider":{"type":"string"},"value":{"type":"string"}},"description":"FandangoTheaterid","type":"object"},"FandangoGeo":{"title":"FandangoGeo","properties":{"latitude":{"type":"number","format":"double"},"longitude":{"type":"number","format":"double"}},"description":"FandangoGeo","type":"object"},"FandangoAmenity":{"title":"FandangoAmenity","properties":{"id":{"type":"string"},"name":{"type":"string"},"shortDescription":{"type":"string"},"description":{"type":"string"}},"description":"FandangoAmenity","type":"object"}}}}
```

## The GameResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameResponse":{"title":"GameResponse","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Game.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Game record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Game record last modified.","type":"string","format":"date-time"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of Game","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Game.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Game original language.","type":"string"},"OfficialSiteUrl":{"description":"Game website home page.","type":"string"},"Genres":{"description":"List of genres associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameGenre"}},"Platforms":{"description":"List of platforms associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GamePlatform"}},"Ratings":{"description":"List of ratings associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRating"}},"Releases":{"description":"List of releases associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Game.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Images":{"description":"List of images associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameImage"}},"Videos":{"description":"List of videos associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameVideo"}},"ExternalIds":{"description":"List of external Ids associated with Game.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"}},"description":"GameResponse","type":"object"},"GameGenre":{"title":"GameGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"GameGenre","type":"object"},"GamePlatform":{"title":"GamePlatform","properties":{"Id":{"description":"Id of the Platform object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Platform.","type":"string"}},"description":"GamePlatform","type":"object"},"GameRating":{"title":"GameRating","properties":{"Id":{"description":"Id of the Rating object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Rating.","type":"string"}},"description":"GameRating","type":"object"},"GameRelease":{"title":"GameRelease","properties":{"Id":{"description":"Unique Id of this GameRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this GameRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this GameRelease.","type":"string"},"Country":{"description":"The Country Game was released.","type":"string"}},"description":"GameRelease","type":"object"},"GameAlternateTitle":{"title":"GameAlternateTitle","properties":{"Id":{"description":"Unique ID of this GameAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"}},"description":"GameAlternateTitle","type":"object"},"GameDescription":{"title":"GameDescription","properties":{"Id":{"description":"Unique ID of this GameDescription","type":"integer","format":"int64"},"Description":{"description":"Game Description.","type":"string"},"Attribution":{"description":"Source of GameDescription.","type":"string"},"Language":{"description":"Language object for language of GameDescription.","type":"string"}},"description":"GameDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"},"GameImage":{"title":"GameImage","properties":{"Id":{"description":"Unique ID of this GameImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of GameImage.","type":"string"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameImage.","type":"string"},"Tags":{"description":"List of Tags associated with this GameImage","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"GameImage","type":"object"},"GameVideo":{"title":"GameVideo","properties":{"Id":{"description":"Unique ID of GameVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of GameVideo, not Game.","type":"string"},"Type":{"description":"VideoType for the GameVideo.","type":"string"},"StartDate":{"description":"First date of GameVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date GameVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of GameVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with GameVideo.","type":"string"},"Company":{"description":"Company associated with GameVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by GameVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for GameVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of GameVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of GameVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime GameVideo was encoded.","type":"string","format":"date-time"}},"description":"GameVideo","type":"object"},"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"},"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"}}}}
```

## The GameGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameGenre":{"title":"GameGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"GameGenre","type":"object"}}}}
```

## The GamePlatform object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GamePlatform":{"title":"GamePlatform","properties":{"Id":{"description":"Id of the Platform object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Platform.","type":"string"}},"description":"GamePlatform","type":"object"}}}}
```

## The GameRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameRating":{"title":"GameRating","properties":{"Id":{"description":"Id of the Rating object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Rating.","type":"string"}},"description":"GameRating","type":"object"}}}}
```

## The GameRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameRelease":{"title":"GameRelease","properties":{"Id":{"description":"Unique Id of this GameRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this GameRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this GameRelease.","type":"string"},"Country":{"description":"The Country Game was released.","type":"string"}},"description":"GameRelease","type":"object"}}}}
```

## The GameAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameAlternateTitle":{"title":"GameAlternateTitle","properties":{"Id":{"description":"Unique ID of this GameAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"}},"description":"GameAlternateTitle","type":"object"}}}}
```

## The GameDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameDescription":{"title":"GameDescription","properties":{"Id":{"description":"Unique ID of this GameDescription","type":"integer","format":"int64"},"Description":{"description":"Game Description.","type":"string"},"Attribution":{"description":"Source of GameDescription.","type":"string"},"Language":{"description":"Language object for language of GameDescription.","type":"string"}},"description":"GameDescription","type":"object"}}}}
```

## The GameTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"}}}}
```

## The GameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameImage":{"title":"GameImage","properties":{"Id":{"description":"Unique ID of this GameImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of GameImage.","type":"string"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameImage.","type":"string"},"Tags":{"description":"List of Tags associated with this GameImage","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"GameImage","type":"object"},"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"}}}}
```

## The GameVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameVideo":{"title":"GameVideo","properties":{"Id":{"description":"Unique ID of GameVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of GameVideo, not Game.","type":"string"},"Type":{"description":"VideoType for the GameVideo.","type":"string"},"StartDate":{"description":"First date of GameVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date GameVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of GameVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with GameVideo.","type":"string"},"Company":{"description":"Company associated with GameVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by GameVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for GameVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of GameVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of GameVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime GameVideo was encoded.","type":"string","format":"date-time"}},"description":"GameVideo","type":"object"},"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"},"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"}}}}
```

## The GameVideoScreenCapture object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"}}}}
```

## The GameVideoEncode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"}}}}
```

## The List\_GameResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_GameResponse_":{"title":"List<GameResponse>","type":"array","items":{"$ref":"#/components/schemas/GameResponse"}},"GameResponse":{"title":"GameResponse","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Game.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Game record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Game record last modified.","type":"string","format":"date-time"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of Game","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Game.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Game original language.","type":"string"},"OfficialSiteUrl":{"description":"Game website home page.","type":"string"},"Genres":{"description":"List of genres associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameGenre"}},"Platforms":{"description":"List of platforms associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GamePlatform"}},"Ratings":{"description":"List of ratings associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRating"}},"Releases":{"description":"List of releases associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Game.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Images":{"description":"List of images associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameImage"}},"Videos":{"description":"List of videos associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameVideo"}},"ExternalIds":{"description":"List of external Ids associated with Game.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"}},"description":"GameResponse","type":"object"},"GameGenre":{"title":"GameGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"GameGenre","type":"object"},"GamePlatform":{"title":"GamePlatform","properties":{"Id":{"description":"Id of the Platform object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Platform.","type":"string"}},"description":"GamePlatform","type":"object"},"GameRating":{"title":"GameRating","properties":{"Id":{"description":"Id of the Rating object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Rating.","type":"string"}},"description":"GameRating","type":"object"},"GameRelease":{"title":"GameRelease","properties":{"Id":{"description":"Unique Id of this GameRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this GameRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this GameRelease.","type":"string"},"Country":{"description":"The Country Game was released.","type":"string"}},"description":"GameRelease","type":"object"},"GameAlternateTitle":{"title":"GameAlternateTitle","properties":{"Id":{"description":"Unique ID of this GameAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"}},"description":"GameAlternateTitle","type":"object"},"GameDescription":{"title":"GameDescription","properties":{"Id":{"description":"Unique ID of this GameDescription","type":"integer","format":"int64"},"Description":{"description":"Game Description.","type":"string"},"Attribution":{"description":"Source of GameDescription.","type":"string"},"Language":{"description":"Language object for language of GameDescription.","type":"string"}},"description":"GameDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"},"GameImage":{"title":"GameImage","properties":{"Id":{"description":"Unique ID of this GameImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of GameImage.","type":"string"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameImage.","type":"string"},"Tags":{"description":"List of Tags associated with this GameImage","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"GameImage","type":"object"},"GameVideo":{"title":"GameVideo","properties":{"Id":{"description":"Unique ID of GameVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of GameVideo, not Game.","type":"string"},"Type":{"description":"VideoType for the GameVideo.","type":"string"},"StartDate":{"description":"First date of GameVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date GameVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of GameVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with GameVideo.","type":"string"},"Company":{"description":"Company associated with GameVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by GameVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for GameVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of GameVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of GameVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime GameVideo was encoded.","type":"string","format":"date-time"}},"description":"GameVideo","type":"object"},"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"},"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"}}}}
```

## The AllGamesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AllGamesResponse":{"title":"AllGamesResponse","properties":{"TotalCount":{"description":"Total count of games.","type":"integer","format":"int32"},"Skip":{"description":"Records to skip used with paging.","type":"integer","format":"int32"},"Take":{"description":"Page size.","type":"integer","format":"int32"},"Result":{"type":"array","items":{"$ref":"#/components/schemas/Game"}}},"description":"AllGamesResponse","type":"object"},"Game":{"title":"Game","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Game.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Game record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Game record last modified.","type":"string","format":"date-time"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of Game","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Game.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Game original language.","type":"string"},"OfficialSiteUrl":{"description":"Game website home page.","type":"string"},"Genres":{"description":"List of genres associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameGenre"}},"Platforms":{"description":"List of platforms associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GamePlatform"}},"Ratings":{"description":"List of ratings associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRating"}},"Releases":{"description":"List of releases associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Game.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Images":{"description":"List of images associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameImage"}},"Videos":{"description":"List of videos associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameVideo"}},"ExternalIds":{"description":"List of external Ids associated with Game.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"}},"description":"Game","type":"object"},"GameGenre":{"title":"GameGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"GameGenre","type":"object"},"GamePlatform":{"title":"GamePlatform","properties":{"Id":{"description":"Id of the Platform object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Platform.","type":"string"}},"description":"GamePlatform","type":"object"},"GameRating":{"title":"GameRating","properties":{"Id":{"description":"Id of the Rating object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Rating.","type":"string"}},"description":"GameRating","type":"object"},"GameRelease":{"title":"GameRelease","properties":{"Id":{"description":"Unique Id of this GameRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this GameRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this GameRelease.","type":"string"},"Country":{"description":"The Country Game was released.","type":"string"}},"description":"GameRelease","type":"object"},"GameAlternateTitle":{"title":"GameAlternateTitle","properties":{"Id":{"description":"Unique ID of this GameAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"}},"description":"GameAlternateTitle","type":"object"},"GameDescription":{"title":"GameDescription","properties":{"Id":{"description":"Unique ID of this GameDescription","type":"integer","format":"int64"},"Description":{"description":"Game Description.","type":"string"},"Attribution":{"description":"Source of GameDescription.","type":"string"},"Language":{"description":"Language object for language of GameDescription.","type":"string"}},"description":"GameDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"},"GameImage":{"title":"GameImage","properties":{"Id":{"description":"Unique ID of this GameImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of GameImage.","type":"string"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameImage.","type":"string"},"Tags":{"description":"List of Tags associated with this GameImage","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"GameImage","type":"object"},"GameVideo":{"title":"GameVideo","properties":{"Id":{"description":"Unique ID of GameVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of GameVideo, not Game.","type":"string"},"Type":{"description":"VideoType for the GameVideo.","type":"string"},"StartDate":{"description":"First date of GameVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date GameVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of GameVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with GameVideo.","type":"string"},"Company":{"description":"Company associated with GameVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by GameVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for GameVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of GameVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of GameVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime GameVideo was encoded.","type":"string","format":"date-time"}},"description":"GameVideo","type":"object"},"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"},"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"}}}}
```

## The Game object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Game":{"title":"Game","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Game.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Game record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Game record last modified.","type":"string","format":"date-time"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of Game","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Game.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Game original language.","type":"string"},"OfficialSiteUrl":{"description":"Game website home page.","type":"string"},"Genres":{"description":"List of genres associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameGenre"}},"Platforms":{"description":"List of platforms associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GamePlatform"}},"Ratings":{"description":"List of ratings associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRating"}},"Releases":{"description":"List of releases associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Game.","type":"array","items":{"$ref":"#/components/schemas/GameDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Game.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Images":{"description":"List of images associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameImage"}},"Videos":{"description":"List of videos associated with Game.","type":"array","items":{"$ref":"#/components/schemas/GameVideo"}},"ExternalIds":{"description":"List of external Ids associated with Game.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"}},"description":"Game","type":"object"},"GameGenre":{"title":"GameGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"GameGenre","type":"object"},"GamePlatform":{"title":"GamePlatform","properties":{"Id":{"description":"Id of the Platform object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Platform.","type":"string"}},"description":"GamePlatform","type":"object"},"GameRating":{"title":"GameRating","properties":{"Id":{"description":"Id of the Rating object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Rating.","type":"string"}},"description":"GameRating","type":"object"},"GameRelease":{"title":"GameRelease","properties":{"Id":{"description":"Unique Id of this GameRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this GameRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this GameRelease.","type":"string"},"Country":{"description":"The Country Game was released.","type":"string"}},"description":"GameRelease","type":"object"},"GameAlternateTitle":{"title":"GameAlternateTitle","properties":{"Id":{"description":"Unique ID of this GameAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"}},"description":"GameAlternateTitle","type":"object"},"GameDescription":{"title":"GameDescription","properties":{"Id":{"description":"Unique ID of this GameDescription","type":"integer","format":"int64"},"Description":{"description":"Game Description.","type":"string"},"Attribution":{"description":"Source of GameDescription.","type":"string"},"Language":{"description":"Language object for language of GameDescription.","type":"string"}},"description":"GameDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"GameTag":{"title":"GameTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"GameTag","type":"object"},"GameImage":{"title":"GameImage","properties":{"Id":{"description":"Unique ID of this GameImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of GameImage.","type":"string"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameImage.","type":"string"},"Tags":{"description":"List of Tags associated with this GameImage","type":"array","items":{"$ref":"#/components/schemas/GameTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"GameImage","type":"object"},"GameVideo":{"title":"GameVideo","properties":{"Id":{"description":"Unique ID of GameVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of GameVideo, not Game.","type":"string"},"Type":{"description":"VideoType for the GameVideo.","type":"string"},"StartDate":{"description":"First date of GameVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date GameVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of GameVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with GameVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with GameVideo.","type":"string"},"Company":{"description":"Company associated with GameVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for GameVideo.","type":"array","items":{"$ref":"#/components/schemas/GameVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by GameVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for GameVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of GameVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of GameVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime GameVideo was encoded.","type":"string","format":"date-time"}},"description":"GameVideo","type":"object"},"GameVideoScreenCapture":{"title":"GameVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of GameVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of GameVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of GameVideoScreenCapture.","type":"string"}},"description":"GameVideoScreenCapture","type":"object"},"GameVideoEncode":{"title":"GameVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of GameVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"GameVideoEncode Encode type.","type":"string"}},"description":"GameVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"}}}}
```

## The GameRankedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameRankedResponse":{"title":"GameRankedResponse","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"GameRankedResponse","type":"object"}}}}
```

## The MatchGamesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchGamesResponse":{"title":"MatchGamesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"NumberOfNewMatches":{"type":"integer","format":"int32"}},"description":"MatchGamesResponse","type":"object"}}}}
```

## The DbGameImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbGameImageResponse":{"title":"DbGameImageResponse","properties":{"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The GameChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GameChangeHistoryResponse":{"title":"GameChangeHistoryResponse","properties":{"GameId":{"description":"Unique ID of a Game.","type":"integer","format":"int64"}},"description":"GameChangeHistoryResponse","type":"object"}}}}
```

## The List\_GameChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_GameChangeHistoryResponse_":{"title":"List<GameChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/GameChangeHistoryResponse"}},"GameChangeHistoryResponse":{"title":"GameChangeHistoryResponse","properties":{"GameId":{"description":"Unique ID of a Game.","type":"integer","format":"int64"}},"description":"GameChangeHistoryResponse","type":"object"}}}}
```

## The PersonChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonChangeHistoryResponse":{"title":"PersonChangeHistoryResponse","properties":{"PersonId":{"description":"ID of the Person.","type":"integer","format":"int64"}},"description":"PersonChangeHistoryResponse","type":"object"}}}}
```

## The List\_PersonChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_PersonChangeHistoryResponse_":{"title":"List<PersonChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/PersonChangeHistoryResponse"}},"PersonChangeHistoryResponse":{"title":"PersonChangeHistoryResponse","properties":{"PersonId":{"description":"ID of the Person.","type":"integer","format":"int64"}},"description":"PersonChangeHistoryResponse","type":"object"}}}}
```

## The PersonChangeHistoryWithEntityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonChangeHistoryWithEntityResponse":{"title":"PersonChangeHistoryWithEntityResponse","properties":{"PersonId":{"description":"ID of the Person.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Person that has changed.","type":"string"}},"description":"PersonChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_PersonChangeHistoryWithEntityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_PersonChangeHistoryWithEntityResponse_":{"title":"List<PersonChangeHistoryWithEntityResponse>","type":"array","items":{"$ref":"#/components/schemas/PersonChangeHistoryWithEntityResponse"}},"PersonChangeHistoryWithEntityResponse":{"title":"PersonChangeHistoryWithEntityResponse","properties":{"PersonId":{"description":"ID of the Person.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Person that has changed.","type":"string"}},"description":"PersonChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_DbGameImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbGameImageResponse_":{"title":"List<DbGameImageResponse>","type":"array","items":{"$ref":"#/components/schemas/DbGameImageResponse"}},"DbGameImageResponse":{"title":"DbGameImageResponse","properties":{"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbGameImageChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbGameImageChangeResponse":{"title":"DbGameImageChangeResponse","properties":{"ChangeId":{"description":"ID of GameImageChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime GameImageChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"GameImageChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImageChangeResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The List\_DbGameImageChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbGameImageChangeResponse_":{"title":"List<DbGameImageChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbGameImageChangeResponse"}},"DbGameImageChangeResponse":{"title":"DbGameImageChangeResponse","properties":{"ChangeId":{"description":"ID of GameImageChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime GameImageChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"GameImageChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImageChangeResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbGameImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbGameImageTagResponse":{"title":"DbGameImageTagResponse","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbGameImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbGameImageTagResponse_":{"title":"List<DbGameImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTagResponse"}},"DbGameImageTagResponse":{"title":"DbGameImageTagResponse","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The ImageRedirectResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageRedirectResponse":{"title":"ImageRedirectResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ImageRedirectResponse","type":"object"}}}}
```

## The ScreenCaptureRedirectResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScreenCaptureRedirectResponse":{"title":"ScreenCaptureRedirectResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ScreenCaptureRedirectResponse","type":"object"}}}}
```

## The ImageBatchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageBatchResponse":{"title":"ImageBatchResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"FilePath":{"description":"Requested FilePath of requested image.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ImageBatchResponse","type":"object"}}}}
```

## The List\_ImageBatchResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImageBatchResponse_":{"title":"List<ImageBatchResponse>","type":"array","items":{"$ref":"#/components/schemas/ImageBatchResponse"}},"ImageBatchResponse":{"title":"ImageBatchResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"FilePath":{"description":"Requested FilePath of requested image.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ImageBatchResponse","type":"object"}}}}
```

## The FindSimilarImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindSimilarImageResponse":{"title":"FindSimilarImageResponse","properties":{"MovieImage":{"$ref":"#/components/schemas/DbMovieImage"},"ShowImage":{"$ref":"#/components/schemas/DbShowImage"},"SeasonImage":{"$ref":"#/components/schemas/DbSeasonImage"},"EpisodeImage":{"$ref":"#/components/schemas/DbEpisodeImage"}},"description":"FindSimilarImageResponse","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"}}}}
```

## The GetImageUrlFingerprintResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetImageUrlFingerprintResponse":{"title":"GetImageUrlFingerprintResponse","properties":{"Id":{"type":"integer","format":"int64"},"Url":{"type":"string"},"Fingerprint":{"type":"string"}},"description":"GetImageUrlFingerprintResponse","type":"object"}}}}
```

## The ProcessGameImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessGameImageResponse":{"title":"ProcessGameImageResponse","properties":{"response":{"$ref":"#/components/schemas/DbGameImage"}},"description":"ProcessGameImageResponse","type":"object"},"DbGameImage":{"title":"DbGameImage","properties":{"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbGameImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbGameImage":{"title":"DbGameImage","properties":{"Id":{"description":"ID of GameImage.","type":"integer","format":"int64"},"GameId":{"description":"ID of Game associated with GameImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of GameImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of GameImage.","type":"string"},"Width":{"description":"Width in pixels of GameImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of GameImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with GameImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime GameImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of GameImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with GameImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbGameImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for GAmeImage."},"ImageId":{"description":"ID of Image associated with GameImage.","type":"integer","format":"int64"}},"description":"DbGameImage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbGameImageTag":{"title":"DbGameImageTag","properties":{"Id":{"description":"ID of GameImageTag.","type":"integer","format":"int64"},"GameImageId":{"description":"ID of GAmeImage associated with GameImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with GameImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime GameImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified GameImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with GameImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified GameImageTag."}},"description":"DbGameImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The ProcessImagesForPersonImagesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessImagesForPersonImagesResponse":{"title":"ProcessImagesForPersonImagesResponse","properties":{"Response":{"type":"string"}},"description":"ProcessImagesForPersonImagesResponse","type":"object"}}}}
```

## The IngestHeadShotResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IngestHeadShotResponse":{"title":"IngestHeadShotResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"IngestHeadShotResponse","type":"object"}}}}
```

## The ImageSearchMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImageSearchMovieResponse":{"title":"ImageSearchMovieResponse","properties":{"Response":{"type":"string"}},"description":"ImageSearchMovieResponse","type":"object"}}}}
```

## The ImdbApiTitleCompaniesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleCompaniesResponse":{"title":"ImdbApiTitleCompaniesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleCompanyResource"}},"description":"ImdbApiTitleCompaniesResponse","type":"object"},"ImdbApiTitleCompanyResource":{"title":"ImdbApiTitleCompanyResource","properties":{"type":{"type":"string"},"distribution":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiDistribution"}},"id":{"type":"string"},"production":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiProduction"}}},"description":"ImdbApiTitleCompanyResource","type":"object"},"ImdbApiDistribution":{"title":"ImdbApiDistribution","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"endYear":{"type":"integer","format":"int32"},"formats":{"type":"array","items":{"type":"string"}},"isOriginalAiring":{"type":"boolean"},"isRerelease":{"type":"boolean"},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiDistribution","type":"object"},"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"},"ImdbApiProduction":{"title":"ImdbApiProduction","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"creditedAs":{"type":"string"},"isUncredited":{"type":"boolean"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiProduction","type":"object"}}}}
```

## The ImdbApiTitleCompanyResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleCompanyResource":{"title":"ImdbApiTitleCompanyResource","properties":{"type":{"type":"string"},"distribution":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiDistribution"}},"id":{"type":"string"},"production":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiProduction"}}},"description":"ImdbApiTitleCompanyResource","type":"object"},"ImdbApiDistribution":{"title":"ImdbApiDistribution","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"endYear":{"type":"integer","format":"int32"},"formats":{"type":"array","items":{"type":"string"}},"isOriginalAiring":{"type":"boolean"},"isRerelease":{"type":"boolean"},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiDistribution","type":"object"},"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"},"ImdbApiProduction":{"title":"ImdbApiProduction","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"creditedAs":{"type":"string"},"isUncredited":{"type":"boolean"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiProduction","type":"object"}}}}
```

## The ImdbApiDistribution object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiDistribution":{"title":"ImdbApiDistribution","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"endYear":{"type":"integer","format":"int32"},"formats":{"type":"array","items":{"type":"string"}},"isOriginalAiring":{"type":"boolean"},"isRerelease":{"type":"boolean"},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiDistribution","type":"object"},"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"}}}}
```

## The ImdbApiCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"}}}}
```

## The ImdbApiProduction object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiProduction":{"title":"ImdbApiProduction","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"creditedAs":{"type":"string"},"isUncredited":{"type":"boolean"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiProduction","type":"object"},"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"}}}}
```

## The ImdbApiTitleCompanyRolesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleCompanyRolesResponse":{"title":"ImdbApiTitleCompanyRolesResponse","properties":{"ProductionCompanies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiCompanyRole"}},"Distributors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiCompanyRole"}}},"description":"ImdbApiTitleCompanyRolesResponse","type":"object"},"ImdbApiCompanyRole":{"title":"ImdbApiCompanyRole","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"Region":{"type":"string"},"IsUncredited":{"type":"boolean"}},"description":"ImdbApiCompanyRole","type":"object"}}}}
```

## The ImdbApiCompanyRole object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiCompanyRole":{"title":"ImdbApiCompanyRole","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"Region":{"type":"string"},"IsUncredited":{"type":"boolean"}},"description":"ImdbApiCompanyRole","type":"object"}}}}
```

## The ImdbApiTitleExternalLinksResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleExternalLinksResponse":{"title":"ImdbApiTitleExternalLinksResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleExternalLinksResource"}},"description":"ImdbApiTitleExternalLinksResponse","type":"object"},"ImdbApiTitleExternalLinksResource":{"title":"ImdbApiTitleExternalLinksResource","properties":{"type":{"type":"string"},"externalLinks":{"$ref":"#/components/schemas/Dictionary_String_List_ImdbApiExternalLink__"}},"description":"ImdbApiTitleExternalLinksResource","type":"object"},"Dictionary_String_List_ImdbApiExternalLink__":{"title":"Dictionary<String,List<ImdbApiExternalLink>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiExternalLink"}},"description":"Dictionary<String,List<ImdbApiExternalLink>>","type":"object"},"ImdbApiExternalLink":{"title":"ImdbApiExternalLink","properties":{"author":{"type":"string"},"link":{"type":"string"},"linkTitle":{"type":"string"}},"description":"ImdbApiExternalLink","type":"object"}}}}
```

## The ImdbApiTitleExternalLinksResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleExternalLinksResource":{"title":"ImdbApiTitleExternalLinksResource","properties":{"type":{"type":"string"},"externalLinks":{"$ref":"#/components/schemas/Dictionary_String_List_ImdbApiExternalLink__"}},"description":"ImdbApiTitleExternalLinksResource","type":"object"},"Dictionary_String_List_ImdbApiExternalLink__":{"title":"Dictionary<String,List<ImdbApiExternalLink>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiExternalLink"}},"description":"Dictionary<String,List<ImdbApiExternalLink>>","type":"object"},"ImdbApiExternalLink":{"title":"ImdbApiExternalLink","properties":{"author":{"type":"string"},"link":{"type":"string"},"linkTitle":{"type":"string"}},"description":"ImdbApiExternalLink","type":"object"}}}}
```

## The ImdbApiExternalLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiExternalLink":{"title":"ImdbApiExternalLink","properties":{"author":{"type":"string"},"link":{"type":"string"},"linkTitle":{"type":"string"}},"description":"ImdbApiExternalLink","type":"object"}}}}
```

## The List\_ImdbApiExternalLink\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbApiExternalLink_":{"title":"List<ImdbApiExternalLink>","type":"array","items":{"$ref":"#/components/schemas/ImdbApiExternalLink"}},"ImdbApiExternalLink":{"title":"ImdbApiExternalLink","properties":{"author":{"type":"string"},"link":{"type":"string"},"linkTitle":{"type":"string"}},"description":"ImdbApiExternalLink","type":"object"}}}}
```

## The Dictionary\_String\_List\_ImdbApiExternalLink\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_ImdbApiExternalLink__":{"title":"Dictionary<String,List<ImdbApiExternalLink>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiExternalLink"}},"description":"Dictionary<String,List<ImdbApiExternalLink>>","type":"object"},"ImdbApiExternalLink":{"title":"ImdbApiExternalLink","properties":{"author":{"type":"string"},"link":{"type":"string"},"linkTitle":{"type":"string"}},"description":"ImdbApiExternalLink","type":"object"}}}}
```

## The ImdbApiTitleVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleVideosResponse":{"title":"ImdbApiTitleVideosResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiVideoResource"}},"description":"ImdbApiTitleVideosResponse","type":"object"},"ImdbApiVideoResource":{"title":"ImdbApiVideoResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"videoCounts":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideoCount"}},"videos":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideo"}}},"description":"ImdbApiVideoResource","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"},"ImdbApiVideoCount":{"title":"ImdbApiVideoCount","properties":{"contentType":{"type":"string"},"count":{"type":"integer","format":"int32"}},"description":"ImdbApiVideoCount","type":"object"},"ImdbApiVideo":{"title":"ImdbApiVideo","properties":{"contentType":{"type":"string"},"description":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"encodings":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiEncoding"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"monetization":{"type":"string"},"primaryTitle":{"$ref":"#/components/schemas/ImdbApiPrimaryTitle"},"videoTitle":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiParentTitle"}},"description":"ImdbApiVideo","type":"object"},"ImdbApiEncoding":{"title":"ImdbApiEncoding","properties":{"definition":{"type":"string"},"heightPixels":{"type":"integer","format":"int32"},"mimeType":{"type":"string"},"play":{"type":"string"},"videoCodec":{"type":"string"},"widthPixels":{"type":"integer","format":"int32"}},"description":"ImdbApiEncoding","type":"object"},"ImdbApiPrimaryTitle":{"title":"ImdbApiPrimaryTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"}},"description":"ImdbApiPrimaryTitle","type":"object"},"ImdbApiParentTitle":{"title":"ImdbApiParentTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiParentTitle","type":"object"}}}}
```

## The ImdbApiVideoResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiVideoResource":{"title":"ImdbApiVideoResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"videoCounts":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideoCount"}},"videos":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideo"}}},"description":"ImdbApiVideoResource","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"},"ImdbApiVideoCount":{"title":"ImdbApiVideoCount","properties":{"contentType":{"type":"string"},"count":{"type":"integer","format":"int32"}},"description":"ImdbApiVideoCount","type":"object"},"ImdbApiVideo":{"title":"ImdbApiVideo","properties":{"contentType":{"type":"string"},"description":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"encodings":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiEncoding"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"monetization":{"type":"string"},"primaryTitle":{"$ref":"#/components/schemas/ImdbApiPrimaryTitle"},"videoTitle":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiParentTitle"}},"description":"ImdbApiVideo","type":"object"},"ImdbApiEncoding":{"title":"ImdbApiEncoding","properties":{"definition":{"type":"string"},"heightPixels":{"type":"integer","format":"int32"},"mimeType":{"type":"string"},"play":{"type":"string"},"videoCodec":{"type":"string"},"widthPixels":{"type":"integer","format":"int32"}},"description":"ImdbApiEncoding","type":"object"},"ImdbApiPrimaryTitle":{"title":"ImdbApiPrimaryTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"}},"description":"ImdbApiPrimaryTitle","type":"object"},"ImdbApiParentTitle":{"title":"ImdbApiParentTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiParentTitle","type":"object"}}}}
```

## The ImdbApiImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"}}}}
```

## The ImdbApiVideoCount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiVideoCount":{"title":"ImdbApiVideoCount","properties":{"contentType":{"type":"string"},"count":{"type":"integer","format":"int32"}},"description":"ImdbApiVideoCount","type":"object"}}}}
```

## The ImdbApiVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiVideo":{"title":"ImdbApiVideo","properties":{"contentType":{"type":"string"},"description":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"encodings":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiEncoding"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"monetization":{"type":"string"},"primaryTitle":{"$ref":"#/components/schemas/ImdbApiPrimaryTitle"},"videoTitle":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiParentTitle"}},"description":"ImdbApiVideo","type":"object"},"ImdbApiEncoding":{"title":"ImdbApiEncoding","properties":{"definition":{"type":"string"},"heightPixels":{"type":"integer","format":"int32"},"mimeType":{"type":"string"},"play":{"type":"string"},"videoCodec":{"type":"string"},"widthPixels":{"type":"integer","format":"int32"}},"description":"ImdbApiEncoding","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"},"ImdbApiPrimaryTitle":{"title":"ImdbApiPrimaryTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"}},"description":"ImdbApiPrimaryTitle","type":"object"},"ImdbApiParentTitle":{"title":"ImdbApiParentTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiParentTitle","type":"object"}}}}
```

## The ImdbApiEncoding object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiEncoding":{"title":"ImdbApiEncoding","properties":{"definition":{"type":"string"},"heightPixels":{"type":"integer","format":"int32"},"mimeType":{"type":"string"},"play":{"type":"string"},"videoCodec":{"type":"string"},"widthPixels":{"type":"integer","format":"int32"}},"description":"ImdbApiEncoding","type":"object"}}}}
```

## The ImdbApiPrimaryTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiPrimaryTitle":{"title":"ImdbApiPrimaryTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"}},"description":"ImdbApiPrimaryTitle","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"}}}}
```

## The ImdbApiParentTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiParentTitle":{"title":"ImdbApiParentTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiParentTitle","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"}}}}
```

## The ImdbApiTitleImagesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImagesResponse":{"title":"ImdbApiTitleImagesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleImagesResource"}},"description":"ImdbApiTitleImagesResponse","type":"object"},"ImdbApiTitleImagesResource":{"title":"ImdbApiTitleImagesResource","properties":{"type":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"}},"totalImageCount":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesResource","type":"object"},"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"},"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"}}}}
```

## The ImdbApiTitleImagesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImagesResource":{"title":"ImdbApiTitleImagesResource","properties":{"type":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"}},"totalImageCount":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesResource","type":"object"},"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"},"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"}}}}
```

## The ImdbApiTitleImagesImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"},"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"}}}}
```

## The ImdbApiTitleImagesRelatedname object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"},"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"}}}}
```

## The ImdbApiTitleImagesRelatedtitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"},"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"}}}}
```

## The ImdbApiTitleNewsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleNewsResponse":{"title":"ImdbApiTitleNewsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleNewsResource"}},"description":"ImdbApiTitleNewsResponse","type":"object"},"ImdbApiTitleNewsResource":{"title":"ImdbApiTitleNewsResource","properties":{"type":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleNewsItem"}},"label":{"type":"string"},"paginationKey":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsResource","type":"object"},"ImdbApiTitleNewsItem":{"title":"ImdbApiTitleNewsItem","properties":{"body":{"type":"string"},"head":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"publishDateTime":{"type":"string","format":"date-time"},"source":{"$ref":"#/components/schemas/ImdbApiTitleNewsSource"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"}},"description":"ImdbApiTitleNewsItem","type":"object"},"ImdbApiTitleNewsSource":{"title":"ImdbApiTitleNewsSource","properties":{"id":{"type":"string"},"label":{"type":"string"},"link":{"type":"string"}},"description":"ImdbApiTitleNewsSource","type":"object"},"ImdbApiTitleNewsImage":{"title":"ImdbApiTitleNewsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsImage","type":"object"}}}}
```

## The ImdbApiTitleNewsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleNewsResource":{"title":"ImdbApiTitleNewsResource","properties":{"type":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleNewsItem"}},"label":{"type":"string"},"paginationKey":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsResource","type":"object"},"ImdbApiTitleNewsItem":{"title":"ImdbApiTitleNewsItem","properties":{"body":{"type":"string"},"head":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"publishDateTime":{"type":"string","format":"date-time"},"source":{"$ref":"#/components/schemas/ImdbApiTitleNewsSource"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"}},"description":"ImdbApiTitleNewsItem","type":"object"},"ImdbApiTitleNewsSource":{"title":"ImdbApiTitleNewsSource","properties":{"id":{"type":"string"},"label":{"type":"string"},"link":{"type":"string"}},"description":"ImdbApiTitleNewsSource","type":"object"},"ImdbApiTitleNewsImage":{"title":"ImdbApiTitleNewsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsImage","type":"object"}}}}
```

## The ImdbApiTitleNewsItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleNewsItem":{"title":"ImdbApiTitleNewsItem","properties":{"body":{"type":"string"},"head":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"publishDateTime":{"type":"string","format":"date-time"},"source":{"$ref":"#/components/schemas/ImdbApiTitleNewsSource"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"}},"description":"ImdbApiTitleNewsItem","type":"object"},"ImdbApiTitleNewsSource":{"title":"ImdbApiTitleNewsSource","properties":{"id":{"type":"string"},"label":{"type":"string"},"link":{"type":"string"}},"description":"ImdbApiTitleNewsSource","type":"object"},"ImdbApiTitleNewsImage":{"title":"ImdbApiTitleNewsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsImage","type":"object"}}}}
```

## The ImdbApiTitleNewsSource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleNewsSource":{"title":"ImdbApiTitleNewsSource","properties":{"id":{"type":"string"},"label":{"type":"string"},"link":{"type":"string"}},"description":"ImdbApiTitleNewsSource","type":"object"}}}}
```

## The ImdbApiTitleNewsImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleNewsImage":{"title":"ImdbApiTitleNewsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsImage","type":"object"}}}}
```

## The ImdbApiTitleBusinessResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleBusinessResponse":{"title":"ImdbApiTitleBusinessResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleBusinessResource"}},"description":"ImdbApiTitleBusinessResponse","type":"object"},"ImdbApiTitleBusinessResource":{"title":"ImdbApiTitleBusinessResource","properties":{"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"budget":{"$ref":"#/components/schemas/Budget"},"gross":{"$ref":"#/components/schemas/Gross"},"openingWeekendGross":{"$ref":"#/components/schemas/Openingweekendgross"}},"description":"ImdbApiTitleBusinessResource","type":"object"},"Budget":{"title":"Budget","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Budget","type":"object"},"Gross":{"title":"Gross","properties":{"aggregations":{"type":"array","items":{"$ref":"#/components/schemas/Aggregation"}},"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Gross","type":"object"},"Aggregation":{"title":"Aggregation","properties":{"area":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"}},"description":"Aggregation","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"},"Regional":{"title":"Regional","properties":{"region":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"},"records":{"type":"array","items":{"$ref":"#/components/schemas/Record"}}},"description":"Regional","type":"object"},"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"},"Openingweekendgross":{"title":"Openingweekendgross","properties":{"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Openingweekendgross","type":"object"}}}}
```

## The ImdbApiTitleBusinessResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleBusinessResource":{"title":"ImdbApiTitleBusinessResource","properties":{"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"budget":{"$ref":"#/components/schemas/Budget"},"gross":{"$ref":"#/components/schemas/Gross"},"openingWeekendGross":{"$ref":"#/components/schemas/Openingweekendgross"}},"description":"ImdbApiTitleBusinessResource","type":"object"},"Budget":{"title":"Budget","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Budget","type":"object"},"Gross":{"title":"Gross","properties":{"aggregations":{"type":"array","items":{"$ref":"#/components/schemas/Aggregation"}},"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Gross","type":"object"},"Aggregation":{"title":"Aggregation","properties":{"area":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"}},"description":"Aggregation","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"},"Regional":{"title":"Regional","properties":{"region":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"},"records":{"type":"array","items":{"$ref":"#/components/schemas/Record"}}},"description":"Regional","type":"object"},"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"},"Openingweekendgross":{"title":"Openingweekendgross","properties":{"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Openingweekendgross","type":"object"}}}}
```

## The Budget object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Budget":{"title":"Budget","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Budget","type":"object"}}}}
```

## The Gross object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Gross":{"title":"Gross","properties":{"aggregations":{"type":"array","items":{"$ref":"#/components/schemas/Aggregation"}},"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Gross","type":"object"},"Aggregation":{"title":"Aggregation","properties":{"area":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"}},"description":"Aggregation","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"},"Regional":{"title":"Regional","properties":{"region":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"},"records":{"type":"array","items":{"$ref":"#/components/schemas/Record"}}},"description":"Regional","type":"object"},"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"}}}}
```

## The Aggregation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Aggregation":{"title":"Aggregation","properties":{"area":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"}},"description":"Aggregation","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"}}}}
```

## The Total object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"}}}}
```

## The Regional object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Regional":{"title":"Regional","properties":{"region":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"},"records":{"type":"array","items":{"$ref":"#/components/schemas/Record"}}},"description":"Regional","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"},"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"}}}}
```

## The Record object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"}}}}
```

## The Earnings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"}}}}
```

## The Openingweekendgross object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Openingweekendgross":{"title":"Openingweekendgross","properties":{"regional":{"type":"array","items":{"$ref":"#/components/schemas/Regional"}}},"description":"Openingweekendgross","type":"object"},"Regional":{"title":"Regional","properties":{"region":{"type":"string"},"total":{"$ref":"#/components/schemas/Total"},"records":{"type":"array","items":{"$ref":"#/components/schemas/Record"}}},"description":"Regional","type":"object"},"Total":{"title":"Total","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Total","type":"object"},"Record":{"title":"Record","properties":{"date":{"type":"string"},"earnings":{"$ref":"#/components/schemas/Earnings"}},"description":"Record","type":"object"},"Earnings":{"title":"Earnings","properties":{"amount":{"type":"number","format":"float"},"currency":{"type":"string"}},"description":"Earnings","type":"object"}}}}
```

## The ImdbApiTitlePlotResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotResponse":{"title":"ImdbApiTitlePlotResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitlePlotResource"}},"description":"ImdbApiTitlePlotResponse","type":"object"},"ImdbApiTitlePlotResource":{"title":"ImdbApiTitlePlotResource","properties":{"type":{"type":"string"},"outline":{"$ref":"#/components/schemas/ImdbApiTitlePlotOutline"},"summaries":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitlePlotSummary"}},"totalSummaries":{"type":"integer","format":"int32"}},"description":"ImdbApiTitlePlotResource","type":"object"},"ImdbApiTitlePlotOutline":{"title":"ImdbApiTitlePlotOutline","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiTitlePlotOutline","type":"object"},"ImdbApiTitlePlotSummary":{"title":"ImdbApiTitlePlotSummary","properties":{"id":{"type":"string"},"text":{"type":"string"},"author":{"type":"string"}},"description":"ImdbApiTitlePlotSummary","type":"object"}}}}
```

## The ImdbApiTitlePlotResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotResource":{"title":"ImdbApiTitlePlotResource","properties":{"type":{"type":"string"},"outline":{"$ref":"#/components/schemas/ImdbApiTitlePlotOutline"},"summaries":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitlePlotSummary"}},"totalSummaries":{"type":"integer","format":"int32"}},"description":"ImdbApiTitlePlotResource","type":"object"},"ImdbApiTitlePlotOutline":{"title":"ImdbApiTitlePlotOutline","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiTitlePlotOutline","type":"object"},"ImdbApiTitlePlotSummary":{"title":"ImdbApiTitlePlotSummary","properties":{"id":{"type":"string"},"text":{"type":"string"},"author":{"type":"string"}},"description":"ImdbApiTitlePlotSummary","type":"object"}}}}
```

## The ImdbApiTitlePlotOutline object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotOutline":{"title":"ImdbApiTitlePlotOutline","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiTitlePlotOutline","type":"object"}}}}
```

## The ImdbApiTitlePlotSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotSummary":{"title":"ImdbApiTitlePlotSummary","properties":{"id":{"type":"string"},"text":{"type":"string"},"author":{"type":"string"}},"description":"ImdbApiTitlePlotSummary","type":"object"}}}}
```

## The ImdbApiTitlePlotSynopsisResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotSynopsisResponse":{"title":"ImdbApiTitlePlotSynopsisResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitlePlotSynopsisResource"}},"description":"ImdbApiTitlePlotSynopsisResponse","type":"object"},"ImdbApiTitlePlotSynopsisResource":{"title":"ImdbApiTitlePlotSynopsisResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitlePlotSynopsisResource","type":"object"}}}}
```

## The ImdbApiTitlePlotSynopsisResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitlePlotSynopsisResource":{"title":"ImdbApiTitlePlotSynopsisResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitlePlotSynopsisResource","type":"object"}}}}
```

## The ImdbApiTitleTaglinesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleTaglinesResponse":{"title":"ImdbApiTitleTaglinesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesResource"}},"description":"ImdbApiTitleTaglinesResponse","type":"object"},"ImdbApiTitleTaglinesResource":{"title":"ImdbApiTitleTaglinesResource","properties":{"type":{"type":"string"},"taglines":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesResource","type":"object"},"ImdbApiTitleTaglinesImage":{"title":"ImdbApiTitleTaglinesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesImage","type":"object"}}}}
```

## The ImdbApiTitleTaglinesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleTaglinesResource":{"title":"ImdbApiTitleTaglinesResource","properties":{"type":{"type":"string"},"taglines":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesResource","type":"object"},"ImdbApiTitleTaglinesImage":{"title":"ImdbApiTitleTaglinesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesImage","type":"object"}}}}
```

## The ImdbApiTitleTaglinesImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleTaglinesImage":{"title":"ImdbApiTitleTaglinesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesImage","type":"object"}}}}
```

## The ImdbApiTitleVersionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleVersionsResponse":{"title":"ImdbApiTitleVersionsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleVersionsResource"}},"description":"ImdbApiTitleVersionsResponse","type":"object"},"ImdbApiTitleVersionsResource":{"title":"ImdbApiTitleVersionsResource","properties":{"type":{"type":"string"},"alternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsAlternatetitle"}},"colorations":{"type":"array","items":{"type":"string"}},"defaultTitle":{"type":"string"},"silent":{"type":"boolean"},"spokenLanguages":{"type":"array","items":{"type":"string"}},"originalTitle":{"type":"string"},"origins":{"type":"array","items":{"type":"string"}},"runningTimes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsRunningtime"}},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsResource","type":"object"},"ImdbApiTitleVersionsAlternatetitle":{"title":"ImdbApiTitleVersionsAlternatetitle","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleVersionsAlternatetitle","type":"object"},"ImdbApiTitleVersionsRunningtime":{"title":"ImdbApiTitleVersionsRunningtime","properties":{"timeMinutes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsRunningtime","type":"object"}}}}
```

## The ImdbApiTitleVersionsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleVersionsResource":{"title":"ImdbApiTitleVersionsResource","properties":{"type":{"type":"string"},"alternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsAlternatetitle"}},"colorations":{"type":"array","items":{"type":"string"}},"defaultTitle":{"type":"string"},"silent":{"type":"boolean"},"spokenLanguages":{"type":"array","items":{"type":"string"}},"originalTitle":{"type":"string"},"origins":{"type":"array","items":{"type":"string"}},"runningTimes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsRunningtime"}},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsResource","type":"object"},"ImdbApiTitleVersionsAlternatetitle":{"title":"ImdbApiTitleVersionsAlternatetitle","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleVersionsAlternatetitle","type":"object"},"ImdbApiTitleVersionsRunningtime":{"title":"ImdbApiTitleVersionsRunningtime","properties":{"timeMinutes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsRunningtime","type":"object"}}}}
```

## The ImdbApiTitleVersionsAlternatetitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleVersionsAlternatetitle":{"title":"ImdbApiTitleVersionsAlternatetitle","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleVersionsAlternatetitle","type":"object"}}}}
```

## The ImdbApiTitleVersionsRunningtime object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleVersionsRunningtime":{"title":"ImdbApiTitleVersionsRunningtime","properties":{"timeMinutes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsRunningtime","type":"object"}}}}
```

## The ImdbApiTitleReleasesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleReleasesResponse":{"title":"ImdbApiTitleReleasesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleReleasesResource"}},"description":"ImdbApiTitleReleasesResponse","type":"object"},"ImdbApiTitleReleasesResource":{"title":"ImdbApiTitleReleasesResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"releases":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleReleasesRelease"}}},"description":"ImdbApiTitleReleasesResource","type":"object"},"ImdbApiTitleReleasesRelease":{"title":"ImdbApiTitleReleasesRelease","properties":{"attributes":{"type":"array","items":{"type":"string"}},"date":{"type":"string"},"premiere":{"type":"boolean"},"region":{"type":"string"},"wide":{"type":"boolean"}},"description":"ImdbApiTitleReleasesRelease","type":"object"}}}}
```

## The ImdbApiTitleReleasesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleReleasesResource":{"title":"ImdbApiTitleReleasesResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"releases":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleReleasesRelease"}}},"description":"ImdbApiTitleReleasesResource","type":"object"},"ImdbApiTitleReleasesRelease":{"title":"ImdbApiTitleReleasesRelease","properties":{"attributes":{"type":"array","items":{"type":"string"}},"date":{"type":"string"},"premiere":{"type":"boolean"},"region":{"type":"string"},"wide":{"type":"boolean"}},"description":"ImdbApiTitleReleasesRelease","type":"object"}}}}
```

## The ImdbApiTitleReleasesRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleReleasesRelease":{"title":"ImdbApiTitleReleasesRelease","properties":{"attributes":{"type":"array","items":{"type":"string"}},"date":{"type":"string"},"premiere":{"type":"boolean"},"region":{"type":"string"},"wide":{"type":"boolean"}},"description":"ImdbApiTitleReleasesRelease","type":"object"}}}}
```

## The ImdbApiTitleReleaseDatesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleReleaseDatesResponse":{"title":"ImdbApiTitleReleaseDatesResponse","properties":{"Releases":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiReleaseDate"}}},"description":"ImdbApiTitleReleaseDatesResponse","type":"object"},"ImdbApiReleaseDate":{"title":"ImdbApiReleaseDate","properties":{"Region":{"type":"string"},"RawDate":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Premiere":{"type":"boolean"},"Wide":{"type":"boolean"},"Categories":{"type":"integer","format":"int32"},"Location":{"type":"string"},"Attributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiReleaseDate","type":"object"}}}}
```

## The ImdbApiReleaseDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiReleaseDate":{"title":"ImdbApiReleaseDate","properties":{"Region":{"type":"string"},"RawDate":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Premiere":{"type":"boolean"},"Wide":{"type":"boolean"},"Categories":{"type":"integer","format":"int32"},"Location":{"type":"string"},"Attributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiReleaseDate","type":"object"}}}}
```

## The ImdbApiTitleQuotesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesResponse":{"title":"ImdbApiTitleQuotesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleQuotesResource"}},"description":"ImdbApiTitleQuotesResponse","type":"object"},"ImdbApiTitleQuotesResource":{"title":"ImdbApiTitleQuotesResource","properties":{"type":{"type":"string"},"quotes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesQuote"}},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesResource","type":"object"},"ImdbApiTitleQuotesQuote":{"title":"ImdbApiTitleQuotesQuote","properties":{"id":{"type":"string"},"interestingVotes":{"$ref":"#/components/schemas/ImdbApiTitleQuotesInterestingvotes"},"lines":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesLine"}},"spoiler":{"type":"boolean"}},"description":"ImdbApiTitleQuotesQuote","type":"object"},"ImdbApiTitleQuotesInterestingvotes":{"title":"ImdbApiTitleQuotesInterestingvotes","properties":{"down":{"type":"integer","format":"int32"},"up":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesInterestingvotes","type":"object"},"ImdbApiTitleQuotesLine":{"title":"ImdbApiTitleQuotesLine","properties":{"characters":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesCharacter"}},"text":{"type":"string"},"stageDirection":{"type":"string"}},"description":"ImdbApiTitleQuotesLine","type":"object"},"ImdbApiTitleQuotesCharacter":{"title":"ImdbApiTitleQuotesCharacter","properties":{"character":{"type":"string"},"characterId":{"type":"string"},"nameId":{"type":"string"}},"description":"ImdbApiTitleQuotesCharacter","type":"object"}}}}
```

## The ImdbApiTitleQuotesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesResource":{"title":"ImdbApiTitleQuotesResource","properties":{"type":{"type":"string"},"quotes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesQuote"}},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesResource","type":"object"},"ImdbApiTitleQuotesQuote":{"title":"ImdbApiTitleQuotesQuote","properties":{"id":{"type":"string"},"interestingVotes":{"$ref":"#/components/schemas/ImdbApiTitleQuotesInterestingvotes"},"lines":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesLine"}},"spoiler":{"type":"boolean"}},"description":"ImdbApiTitleQuotesQuote","type":"object"},"ImdbApiTitleQuotesInterestingvotes":{"title":"ImdbApiTitleQuotesInterestingvotes","properties":{"down":{"type":"integer","format":"int32"},"up":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesInterestingvotes","type":"object"},"ImdbApiTitleQuotesLine":{"title":"ImdbApiTitleQuotesLine","properties":{"characters":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesCharacter"}},"text":{"type":"string"},"stageDirection":{"type":"string"}},"description":"ImdbApiTitleQuotesLine","type":"object"},"ImdbApiTitleQuotesCharacter":{"title":"ImdbApiTitleQuotesCharacter","properties":{"character":{"type":"string"},"characterId":{"type":"string"},"nameId":{"type":"string"}},"description":"ImdbApiTitleQuotesCharacter","type":"object"}}}}
```

## The ImdbApiTitleQuotesQuote object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesQuote":{"title":"ImdbApiTitleQuotesQuote","properties":{"id":{"type":"string"},"interestingVotes":{"$ref":"#/components/schemas/ImdbApiTitleQuotesInterestingvotes"},"lines":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesLine"}},"spoiler":{"type":"boolean"}},"description":"ImdbApiTitleQuotesQuote","type":"object"},"ImdbApiTitleQuotesInterestingvotes":{"title":"ImdbApiTitleQuotesInterestingvotes","properties":{"down":{"type":"integer","format":"int32"},"up":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesInterestingvotes","type":"object"},"ImdbApiTitleQuotesLine":{"title":"ImdbApiTitleQuotesLine","properties":{"characters":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesCharacter"}},"text":{"type":"string"},"stageDirection":{"type":"string"}},"description":"ImdbApiTitleQuotesLine","type":"object"},"ImdbApiTitleQuotesCharacter":{"title":"ImdbApiTitleQuotesCharacter","properties":{"character":{"type":"string"},"characterId":{"type":"string"},"nameId":{"type":"string"}},"description":"ImdbApiTitleQuotesCharacter","type":"object"}}}}
```

## The ImdbApiTitleQuotesInterestingvotes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesInterestingvotes":{"title":"ImdbApiTitleQuotesInterestingvotes","properties":{"down":{"type":"integer","format":"int32"},"up":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleQuotesInterestingvotes","type":"object"}}}}
```

## The ImdbApiTitleQuotesLine object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesLine":{"title":"ImdbApiTitleQuotesLine","properties":{"characters":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleQuotesCharacter"}},"text":{"type":"string"},"stageDirection":{"type":"string"}},"description":"ImdbApiTitleQuotesLine","type":"object"},"ImdbApiTitleQuotesCharacter":{"title":"ImdbApiTitleQuotesCharacter","properties":{"character":{"type":"string"},"characterId":{"type":"string"},"nameId":{"type":"string"}},"description":"ImdbApiTitleQuotesCharacter","type":"object"}}}}
```

## The ImdbApiTitleQuotesCharacter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleQuotesCharacter":{"title":"ImdbApiTitleQuotesCharacter","properties":{"character":{"type":"string"},"characterId":{"type":"string"},"nameId":{"type":"string"}},"description":"ImdbApiTitleQuotesCharacter","type":"object"}}}}
```

## The ImdbApiTitleConnectionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsResponse":{"title":"ImdbApiTitleConnectionsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsResource"}},"description":"ImdbApiTitleConnectionsResponse","type":"object"},"ImdbApiTitleConnectionsResource":{"title":"ImdbApiTitleConnectionsResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsBase"},"connections":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsConnection"}}},"description":"ImdbApiTitleConnectionsResource","type":"object"},"ImdbApiTitleConnectionsBase":{"title":"ImdbApiTitleConnectionsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsBase","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"},"ImdbApiTitleConnectionsConnection":{"title":"ImdbApiTitleConnectionsConnection","properties":{"associatedTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsAssociatedtitle"},"id":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"}},"description":"ImdbApiTitleConnectionsConnection","type":"object"},"ImdbApiTitleConnectionsAssociatedtitle":{"title":"ImdbApiTitleConnectionsAssociatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsParenttitle"},"previousEpisode":{"type":"string"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"},"adult":{"type":"boolean"}},"description":"ImdbApiTitleConnectionsAssociatedtitle","type":"object"},"ImdbApiTitleConnectionsParenttitle":{"title":"ImdbApiTitleConnectionsParenttitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"}},"description":"ImdbApiTitleConnectionsParenttitle","type":"object"}}}}
```

## The ImdbApiTitleConnectionsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsResource":{"title":"ImdbApiTitleConnectionsResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsBase"},"connections":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsConnection"}}},"description":"ImdbApiTitleConnectionsResource","type":"object"},"ImdbApiTitleConnectionsBase":{"title":"ImdbApiTitleConnectionsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsBase","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"},"ImdbApiTitleConnectionsConnection":{"title":"ImdbApiTitleConnectionsConnection","properties":{"associatedTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsAssociatedtitle"},"id":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"}},"description":"ImdbApiTitleConnectionsConnection","type":"object"},"ImdbApiTitleConnectionsAssociatedtitle":{"title":"ImdbApiTitleConnectionsAssociatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsParenttitle"},"previousEpisode":{"type":"string"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"},"adult":{"type":"boolean"}},"description":"ImdbApiTitleConnectionsAssociatedtitle","type":"object"},"ImdbApiTitleConnectionsParenttitle":{"title":"ImdbApiTitleConnectionsParenttitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"}},"description":"ImdbApiTitleConnectionsParenttitle","type":"object"}}}}
```

## The ImdbApiTitleConnectionsBase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsBase":{"title":"ImdbApiTitleConnectionsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsBase","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"}}}}
```

## The ImdbApiTitleConnectionsImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"}}}}
```

## The ImdbApiTitleConnectionsConnection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsConnection":{"title":"ImdbApiTitleConnectionsConnection","properties":{"associatedTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsAssociatedtitle"},"id":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"}},"description":"ImdbApiTitleConnectionsConnection","type":"object"},"ImdbApiTitleConnectionsAssociatedtitle":{"title":"ImdbApiTitleConnectionsAssociatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsParenttitle"},"previousEpisode":{"type":"string"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"},"adult":{"type":"boolean"}},"description":"ImdbApiTitleConnectionsAssociatedtitle","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"},"ImdbApiTitleConnectionsParenttitle":{"title":"ImdbApiTitleConnectionsParenttitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"}},"description":"ImdbApiTitleConnectionsParenttitle","type":"object"}}}}
```

## The ImdbApiTitleConnectionsAssociatedtitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsAssociatedtitle":{"title":"ImdbApiTitleConnectionsAssociatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsParenttitle"},"previousEpisode":{"type":"string"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"},"adult":{"type":"boolean"}},"description":"ImdbApiTitleConnectionsAssociatedtitle","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"},"ImdbApiTitleConnectionsParenttitle":{"title":"ImdbApiTitleConnectionsParenttitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"}},"description":"ImdbApiTitleConnectionsParenttitle","type":"object"}}}}
```

## The ImdbApiTitleConnectionsParenttitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleConnectionsParenttitle":{"title":"ImdbApiTitleConnectionsParenttitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleConnectionsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"disambiguation":{"type":"string"}},"description":"ImdbApiTitleConnectionsParenttitle","type":"object"},"ImdbApiTitleConnectionsImage":{"title":"ImdbApiTitleConnectionsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleConnectionsImage","type":"object"}}}}
```

## The ImdbApiTitleGenresResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleGenresResponse":{"title":"ImdbApiTitleGenresResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleGenresResource"}},"description":"ImdbApiTitleGenresResponse","type":"object"},"ImdbApiTitleGenresResource":{"title":"ImdbApiTitleGenresResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleGenresResource","type":"object"}}}}
```

## The ImdbApiTitleGenresResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleGenresResource":{"title":"ImdbApiTitleGenresResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleGenresResource","type":"object"}}}}
```

## The ImdbApiTitleSimilaritiesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSimilaritiesResponse":{"title":"ImdbApiTitleSimilaritiesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesResource"}},"description":"ImdbApiTitleSimilaritiesResponse","type":"object"},"ImdbApiTitleSimilaritiesResource":{"title":"ImdbApiTitleSimilaritiesResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesBase"},"id":{"type":"string"},"similarities":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesSimilarity"}}},"description":"ImdbApiTitleSimilaritiesResource","type":"object"},"ImdbApiTitleSimilaritiesBase":{"title":"ImdbApiTitleSimilaritiesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesBase","type":"object"},"ImdbApiTitleSimilaritiesImage":{"title":"ImdbApiTitleSimilaritiesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesImage","type":"object"},"ImdbApiTitleSimilaritiesSimilarity":{"title":"ImdbApiTitleSimilaritiesSimilarity","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"numberOfEpisodes":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesSimilarity","type":"object"}}}}
```

## The ImdbApiTitleSimilaritiesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSimilaritiesResource":{"title":"ImdbApiTitleSimilaritiesResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesBase"},"id":{"type":"string"},"similarities":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesSimilarity"}}},"description":"ImdbApiTitleSimilaritiesResource","type":"object"},"ImdbApiTitleSimilaritiesBase":{"title":"ImdbApiTitleSimilaritiesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesBase","type":"object"},"ImdbApiTitleSimilaritiesImage":{"title":"ImdbApiTitleSimilaritiesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesImage","type":"object"},"ImdbApiTitleSimilaritiesSimilarity":{"title":"ImdbApiTitleSimilaritiesSimilarity","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"numberOfEpisodes":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesSimilarity","type":"object"}}}}
```

## The ImdbApiTitleSimilaritiesBase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSimilaritiesBase":{"title":"ImdbApiTitleSimilaritiesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesBase","type":"object"},"ImdbApiTitleSimilaritiesImage":{"title":"ImdbApiTitleSimilaritiesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesImage","type":"object"}}}}
```

## The ImdbApiTitleSimilaritiesImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSimilaritiesImage":{"title":"ImdbApiTitleSimilaritiesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesImage","type":"object"}}}}
```

## The ImdbApiTitleSimilaritiesSimilarity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSimilaritiesSimilarity":{"title":"ImdbApiTitleSimilaritiesSimilarity","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleSimilaritiesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"nextEpisode":{"type":"string"},"numberOfEpisodes":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesSimilarity","type":"object"},"ImdbApiTitleSimilaritiesImage":{"title":"ImdbApiTitleSimilaritiesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleSimilaritiesImage","type":"object"}}}}
```

## The ImdbApiTitleAwardsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsResponse":{"title":"ImdbApiTitleAwardsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleAwardsResource"}},"description":"ImdbApiTitleAwardsResponse","type":"object"},"ImdbApiTitleAwardsResource":{"title":"ImdbApiTitleAwardsResource","properties":{"type":{"type":"string"},"awards":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsAward"}},"id":{"type":"string"}},"description":"ImdbApiTitleAwardsResource","type":"object"},"ImdbApiTitleAwardsAward":{"title":"ImdbApiTitleAwardsAward","properties":{"awardName":{"type":"string"},"awardNominationId":{"type":"string"},"category":{"type":"string"},"eventEditionId":{"type":"string"},"eventId":{"type":"string"},"eventName":{"type":"string"},"instanceWithinYear":{"type":"integer","format":"int32"},"isWinner":{"type":"boolean"},"nominations":{"$ref":"#/components/schemas/ImdbApiTitleAwardsNominations"},"year":{"type":"integer","format":"int32"},"winningRank":{"type":"integer","format":"int32"},"notes":{"type":"string"}},"description":"ImdbApiTitleAwardsAward","type":"object"},"ImdbApiTitleAwardsNominations":{"title":"ImdbApiTitleAwardsNominations","properties":{"names":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsName"}},"titles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsTitle"}},"companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsCompany"}}},"description":"ImdbApiTitleAwardsNominations","type":"object"},"ImdbApiTitleAwardsName":{"title":"ImdbApiTitleAwardsName","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"disambiguation":{"type":"string"},"note":{"type":"string"}},"description":"ImdbApiTitleAwardsName","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"},"ImdbApiTitleAwardsTitle":{"title":"ImdbApiTitleAwardsTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsTitle","type":"object"},"ImdbApiTitleAwardsCompany":{"title":"ImdbApiTitleAwardsCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleAwardsCompany","type":"object"}}}}
```

## The ImdbApiTitleAwardsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsResource":{"title":"ImdbApiTitleAwardsResource","properties":{"type":{"type":"string"},"awards":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsAward"}},"id":{"type":"string"}},"description":"ImdbApiTitleAwardsResource","type":"object"},"ImdbApiTitleAwardsAward":{"title":"ImdbApiTitleAwardsAward","properties":{"awardName":{"type":"string"},"awardNominationId":{"type":"string"},"category":{"type":"string"},"eventEditionId":{"type":"string"},"eventId":{"type":"string"},"eventName":{"type":"string"},"instanceWithinYear":{"type":"integer","format":"int32"},"isWinner":{"type":"boolean"},"nominations":{"$ref":"#/components/schemas/ImdbApiTitleAwardsNominations"},"year":{"type":"integer","format":"int32"},"winningRank":{"type":"integer","format":"int32"},"notes":{"type":"string"}},"description":"ImdbApiTitleAwardsAward","type":"object"},"ImdbApiTitleAwardsNominations":{"title":"ImdbApiTitleAwardsNominations","properties":{"names":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsName"}},"titles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsTitle"}},"companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsCompany"}}},"description":"ImdbApiTitleAwardsNominations","type":"object"},"ImdbApiTitleAwardsName":{"title":"ImdbApiTitleAwardsName","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"disambiguation":{"type":"string"},"note":{"type":"string"}},"description":"ImdbApiTitleAwardsName","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"},"ImdbApiTitleAwardsTitle":{"title":"ImdbApiTitleAwardsTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsTitle","type":"object"},"ImdbApiTitleAwardsCompany":{"title":"ImdbApiTitleAwardsCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleAwardsCompany","type":"object"}}}}
```

## The ImdbApiTitleAwardsAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsAward":{"title":"ImdbApiTitleAwardsAward","properties":{"awardName":{"type":"string"},"awardNominationId":{"type":"string"},"category":{"type":"string"},"eventEditionId":{"type":"string"},"eventId":{"type":"string"},"eventName":{"type":"string"},"instanceWithinYear":{"type":"integer","format":"int32"},"isWinner":{"type":"boolean"},"nominations":{"$ref":"#/components/schemas/ImdbApiTitleAwardsNominations"},"year":{"type":"integer","format":"int32"},"winningRank":{"type":"integer","format":"int32"},"notes":{"type":"string"}},"description":"ImdbApiTitleAwardsAward","type":"object"},"ImdbApiTitleAwardsNominations":{"title":"ImdbApiTitleAwardsNominations","properties":{"names":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsName"}},"titles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsTitle"}},"companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsCompany"}}},"description":"ImdbApiTitleAwardsNominations","type":"object"},"ImdbApiTitleAwardsName":{"title":"ImdbApiTitleAwardsName","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"disambiguation":{"type":"string"},"note":{"type":"string"}},"description":"ImdbApiTitleAwardsName","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"},"ImdbApiTitleAwardsTitle":{"title":"ImdbApiTitleAwardsTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsTitle","type":"object"},"ImdbApiTitleAwardsCompany":{"title":"ImdbApiTitleAwardsCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleAwardsCompany","type":"object"}}}}
```

## The ImdbApiTitleAwardsNominations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsNominations":{"title":"ImdbApiTitleAwardsNominations","properties":{"names":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsName"}},"titles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsTitle"}},"companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleAwardsCompany"}}},"description":"ImdbApiTitleAwardsNominations","type":"object"},"ImdbApiTitleAwardsName":{"title":"ImdbApiTitleAwardsName","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"disambiguation":{"type":"string"},"note":{"type":"string"}},"description":"ImdbApiTitleAwardsName","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"},"ImdbApiTitleAwardsTitle":{"title":"ImdbApiTitleAwardsTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsTitle","type":"object"},"ImdbApiTitleAwardsCompany":{"title":"ImdbApiTitleAwardsCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleAwardsCompany","type":"object"}}}}
```

## The ImdbApiTitleAwardsName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsName":{"title":"ImdbApiTitleAwardsName","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"disambiguation":{"type":"string"},"note":{"type":"string"}},"description":"ImdbApiTitleAwardsName","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"}}}}
```

## The ImdbApiTitleAwardsImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"}}}}
```

## The ImdbApiTitleAwardsTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsTitle":{"title":"ImdbApiTitleAwardsTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleAwardsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsTitle","type":"object"},"ImdbApiTitleAwardsImage":{"title":"ImdbApiTitleAwardsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleAwardsImage","type":"object"}}}}
```

## The ImdbApiTitleAwardsCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleAwardsCompany":{"title":"ImdbApiTitleAwardsCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleAwardsCompany","type":"object"}}}}
```

## The ImdbApiTitleRatingsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleRatingsResponse":{"title":"ImdbApiTitleRatingsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleRatingsResource"}},"description":"ImdbApiTitleRatingsResponse","type":"object"},"ImdbApiTitleRatingsResource":{"title":"ImdbApiTitleRatingsResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"bottomRank":{"type":"integer","format":"int32"},"canRate":{"type":"boolean"},"rating":{"type":"number","format":"float"},"ratingCount":{"type":"integer","format":"int32"},"ratingsHistograms":{"$ref":"#/components/schemas/Dictionary_String_ImdbApiTitleRatingsDemographic_"},"topRank":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsResource","type":"object"},"Dictionary_String_ImdbApiTitleRatingsDemographic_":{"title":"Dictionary<String,ImdbApiTitleRatingsDemographic>","additionalProperties":{"$ref":"#/components/schemas/ImdbApiTitleRatingsDemographic"},"description":"Dictionary<String,ImdbApiTitleRatingsDemographic>","type":"object"},"ImdbApiTitleRatingsDemographic":{"title":"ImdbApiTitleRatingsDemographic","properties":{"aggregateRating":{"type":"number","format":"float"},"demographic":{"type":"string"},"histogram":{"$ref":"#/components/schemas/Dictionary_String_Int32_"},"totalRatings":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsDemographic","type":"object"},"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The ImdbApiTitleRatingsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleRatingsResource":{"title":"ImdbApiTitleRatingsResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"bottomRank":{"type":"integer","format":"int32"},"canRate":{"type":"boolean"},"rating":{"type":"number","format":"float"},"ratingCount":{"type":"integer","format":"int32"},"ratingsHistograms":{"$ref":"#/components/schemas/Dictionary_String_ImdbApiTitleRatingsDemographic_"},"topRank":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsResource","type":"object"},"Dictionary_String_ImdbApiTitleRatingsDemographic_":{"title":"Dictionary<String,ImdbApiTitleRatingsDemographic>","additionalProperties":{"$ref":"#/components/schemas/ImdbApiTitleRatingsDemographic"},"description":"Dictionary<String,ImdbApiTitleRatingsDemographic>","type":"object"},"ImdbApiTitleRatingsDemographic":{"title":"ImdbApiTitleRatingsDemographic","properties":{"aggregateRating":{"type":"number","format":"float"},"demographic":{"type":"string"},"histogram":{"$ref":"#/components/schemas/Dictionary_String_Int32_"},"totalRatings":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsDemographic","type":"object"},"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The ImdbApiTitleRatingsDemographic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleRatingsDemographic":{"title":"ImdbApiTitleRatingsDemographic","properties":{"aggregateRating":{"type":"number","format":"float"},"demographic":{"type":"string"},"histogram":{"$ref":"#/components/schemas/Dictionary_String_Int32_"},"totalRatings":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsDemographic","type":"object"},"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The Dictionary\_String\_ImdbApiTitleRatingsDemographic\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_ImdbApiTitleRatingsDemographic_":{"title":"Dictionary<String,ImdbApiTitleRatingsDemographic>","additionalProperties":{"$ref":"#/components/schemas/ImdbApiTitleRatingsDemographic"},"description":"Dictionary<String,ImdbApiTitleRatingsDemographic>","type":"object"},"ImdbApiTitleRatingsDemographic":{"title":"ImdbApiTitleRatingsDemographic","properties":{"aggregateRating":{"type":"number","format":"float"},"demographic":{"type":"string"},"histogram":{"$ref":"#/components/schemas/Dictionary_String_Int32_"},"totalRatings":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsDemographic","type":"object"},"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsResponse":{"title":"ImdbApiTitleFullCreditsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsResource"}},"description":"ImdbApiTitleFullCreditsResponse","type":"object"},"ImdbApiTitleFullCreditsResource":{"title":"ImdbApiTitleFullCreditsResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsBase"},"creditsSummary":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsCreditssummary"},"id":{"type":"string"},"credits":{"$ref":"#/components/schemas/Dictionary_String_List_ImdbCredit__"}},"description":"ImdbApiTitleFullCreditsResource","type":"object"},"ImdbApiTitleFullCreditsBase":{"title":"ImdbApiTitleFullCreditsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsBase","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsCreditssummary":{"title":"ImdbApiTitleFullCreditsCreditssummary","properties":{"castStatus":{"type":"string"},"crewStatus":{"type":"string"},"wgaVerified":{"type":"boolean"}},"description":"ImdbApiTitleFullCreditsCreditssummary","type":"object"},"Dictionary_String_List_ImdbCredit__":{"title":"Dictionary<String,List<ImdbCredit>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCredit"}},"description":"Dictionary<String,List<ImdbCredit>>","type":"object"},"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsResource":{"title":"ImdbApiTitleFullCreditsResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsBase"},"creditsSummary":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsCreditssummary"},"id":{"type":"string"},"credits":{"$ref":"#/components/schemas/Dictionary_String_List_ImdbCredit__"}},"description":"ImdbApiTitleFullCreditsResource","type":"object"},"ImdbApiTitleFullCreditsBase":{"title":"ImdbApiTitleFullCreditsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsBase","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsCreditssummary":{"title":"ImdbApiTitleFullCreditsCreditssummary","properties":{"castStatus":{"type":"string"},"crewStatus":{"type":"string"},"wgaVerified":{"type":"boolean"}},"description":"ImdbApiTitleFullCreditsCreditssummary","type":"object"},"Dictionary_String_List_ImdbCredit__":{"title":"Dictionary<String,List<ImdbCredit>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCredit"}},"description":"Dictionary<String,List<ImdbCredit>>","type":"object"},"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsBase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsBase":{"title":"ImdbApiTitleFullCreditsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsBase","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsCreditssummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsCreditssummary":{"title":"ImdbApiTitleFullCreditsCreditssummary","properties":{"castStatus":{"type":"string"},"crewStatus":{"type":"string"},"wgaVerified":{"type":"boolean"}},"description":"ImdbApiTitleFullCreditsCreditssummary","type":"object"}}}}
```

## The ImdbCredit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The ImdbApiTitleFullCreditsRole object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The List\_ImdbCredit\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbCredit_":{"title":"List<ImdbCredit>","type":"array","items":{"$ref":"#/components/schemas/ImdbCredit"}},"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The Dictionary\_String\_List\_ImdbCredit\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_ImdbCredit__":{"title":"Dictionary<String,List<ImdbCredit>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCredit"}},"description":"Dictionary<String,List<ImdbCredit>>","type":"object"},"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"}}}}
```

## The ImdbApiTitleSearchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleSearchResponse":{"title":"ImdbApiTitleSearchResponse","properties":{"query":{"type":"string"},"results":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleResource"}}},"description":"ImdbApiTitleSearchResponse","type":"object"},"ImdbApiTitleResource":{"title":"ImdbApiTitleResource","properties":{"@type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleResource","type":"object"},"ImdbApiTitleImage":{"title":"ImdbApiTitleImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImage","type":"object"}}}}
```

## The ImdbApiTitleResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleResource":{"title":"ImdbApiTitleResource","properties":{"@type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleResource","type":"object"},"ImdbApiTitleImage":{"title":"ImdbApiTitleImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImage","type":"object"}}}}
```

## The ImdbApiTitleImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleImage":{"title":"ImdbApiTitleImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImage","type":"object"}}}}
```

## The ImdbApiTitleEpisodesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisodesResponse":{"title":"ImdbApiTitleEpisodesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleEpisodesResource"},"AllEpisodes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisode"}}},"description":"ImdbApiTitleEpisodesResponse","type":"object"},"ImdbApiTitleEpisodesResource":{"title":"ImdbApiTitleEpisodesResource","properties":{"base":{"$ref":"#/components/schemas/ImdbApiTitleEpisodesBase"},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisodesSeason"}}},"description":"ImdbApiTitleEpisodesResource","type":"object"},"ImdbApiTitleEpisodesBase":{"title":"ImdbApiTitleEpisodesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodesBase","type":"object"},"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"},"ImdbApiTitleEpisodesSeason":{"title":"ImdbApiTitleEpisodesSeason","properties":{"episodes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisode"}}},"description":"ImdbApiTitleEpisodesSeason","type":"object"},"ImdbApiTitleEpisode":{"title":"ImdbApiTitleEpisode","properties":{"episode":{"type":"integer","format":"int32"},"id":{"type":"string"},"season":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"}},"description":"ImdbApiTitleEpisode","type":"object"}}}}
```

## The ImdbApiTitleEpisodesResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisodesResource":{"title":"ImdbApiTitleEpisodesResource","properties":{"base":{"$ref":"#/components/schemas/ImdbApiTitleEpisodesBase"},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisodesSeason"}}},"description":"ImdbApiTitleEpisodesResource","type":"object"},"ImdbApiTitleEpisodesBase":{"title":"ImdbApiTitleEpisodesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodesBase","type":"object"},"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"},"ImdbApiTitleEpisodesSeason":{"title":"ImdbApiTitleEpisodesSeason","properties":{"episodes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisode"}}},"description":"ImdbApiTitleEpisodesSeason","type":"object"},"ImdbApiTitleEpisode":{"title":"ImdbApiTitleEpisode","properties":{"episode":{"type":"integer","format":"int32"},"id":{"type":"string"},"season":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"}},"description":"ImdbApiTitleEpisode","type":"object"}}}}
```

## The ImdbApiTitleEpisodesBase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisodesBase":{"title":"ImdbApiTitleEpisodesBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"seriesStartYear":{"type":"integer","format":"int32"},"seriesEndYear":{"type":"integer","format":"int32"},"numberOfEpisodes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodesBase","type":"object"},"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"}}}}
```

## The ImdbApiTitleEpisodeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"}}}}
```

## The ImdbApiTitleEpisodesSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisodesSeason":{"title":"ImdbApiTitleEpisodesSeason","properties":{"episodes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleEpisode"}}},"description":"ImdbApiTitleEpisodesSeason","type":"object"},"ImdbApiTitleEpisode":{"title":"ImdbApiTitleEpisode","properties":{"episode":{"type":"integer","format":"int32"},"id":{"type":"string"},"season":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"}},"description":"ImdbApiTitleEpisode","type":"object"},"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"}}}}
```

## The ImdbApiTitleEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleEpisode":{"title":"ImdbApiTitleEpisode","properties":{"episode":{"type":"integer","format":"int32"},"id":{"type":"string"},"season":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/ImdbApiTitleEpisodeImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"}},"description":"ImdbApiTitleEpisode","type":"object"},"ImdbApiTitleEpisodeImage":{"title":"ImdbApiTitleEpisodeImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleEpisodeImage","type":"object"}}}}
```

## The ImdbApiNameBioResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameBioResponse":{"title":"ImdbApiNameBioResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiNameBioResource"}},"description":"ImdbApiNameBioResponse","type":"object"},"ImdbApiNameBioResource":{"title":"ImdbApiNameBioResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"nicknames":{"type":"array","items":{"type":"string"}},"bios":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameBioEntry"}},"trivia":{"type":"array","items":{"type":"string"}},"quotes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameBioResource","type":"object"},"ImdbApiNameBioEntry":{"title":"ImdbApiNameBioEntry","properties":{"text":{"type":"string"},"author":{"type":"string"},"language":{"type":"string"}},"description":"ImdbApiNameBioEntry","type":"object"}}}}
```

## The ImdbApiNameBioResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameBioResource":{"title":"ImdbApiNameBioResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"nicknames":{"type":"array","items":{"type":"string"}},"bios":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameBioEntry"}},"trivia":{"type":"array","items":{"type":"string"}},"quotes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameBioResource","type":"object"},"ImdbApiNameBioEntry":{"title":"ImdbApiNameBioEntry","properties":{"text":{"type":"string"},"author":{"type":"string"},"language":{"type":"string"}},"description":"ImdbApiNameBioEntry","type":"object"}}}}
```

## The ImdbApiNameBioEntry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameBioEntry":{"title":"ImdbApiNameBioEntry","properties":{"text":{"type":"string"},"author":{"type":"string"},"language":{"type":"string"}},"description":"ImdbApiNameBioEntry","type":"object"}}}}
```

## The ImdbApiTitleCompleteResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleCompleteResponse":{"title":"ImdbApiTitleCompleteResponse","properties":{"Title":{"$ref":"#/components/schemas/ImdbApiTitleResponse"},"Credits":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsResponse"},"Releases":{"$ref":"#/components/schemas/ImdbApiTitleReleasesResponse"},"Plot":{"$ref":"#/components/schemas/ImdbApiTitlePlotResponse"},"Taglines":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesResponse"},"Videos":{"$ref":"#/components/schemas/ImdbApiTitleVideosResponse"},"Images":{"$ref":"#/components/schemas/ImdbApiTitleImagesResponse"},"Companies":{"$ref":"#/components/schemas/ImdbApiTitleCompaniesResponse"},"News":{"$ref":"#/components/schemas/ImdbApiTitleNewsResponse"},"Versions":{"$ref":"#/components/schemas/ImdbApiTitleVersionsResponse"},"Genres":{"$ref":"#/components/schemas/ImdbApiTitleGenresResponse"},"Ratings":{"$ref":"#/components/schemas/ImdbApiTitleRatingsResponse"}},"description":"ImdbApiTitleCompleteResponse","type":"object"},"ImdbApiTitleResponse":{"title":"ImdbApiTitleResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleResource"}},"description":"ImdbApiTitleResponse","type":"object"},"ImdbApiTitleResource":{"title":"ImdbApiTitleResource","properties":{"@type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleResource","type":"object"},"ImdbApiTitleImage":{"title":"ImdbApiTitleImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImage","type":"object"},"ImdbApiTitleFullCreditsResponse":{"title":"ImdbApiTitleFullCreditsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsResource"}},"description":"ImdbApiTitleFullCreditsResponse","type":"object"},"ImdbApiTitleFullCreditsResource":{"title":"ImdbApiTitleFullCreditsResource","properties":{"type":{"type":"string"},"_base":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsBase"},"creditsSummary":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsCreditssummary"},"id":{"type":"string"},"credits":{"$ref":"#/components/schemas/Dictionary_String_List_ImdbCredit__"}},"description":"ImdbApiTitleFullCreditsResource","type":"object"},"ImdbApiTitleFullCreditsBase":{"title":"ImdbApiTitleFullCreditsBase","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsBase","type":"object"},"ImdbApiTitleFullCreditsImage":{"title":"ImdbApiTitleFullCreditsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleFullCreditsImage","type":"object"},"ImdbApiTitleFullCreditsCreditssummary":{"title":"ImdbApiTitleFullCreditsCreditssummary","properties":{"castStatus":{"type":"string"},"crewStatus":{"type":"string"},"wgaVerified":{"type":"boolean"}},"description":"ImdbApiTitleFullCreditsCreditssummary","type":"object"},"Dictionary_String_List_ImdbCredit__":{"title":"Dictionary<String,List<ImdbCredit>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCredit"}},"description":"Dictionary<String,List<ImdbCredit>>","type":"object"},"ImdbCredit":{"title":"ImdbCredit","properties":{"akas":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"billing":{"type":"integer","format":"int32"},"category":{"type":"string"},"characters":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleFullCreditsRole"}},"disambiguation":{"type":"string"},"_as":{"type":"string"},"attr":{"type":"array","items":{"type":"string"}}},"description":"ImdbCredit","type":"object"},"ImdbApiTitleFullCreditsRole":{"title":"ImdbApiTitleFullCreditsRole","properties":{"character":{"type":"string"},"characterId":{"type":"string"}},"description":"ImdbApiTitleFullCreditsRole","type":"object"},"ImdbApiTitleReleasesResponse":{"title":"ImdbApiTitleReleasesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleReleasesResource"}},"description":"ImdbApiTitleReleasesResponse","type":"object"},"ImdbApiTitleReleasesResource":{"title":"ImdbApiTitleReleasesResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"releases":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleReleasesRelease"}}},"description":"ImdbApiTitleReleasesResource","type":"object"},"ImdbApiTitleReleasesRelease":{"title":"ImdbApiTitleReleasesRelease","properties":{"attributes":{"type":"array","items":{"type":"string"}},"date":{"type":"string"},"premiere":{"type":"boolean"},"region":{"type":"string"},"wide":{"type":"boolean"}},"description":"ImdbApiTitleReleasesRelease","type":"object"},"ImdbApiTitlePlotResponse":{"title":"ImdbApiTitlePlotResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitlePlotResource"}},"description":"ImdbApiTitlePlotResponse","type":"object"},"ImdbApiTitlePlotResource":{"title":"ImdbApiTitlePlotResource","properties":{"type":{"type":"string"},"outline":{"$ref":"#/components/schemas/ImdbApiTitlePlotOutline"},"summaries":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitlePlotSummary"}},"totalSummaries":{"type":"integer","format":"int32"}},"description":"ImdbApiTitlePlotResource","type":"object"},"ImdbApiTitlePlotOutline":{"title":"ImdbApiTitlePlotOutline","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiTitlePlotOutline","type":"object"},"ImdbApiTitlePlotSummary":{"title":"ImdbApiTitlePlotSummary","properties":{"id":{"type":"string"},"text":{"type":"string"},"author":{"type":"string"}},"description":"ImdbApiTitlePlotSummary","type":"object"},"ImdbApiTitleTaglinesResponse":{"title":"ImdbApiTitleTaglinesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesResource"}},"description":"ImdbApiTitleTaglinesResponse","type":"object"},"ImdbApiTitleTaglinesResource":{"title":"ImdbApiTitleTaglinesResource","properties":{"type":{"type":"string"},"taglines":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleTaglinesImage"},"runningTimeInMinutes":{"type":"integer","format":"int32"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesResource","type":"object"},"ImdbApiTitleTaglinesImage":{"title":"ImdbApiTitleTaglinesImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleTaglinesImage","type":"object"},"ImdbApiTitleVideosResponse":{"title":"ImdbApiTitleVideosResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiVideoResource"}},"description":"ImdbApiTitleVideosResponse","type":"object"},"ImdbApiVideoResource":{"title":"ImdbApiVideoResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"size":{"type":"integer","format":"int32"},"videoCounts":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideoCount"}},"videos":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiVideo"}}},"description":"ImdbApiVideoResource","type":"object"},"ImdbApiImage":{"title":"ImdbApiImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiImage","type":"object"},"ImdbApiVideoCount":{"title":"ImdbApiVideoCount","properties":{"contentType":{"type":"string"},"count":{"type":"integer","format":"int32"}},"description":"ImdbApiVideoCount","type":"object"},"ImdbApiVideo":{"title":"ImdbApiVideo","properties":{"contentType":{"type":"string"},"description":{"type":"string"},"durationSeconds":{"type":"integer","format":"int32"},"encodings":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiEncoding"}},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"monetization":{"type":"string"},"primaryTitle":{"$ref":"#/components/schemas/ImdbApiPrimaryTitle"},"videoTitle":{"type":"string"},"parentTitle":{"$ref":"#/components/schemas/ImdbApiParentTitle"}},"description":"ImdbApiVideo","type":"object"},"ImdbApiEncoding":{"title":"ImdbApiEncoding","properties":{"definition":{"type":"string"},"heightPixels":{"type":"integer","format":"int32"},"mimeType":{"type":"string"},"play":{"type":"string"},"videoCodec":{"type":"string"},"widthPixels":{"type":"integer","format":"int32"}},"description":"ImdbApiEncoding","type":"object"},"ImdbApiPrimaryTitle":{"title":"ImdbApiPrimaryTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"episode":{"type":"integer","format":"int32"},"season":{"type":"integer","format":"int32"}},"description":"ImdbApiPrimaryTitle","type":"object"},"ImdbApiParentTitle":{"title":"ImdbApiParentTitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiParentTitle","type":"object"},"ImdbApiTitleImagesResponse":{"title":"ImdbApiTitleImagesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleImagesResource"}},"description":"ImdbApiTitleImagesResponse","type":"object"},"ImdbApiTitleImagesResource":{"title":"ImdbApiTitleImagesResource","properties":{"type":{"type":"string"},"images":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"}},"totalImageCount":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesResource","type":"object"},"ImdbApiTitleImagesImage":{"title":"ImdbApiTitleImagesImage","properties":{"caption":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"relatedNames":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedname"}},"relatedTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleImagesRelatedtitle"}},"source":{"type":"string"},"type":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"attribution":{"type":"string"},"copyright":{"type":"string"},"regions":{"type":"array","items":{"type":"string"}},"relatedGroups":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleImagesImage","type":"object"},"ImdbApiTitleImagesRelatedname":{"title":"ImdbApiTitleImagesRelatedname","properties":{"akas":{"type":"array","items":{"type":"string"}},"disambiguation":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"legacyNameText":{"type":"string"},"name":{"type":"string"}},"description":"ImdbApiTitleImagesRelatedname","type":"object"},"ImdbApiTitleImagesRelatedtitle":{"title":"ImdbApiTitleImagesRelatedtitle","properties":{"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImagesImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImagesRelatedtitle","type":"object"},"ImdbApiTitleCompaniesResponse":{"title":"ImdbApiTitleCompaniesResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleCompanyResource"}},"description":"ImdbApiTitleCompaniesResponse","type":"object"},"ImdbApiTitleCompanyResource":{"title":"ImdbApiTitleCompanyResource","properties":{"type":{"type":"string"},"distribution":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiDistribution"}},"id":{"type":"string"},"production":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiProduction"}}},"description":"ImdbApiTitleCompanyResource","type":"object"},"ImdbApiDistribution":{"title":"ImdbApiDistribution","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"endYear":{"type":"integer","format":"int32"},"formats":{"type":"array","items":{"type":"string"}},"isOriginalAiring":{"type":"boolean"},"isRerelease":{"type":"boolean"},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiDistribution","type":"object"},"ImdbApiCompany":{"title":"ImdbApiCompany","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiCompany","type":"object"},"ImdbApiProduction":{"title":"ImdbApiProduction","properties":{"company":{"$ref":"#/components/schemas/ImdbApiCompany"},"creditedAs":{"type":"string"},"isUncredited":{"type":"boolean"},"titleId":{"type":"string"},"freeTextAttributes":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiProduction","type":"object"},"ImdbApiTitleNewsResponse":{"title":"ImdbApiTitleNewsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleNewsResource"}},"description":"ImdbApiTitleNewsResponse","type":"object"},"ImdbApiTitleNewsResource":{"title":"ImdbApiTitleNewsResource","properties":{"type":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleNewsItem"}},"label":{"type":"string"},"paginationKey":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsResource","type":"object"},"ImdbApiTitleNewsItem":{"title":"ImdbApiTitleNewsItem","properties":{"body":{"type":"string"},"head":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"publishDateTime":{"type":"string","format":"date-time"},"source":{"$ref":"#/components/schemas/ImdbApiTitleNewsSource"},"image":{"$ref":"#/components/schemas/ImdbApiTitleNewsImage"}},"description":"ImdbApiTitleNewsItem","type":"object"},"ImdbApiTitleNewsSource":{"title":"ImdbApiTitleNewsSource","properties":{"id":{"type":"string"},"label":{"type":"string"},"link":{"type":"string"}},"description":"ImdbApiTitleNewsSource","type":"object"},"ImdbApiTitleNewsImage":{"title":"ImdbApiTitleNewsImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleNewsImage","type":"object"},"ImdbApiTitleVersionsResponse":{"title":"ImdbApiTitleVersionsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleVersionsResource"}},"description":"ImdbApiTitleVersionsResponse","type":"object"},"ImdbApiTitleVersionsResource":{"title":"ImdbApiTitleVersionsResource","properties":{"type":{"type":"string"},"alternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsAlternatetitle"}},"colorations":{"type":"array","items":{"type":"string"}},"defaultTitle":{"type":"string"},"silent":{"type":"boolean"},"spokenLanguages":{"type":"array","items":{"type":"string"}},"originalTitle":{"type":"string"},"origins":{"type":"array","items":{"type":"string"}},"runningTimes":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiTitleVersionsRunningtime"}},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsResource","type":"object"},"ImdbApiTitleVersionsAlternatetitle":{"title":"ImdbApiTitleVersionsAlternatetitle","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleVersionsAlternatetitle","type":"object"},"ImdbApiTitleVersionsRunningtime":{"title":"ImdbApiTitleVersionsRunningtime","properties":{"timeMinutes":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleVersionsRunningtime","type":"object"},"ImdbApiTitleGenresResponse":{"title":"ImdbApiTitleGenresResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleGenresResource"}},"description":"ImdbApiTitleGenresResponse","type":"object"},"ImdbApiTitleGenresResource":{"title":"ImdbApiTitleGenresResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiTitleGenresResource","type":"object"},"ImdbApiTitleRatingsResponse":{"title":"ImdbApiTitleRatingsResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleRatingsResource"}},"description":"ImdbApiTitleRatingsResponse","type":"object"},"ImdbApiTitleRatingsResource":{"title":"ImdbApiTitleRatingsResource","properties":{"type":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"bottomRank":{"type":"integer","format":"int32"},"canRate":{"type":"boolean"},"rating":{"type":"number","format":"float"},"ratingCount":{"type":"integer","format":"int32"},"ratingsHistograms":{"$ref":"#/components/schemas/Dictionary_String_ImdbApiTitleRatingsDemographic_"},"topRank":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsResource","type":"object"},"Dictionary_String_ImdbApiTitleRatingsDemographic_":{"title":"Dictionary<String,ImdbApiTitleRatingsDemographic>","additionalProperties":{"$ref":"#/components/schemas/ImdbApiTitleRatingsDemographic"},"description":"Dictionary<String,ImdbApiTitleRatingsDemographic>","type":"object"},"ImdbApiTitleRatingsDemographic":{"title":"ImdbApiTitleRatingsDemographic","properties":{"aggregateRating":{"type":"number","format":"float"},"demographic":{"type":"string"},"histogram":{"$ref":"#/components/schemas/Dictionary_String_Int32_"},"totalRatings":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleRatingsDemographic","type":"object"},"Dictionary_String_Int32_":{"title":"Dictionary<String,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<String,Int32>","type":"object"}}}}
```

## The ImdbApiTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiTitleResponse":{"title":"ImdbApiTitleResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiTitleResource"}},"description":"ImdbApiTitleResponse","type":"object"},"ImdbApiTitleResource":{"title":"ImdbApiTitleResource","properties":{"@type":{"type":"string"},"id":{"type":"string"},"image":{"$ref":"#/components/schemas/ImdbApiTitleImage"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleResource","type":"object"},"ImdbApiTitleImage":{"title":"ImdbApiTitleImage","properties":{"height":{"type":"integer","format":"int32"},"id":{"type":"string"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"ImdbApiTitleImage","type":"object"}}}}
```

## The ImdbApiNameResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameResponse":{"title":"ImdbApiNameResponse","properties":{"resource":{"$ref":"#/components/schemas/ImdbApiNameResource"}},"description":"ImdbApiNameResponse","type":"object"},"ImdbApiNameResource":{"title":"ImdbApiNameResource","properties":{"type":{"type":"string"},"base":{"$ref":"#/components/schemas/ImdbApiNameBase"},"id":{"type":"string"},"jobs":{"type":"array","items":{"type":"string"}},"knownFor":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameKnownfor"}},"trivia":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameTrivia"}}},"description":"ImdbApiNameResource","type":"object"},"ImdbApiNameBase":{"title":"ImdbApiNameBase","properties":{"disambiguation":{"type":"string"},"id":{"type":"string"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"birthDate":{"type":"string"},"birthPlace":{"type":"string"},"deathCause":{"type":"string"},"deathDate":{"type":"string"},"deathPlace":{"type":"string"},"gender":{"type":"string"},"isDead":{"type":"boolean"},"realName":{"type":"string"},"spouses":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameSpous"}},"akas":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameAka"}}},"description":"ImdbApiNameBase","type":"object"},"ImdbApiNameSpous":{"title":"ImdbApiNameSpous","properties":{"attributes":{"type":"string"},"fromDate":{"type":"string"},"name":{"type":"string"},"toDate":{"type":"string"}},"description":"ImdbApiNameSpous","type":"object"},"ImdbApiNameAka":{"title":"ImdbApiNameAka","properties":{"name":{"type":"string"},"region":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameAka","type":"object"},"ImdbApiNameKnownfor":{"title":"ImdbApiNameKnownfor","properties":{"crew":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameCrew"}},"summary":{"$ref":"#/components/schemas/ImdbApiNameSummary"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiNameKnownfor","type":"object"},"ImdbApiNameCrew":{"title":"ImdbApiNameCrew","properties":{"category":{"type":"string"},"job":{"type":"string"}},"description":"ImdbApiNameCrew","type":"object"},"ImdbApiNameSummary":{"title":"ImdbApiNameSummary","properties":{"category":{"type":"string"},"displayYear":{"type":"string"}},"description":"ImdbApiNameSummary","type":"object"},"ImdbApiNameTrivia":{"title":"ImdbApiNameTrivia","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiNameTrivia","type":"object"}}}}
```

## The ImdbApiNameResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameResource":{"title":"ImdbApiNameResource","properties":{"type":{"type":"string"},"base":{"$ref":"#/components/schemas/ImdbApiNameBase"},"id":{"type":"string"},"jobs":{"type":"array","items":{"type":"string"}},"knownFor":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameKnownfor"}},"trivia":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameTrivia"}}},"description":"ImdbApiNameResource","type":"object"},"ImdbApiNameBase":{"title":"ImdbApiNameBase","properties":{"disambiguation":{"type":"string"},"id":{"type":"string"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"birthDate":{"type":"string"},"birthPlace":{"type":"string"},"deathCause":{"type":"string"},"deathDate":{"type":"string"},"deathPlace":{"type":"string"},"gender":{"type":"string"},"isDead":{"type":"boolean"},"realName":{"type":"string"},"spouses":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameSpous"}},"akas":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameAka"}}},"description":"ImdbApiNameBase","type":"object"},"ImdbApiNameSpous":{"title":"ImdbApiNameSpous","properties":{"attributes":{"type":"string"},"fromDate":{"type":"string"},"name":{"type":"string"},"toDate":{"type":"string"}},"description":"ImdbApiNameSpous","type":"object"},"ImdbApiNameAka":{"title":"ImdbApiNameAka","properties":{"name":{"type":"string"},"region":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameAka","type":"object"},"ImdbApiNameKnownfor":{"title":"ImdbApiNameKnownfor","properties":{"crew":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameCrew"}},"summary":{"$ref":"#/components/schemas/ImdbApiNameSummary"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiNameKnownfor","type":"object"},"ImdbApiNameCrew":{"title":"ImdbApiNameCrew","properties":{"category":{"type":"string"},"job":{"type":"string"}},"description":"ImdbApiNameCrew","type":"object"},"ImdbApiNameSummary":{"title":"ImdbApiNameSummary","properties":{"category":{"type":"string"},"displayYear":{"type":"string"}},"description":"ImdbApiNameSummary","type":"object"},"ImdbApiNameTrivia":{"title":"ImdbApiNameTrivia","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiNameTrivia","type":"object"}}}}
```

## The ImdbApiNameBase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameBase":{"title":"ImdbApiNameBase","properties":{"disambiguation":{"type":"string"},"id":{"type":"string"},"legacyNameText":{"type":"string"},"name":{"type":"string"},"birthDate":{"type":"string"},"birthPlace":{"type":"string"},"deathCause":{"type":"string"},"deathDate":{"type":"string"},"deathPlace":{"type":"string"},"gender":{"type":"string"},"isDead":{"type":"boolean"},"realName":{"type":"string"},"spouses":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameSpous"}},"akas":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameAka"}}},"description":"ImdbApiNameBase","type":"object"},"ImdbApiNameSpous":{"title":"ImdbApiNameSpous","properties":{"attributes":{"type":"string"},"fromDate":{"type":"string"},"name":{"type":"string"},"toDate":{"type":"string"}},"description":"ImdbApiNameSpous","type":"object"},"ImdbApiNameAka":{"title":"ImdbApiNameAka","properties":{"name":{"type":"string"},"region":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameAka","type":"object"}}}}
```

## The ImdbApiNameSpous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameSpous":{"title":"ImdbApiNameSpous","properties":{"attributes":{"type":"string"},"fromDate":{"type":"string"},"name":{"type":"string"},"toDate":{"type":"string"}},"description":"ImdbApiNameSpous","type":"object"}}}}
```

## The ImdbApiNameAka object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameAka":{"title":"ImdbApiNameAka","properties":{"name":{"type":"string"},"region":{"type":"string"},"language":{"type":"string"},"types":{"type":"array","items":{"type":"string"}}},"description":"ImdbApiNameAka","type":"object"}}}}
```

## The ImdbApiNameKnownfor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameKnownfor":{"title":"ImdbApiNameKnownfor","properties":{"crew":{"type":"array","items":{"$ref":"#/components/schemas/ImdbApiNameCrew"}},"summary":{"$ref":"#/components/schemas/ImdbApiNameSummary"},"id":{"type":"string"},"title":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"}},"description":"ImdbApiNameKnownfor","type":"object"},"ImdbApiNameCrew":{"title":"ImdbApiNameCrew","properties":{"category":{"type":"string"},"job":{"type":"string"}},"description":"ImdbApiNameCrew","type":"object"},"ImdbApiNameSummary":{"title":"ImdbApiNameSummary","properties":{"category":{"type":"string"},"displayYear":{"type":"string"}},"description":"ImdbApiNameSummary","type":"object"}}}}
```

## The ImdbApiNameCrew object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameCrew":{"title":"ImdbApiNameCrew","properties":{"category":{"type":"string"},"job":{"type":"string"}},"description":"ImdbApiNameCrew","type":"object"}}}}
```

## The ImdbApiNameSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameSummary":{"title":"ImdbApiNameSummary","properties":{"category":{"type":"string"},"displayYear":{"type":"string"}},"description":"ImdbApiNameSummary","type":"object"}}}}
```

## The ImdbApiNameTrivia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbApiNameTrivia":{"title":"ImdbApiNameTrivia","properties":{"id":{"type":"string"},"text":{"type":"string"}},"description":"ImdbApiNameTrivia","type":"object"}}}}
```

## The ImdbTemporaryCredential object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbTemporaryCredential":{"title":"ImdbTemporaryCredential","properties":{"resource":{"$ref":"#/components/schemas/ImdbTemporaryCredentialResource"}},"description":"ImdbTemporaryCredential","type":"object"},"ImdbTemporaryCredentialResource":{"title":"ImdbTemporaryCredentialResource","properties":{"accessKeyId":{"type":"string"},"expirationTimeStamp":{"type":"string","format":"date-time"},"secretAccessKey":{"type":"string"},"sessionToken":{"type":"string"}},"description":"ImdbTemporaryCredentialResource","type":"object"}}}}
```

## The ImdbTemporaryCredentialResource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbTemporaryCredentialResource":{"title":"ImdbTemporaryCredentialResource","properties":{"accessKeyId":{"type":"string"},"expirationTimeStamp":{"type":"string","format":"date-time"},"secretAccessKey":{"type":"string"},"sessionToken":{"type":"string"}},"description":"ImdbTemporaryCredentialResource","type":"object"}}}}
```

## The ImportFromIMDbHttpResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportFromIMDbHttpResponse":{"title":"ImportFromIMDbHttpResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"ImportFromIMDbHttpResponse","type":"object"}}}}
```

## The ImdbMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbMovieResponse":{"title":"ImdbMovieResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Budget":{"type":"integer","format":"int64"},"Gross":{"type":"integer","format":"int64"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"MovieGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"MpaaRating":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"Oscars":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbMovieResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The List\_ImdbMovieResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbMovieResponse_":{"title":"List<ImdbMovieResponse>","type":"array","items":{"$ref":"#/components/schemas/ImdbMovieResponse"}},"ImdbMovieResponse":{"title":"ImdbMovieResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Budget":{"type":"integer","format":"int64"},"Gross":{"type":"integer","format":"int64"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"MovieGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"MpaaRating":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"Oscars":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbMovieResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ImdbSeriesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbSeriesResponse":{"title":"ImdbSeriesResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"SeriesGenres":{"type":"array","items":{"type":"string"}},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbSeriesResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The List\_ImdbSeriesResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbSeriesResponse_":{"title":"List<ImdbSeriesResponse>","type":"array","items":{"$ref":"#/components/schemas/ImdbSeriesResponse"}},"ImdbSeriesResponse":{"title":"ImdbSeriesResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"SeriesGenres":{"type":"array","items":{"type":"string"}},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbSeriesResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ImdbEpisodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbEpisodeResponse":{"title":"ImdbEpisodeResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"EpisodeGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"OriginalAirDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"EpisodeId":{"type":"string"},"SeriesId":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbEpisodeResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The List\_ImdbEpisodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ImdbEpisodeResponse_":{"title":"List<ImdbEpisodeResponse>","type":"array","items":{"$ref":"#/components/schemas/ImdbEpisodeResponse"}},"ImdbEpisodeResponse":{"title":"ImdbEpisodeResponse","properties":{"Status":{"type":"string"},"Image":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"EpisodeGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"OriginalAirDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"OriginalLanguage":{"type":"string"},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"},"EpisodeId":{"type":"string"},"SeriesId":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of the Title.","type":"integer","format":"int64"},"TitleId":{"description":"IMDb ID of Title.","type":"string"},"TitleType":{"description":"IMDb Title Type of Title (e.g. movie, short, tvseries, tvepisode, video, etc).","type":"string"},"PrimaryTitle":{"description":"Primary title of IMDb Title.","type":"string"},"OriginalTitle":{"description":"Original title of IMDb Title.","type":"string"},"IsAdult":{"description":"Flag indicating adult theme.","type":"boolean"},"StartYear":{"description":"Start year of Title.","type":"integer","format":"int32"},"EndYEar":{"description":"End year of Title.","type":"integer","format":"int32"},"RunTime":{"description":"Runtime in minutes of Title.","type":"integer","format":"int32"},"Genres":{"description":"List of GEnres for Title.","type":"array","items":{"type":"string"}}},"description":"ImdbEpisodeResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The CheckPersonScraperReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckPersonScraperReponse":{"title":"CheckPersonScraperReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CheckPersonScraperReponse","type":"object"}}}}
```

## The DataCheckResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DataCheckResponse":{"title":"DataCheckResponse","properties":{"Status":{"type":"string"},"Message":{"type":"string"}},"description":"DataCheckResponse","type":"object"}}}}
```

## The CheckCachedLimitFlagReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckCachedLimitFlagReponse":{"title":"CheckCachedLimitFlagReponse","properties":{"limited":{"type":"boolean"}},"description":"CheckCachedLimitFlagReponse","type":"object"}}}}
```

## The ImdbFabricS3Doc object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbFabricS3Doc":{"title":"ImdbFabricS3Doc","properties":{"akas":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Aka"}},"certificates":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Certificate"}},"color":{"type":"array","items":{"type":"string"}},"companies":{"$ref":"#/components/schemas/IMDbS3Companies"},"countries":{"type":"array","items":{"type":"string"}},"creditsByCategory":{"type":"array","items":{"$ref":"#/components/schemas/Creditsbycategory"}},"genres":{"type":"array","items":{"type":"string"}},"image":{"$ref":"#/components/schemas/IMDbS3Image"},"imdbRating":{"$ref":"#/components/schemas/IMDbS3Rating"},"imdbUrl":{"type":"string"},"isAdult":{"type":"boolean"},"keywords":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Keyword"}},"keywordsV2":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Keyword"}},"languages":{"type":"array","items":{"type":"string"}},"movieConnections":{"type":"array","items":{"$ref":"#/components/schemas/Movieconnection"}},"originalTitle":{"type":"string"},"plot":{"type":"string"},"plotMedium":{"type":"string"},"plotShort":{"type":"string"},"principalCrewMembers":{"type":"array","items":{"$ref":"#/components/schemas/Principalcrewmember"}},"productionStatus":{"type":"array","items":{"$ref":"#/components/schemas/Productionstatus"}},"releaseDates":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Releasedate"}},"runtimeMinutes":{"type":"integer","format":"int32"},"titleDisplay":{"type":"array","items":{"$ref":"#/components/schemas/Titledisplay"}},"titleId":{"type":"string"},"titleType":{"type":"string"},"year":{"type":"integer","format":"int32"},"principalCastMembers":{"type":"array","items":{"$ref":"#/components/schemas/Principalcastmember"}},"locations":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Location"}},"taglines":{"type":"array","items":{"type":"string"}},"officialSiteLinks":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Officialsitelink"}},"plotLong":{"type":"string"},"awards":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Award"}},"seriesInfo":{"$ref":"#/components/schemas/Seriesinfo"},"episodeInfo":{"$ref":"#/components/schemas/EpisodeInfo"}},"description":"ImdbFabricS3Doc","type":"object"},"IMDbS3Aka":{"title":"IMDbS3Aka","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"}},"description":"IMDbS3Aka","type":"object"},"IMDbS3Certificate":{"title":"IMDbS3Certificate","properties":{"country":{"type":"string"},"rating":{"type":"string"},"region":{"type":"string"},"attributes":{"type":"array","items":{"type":"string"}}},"description":"IMDbS3Certificate","type":"object"},"IMDbS3Companies":{"title":"IMDbS3Companies","properties":{"distribution":{"type":"array","items":{"$ref":"#/components/schemas/Distribution"}},"distributionV2":{"type":"array","items":{"$ref":"#/components/schemas/Distribution"}},"production":{"type":"array","items":{"$ref":"#/components/schemas/Production"}},"productionV2":{"type":"array","items":{"$ref":"#/components/schemas/Production"}},"miscellaneous":{"type":"array","items":{"$ref":"#/components/schemas/Miscellaneous"}},"miscellaneousV2":{"type":"array","items":{"$ref":"#/components/schemas/Miscellaneous"}},"specialEffects":{"type":"array","items":{"$ref":"#/components/schemas/Specialeffects"}},"specialEffectsV2":{"type":"array","items":{"$ref":"#/components/schemas/Specialeffects"}}},"description":"IMDbS3Companies","type":"object"},"Distribution":{"title":"Distribution","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"formats":{"type":"array","items":{"type":"string"}},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"endYear":{"type":"integer","format":"int32"},"startYear":{"type":"integer","format":"int32"}},"description":"Distribution","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"},"Production":{"title":"Production","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"isUncredited":{"type":"boolean"}},"description":"Production","type":"object"},"Miscellaneous":{"title":"Miscellaneous","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Miscellaneous","type":"object"},"Specialeffects":{"title":"Specialeffects","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Specialeffects","type":"object"},"Creditsbycategory":{"title":"Creditsbycategory","properties":{"category":{"type":"string"},"credits":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Credit"}}},"description":"Creditsbycategory","type":"object"},"IMDbS3Credit":{"title":"IMDbS3Credit","properties":{"nameId":{"type":"string"},"jobs":{"type":"array","items":{"type":"string"}},"attributes":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"type":"string"}},"billing":{"type":"integer","format":"int32"}},"description":"IMDbS3Credit","type":"object"},"IMDbS3Image":{"title":"IMDbS3Image","properties":{"height":{"type":"integer","format":"int32"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"IMDbS3Image","type":"object"},"IMDbS3Rating":{"title":"IMDbS3Rating","properties":{"numberOfVotes":{"type":"integer","format":"int32"},"rating":{"type":"number","format":"float"}},"description":"IMDbS3Rating","type":"object"},"IMDbS3Keyword":{"title":"IMDbS3Keyword","properties":{"category":{"type":"string"},"keyword":{"type":"string"},"votes":{"$ref":"#/components/schemas/Votes"}},"description":"IMDbS3Keyword","type":"object"},"Votes":{"title":"Votes","properties":{"up":{"type":"integer","format":"int32"},"down":{"type":"integer","format":"int32"}},"description":"Votes","type":"object"},"Movieconnection":{"title":"Movieconnection","properties":{"text":{"type":"string"},"titleId":{"type":"string"},"type":{"type":"string"}},"description":"Movieconnection","type":"object"},"Principalcrewmember":{"title":"Principalcrewmember","properties":{"category":{"type":"string"},"nameId":{"type":"string"},"job":{"type":"string"}},"description":"Principalcrewmember","type":"object"},"Productionstatus":{"title":"Productionstatus","properties":{"date":{"type":"string"},"status":{"type":"string"}},"description":"Productionstatus","type":"object"},"IMDbS3Releasedate":{"title":"IMDbS3Releasedate","properties":{"country":{"type":"string"},"date":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Releasedate","type":"object"},"Titledisplay":{"title":"Titledisplay","properties":{"country":{"type":"string"},"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"}},"description":"Titledisplay","type":"object"},"Principalcastmember":{"title":"Principalcastmember","properties":{"category":{"type":"string"},"nameId":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}},"description":"Principalcastmember","type":"object"},"IMDbS3Location":{"title":"IMDbS3Location","properties":{"place":{"type":"string"},"scenes":{"type":"array","items":{"type":"string"}}},"description":"IMDbS3Location","type":"object"},"IMDbS3Officialsitelink":{"title":"IMDbS3Officialsitelink","properties":{"linkTitle":{"type":"string"},"url":{"type":"string"}},"description":"IMDbS3Officialsitelink","type":"object"},"IMDbS3Award":{"title":"IMDbS3Award","properties":{"awardName":{"type":"string"},"awardNominationId":{"type":"string"},"_event":{"type":"string"},"winner":{"type":"boolean"},"year":{"type":"integer","format":"int32"},"category":{"type":"string"}},"description":"IMDbS3Award","type":"object"},"Seriesinfo":{"title":"Seriesinfo","properties":{"endYear":{"type":"integer","format":"int32"},"episodeTitleIds":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"}},"description":"Seriesinfo","type":"object"},"EpisodeInfo":{"title":"EpisodeInfo","properties":{"seriesTitleId":{"type":"string"},"episodeNumber":{"type":"integer","format":"int32"},"seasonNumber":{"type":"integer","format":"int32"}},"description":"EpisodeInfo","type":"object"}}}}
```

## The IMDbS3Aka object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Aka":{"title":"IMDbS3Aka","properties":{"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"}},"description":"IMDbS3Aka","type":"object"}}}}
```

## The IMDbS3Certificate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Certificate":{"title":"IMDbS3Certificate","properties":{"country":{"type":"string"},"rating":{"type":"string"},"region":{"type":"string"},"attributes":{"type":"array","items":{"type":"string"}}},"description":"IMDbS3Certificate","type":"object"}}}}
```

## The IMDbS3Companies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Companies":{"title":"IMDbS3Companies","properties":{"distribution":{"type":"array","items":{"$ref":"#/components/schemas/Distribution"}},"distributionV2":{"type":"array","items":{"$ref":"#/components/schemas/Distribution"}},"production":{"type":"array","items":{"$ref":"#/components/schemas/Production"}},"productionV2":{"type":"array","items":{"$ref":"#/components/schemas/Production"}},"miscellaneous":{"type":"array","items":{"$ref":"#/components/schemas/Miscellaneous"}},"miscellaneousV2":{"type":"array","items":{"$ref":"#/components/schemas/Miscellaneous"}},"specialEffects":{"type":"array","items":{"$ref":"#/components/schemas/Specialeffects"}},"specialEffectsV2":{"type":"array","items":{"$ref":"#/components/schemas/Specialeffects"}}},"description":"IMDbS3Companies","type":"object"},"Distribution":{"title":"Distribution","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"formats":{"type":"array","items":{"type":"string"}},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"endYear":{"type":"integer","format":"int32"},"startYear":{"type":"integer","format":"int32"}},"description":"Distribution","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"},"Production":{"title":"Production","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"isUncredited":{"type":"boolean"}},"description":"Production","type":"object"},"Miscellaneous":{"title":"Miscellaneous","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Miscellaneous","type":"object"},"Specialeffects":{"title":"Specialeffects","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Specialeffects","type":"object"}}}}
```

## The Distribution object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Distribution":{"title":"Distribution","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"formats":{"type":"array","items":{"type":"string"}},"isUncredited":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"endYear":{"type":"integer","format":"int32"},"startYear":{"type":"integer","format":"int32"}},"description":"Distribution","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"}}}}
```

## The IMDbS3Company object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"}}}}
```

## The Production object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Production":{"title":"Production","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"},"isUncredited":{"type":"boolean"}},"description":"Production","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"}}}}
```

## The Miscellaneous object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Miscellaneous":{"title":"Miscellaneous","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Miscellaneous","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"}}}}
```

## The Specialeffects object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Specialeffects":{"title":"Specialeffects","properties":{"company":{"$ref":"#/components/schemas/IMDbS3Company"}},"description":"Specialeffects","type":"object"},"IMDbS3Company":{"title":"IMDbS3Company","properties":{"id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Company","type":"object"}}}}
```

## The Creditsbycategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Creditsbycategory":{"title":"Creditsbycategory","properties":{"category":{"type":"string"},"credits":{"type":"array","items":{"$ref":"#/components/schemas/IMDbS3Credit"}}},"description":"Creditsbycategory","type":"object"},"IMDbS3Credit":{"title":"IMDbS3Credit","properties":{"nameId":{"type":"string"},"jobs":{"type":"array","items":{"type":"string"}},"attributes":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"type":"string"}},"billing":{"type":"integer","format":"int32"}},"description":"IMDbS3Credit","type":"object"}}}}
```

## The IMDbS3Credit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Credit":{"title":"IMDbS3Credit","properties":{"nameId":{"type":"string"},"jobs":{"type":"array","items":{"type":"string"}},"attributes":{"type":"array","items":{"type":"string"}},"roles":{"type":"array","items":{"type":"string"}},"billing":{"type":"integer","format":"int32"}},"description":"IMDbS3Credit","type":"object"}}}}
```

## The IMDbS3Image object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Image":{"title":"IMDbS3Image","properties":{"height":{"type":"integer","format":"int32"},"url":{"type":"string"},"width":{"type":"integer","format":"int32"}},"description":"IMDbS3Image","type":"object"}}}}
```

## The IMDbS3Rating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Rating":{"title":"IMDbS3Rating","properties":{"numberOfVotes":{"type":"integer","format":"int32"},"rating":{"type":"number","format":"float"}},"description":"IMDbS3Rating","type":"object"}}}}
```

## The IMDbS3Keyword object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Keyword":{"title":"IMDbS3Keyword","properties":{"category":{"type":"string"},"keyword":{"type":"string"},"votes":{"$ref":"#/components/schemas/Votes"}},"description":"IMDbS3Keyword","type":"object"},"Votes":{"title":"Votes","properties":{"up":{"type":"integer","format":"int32"},"down":{"type":"integer","format":"int32"}},"description":"Votes","type":"object"}}}}
```

## The Votes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Votes":{"title":"Votes","properties":{"up":{"type":"integer","format":"int32"},"down":{"type":"integer","format":"int32"}},"description":"Votes","type":"object"}}}}
```

## The Movieconnection object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Movieconnection":{"title":"Movieconnection","properties":{"text":{"type":"string"},"titleId":{"type":"string"},"type":{"type":"string"}},"description":"Movieconnection","type":"object"}}}}
```

## The Principalcrewmember object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Principalcrewmember":{"title":"Principalcrewmember","properties":{"category":{"type":"string"},"nameId":{"type":"string"},"job":{"type":"string"}},"description":"Principalcrewmember","type":"object"}}}}
```

## The Productionstatus object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Productionstatus":{"title":"Productionstatus","properties":{"date":{"type":"string"},"status":{"type":"string"}},"description":"Productionstatus","type":"object"}}}}
```

## The IMDbS3Releasedate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Releasedate":{"title":"IMDbS3Releasedate","properties":{"country":{"type":"string"},"date":{"type":"string"},"region":{"type":"string"}},"description":"IMDbS3Releasedate","type":"object"}}}}
```

## The Titledisplay object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Titledisplay":{"title":"Titledisplay","properties":{"country":{"type":"string"},"region":{"type":"string"},"title":{"type":"string"},"language":{"type":"string"}},"description":"Titledisplay","type":"object"}}}}
```

## The Principalcastmember object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Principalcastmember":{"title":"Principalcastmember","properties":{"category":{"type":"string"},"nameId":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}},"description":"Principalcastmember","type":"object"}}}}
```

## The IMDbS3Location object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Location":{"title":"IMDbS3Location","properties":{"place":{"type":"string"},"scenes":{"type":"array","items":{"type":"string"}}},"description":"IMDbS3Location","type":"object"}}}}
```

## The IMDbS3Officialsitelink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Officialsitelink":{"title":"IMDbS3Officialsitelink","properties":{"linkTitle":{"type":"string"},"url":{"type":"string"}},"description":"IMDbS3Officialsitelink","type":"object"}}}}
```

## The IMDbS3Award object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IMDbS3Award":{"title":"IMDbS3Award","properties":{"awardName":{"type":"string"},"awardNominationId":{"type":"string"},"_event":{"type":"string"},"winner":{"type":"boolean"},"year":{"type":"integer","format":"int32"},"category":{"type":"string"}},"description":"IMDbS3Award","type":"object"}}}}
```

## The Seriesinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Seriesinfo":{"title":"Seriesinfo","properties":{"endYear":{"type":"integer","format":"int32"},"episodeTitleIds":{"type":"array","items":{"type":"string"}},"startYear":{"type":"integer","format":"int32"}},"description":"Seriesinfo","type":"object"}}}}
```

## The EpisodeInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeInfo":{"title":"EpisodeInfo","properties":{"seriesTitleId":{"type":"string"},"episodeNumber":{"type":"integer","format":"int32"},"seasonNumber":{"type":"integer","format":"int32"}},"description":"EpisodeInfo","type":"object"}}}}
```

## The ImdbFabricS3PersonDoc object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImdbFabricS3PersonDoc":{"title":"ImdbFabricS3PersonDoc","properties":{},"description":"ImdbFabricS3PersonDoc","type":"object"}}}}
```

## The QueryResponse\_MoviesFromIMDBPro\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MoviesFromIMDBPro_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MoviesFromIMDBPro"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MoviesFromIMDBPro>","type":"object"},"MoviesFromIMDBPro":{"title":"MoviesFromIMDBPro","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"Inserted":{"type":"string","format":"date-time"},"LatestModified":{"type":"string","format":"date-time"},"Score":{"type":"integer","format":"int32"}},"description":"MoviesFromIMDBPro","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MoviesFromIMDBPro object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MoviesFromIMDBPro":{"title":"MoviesFromIMDBPro","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"Inserted":{"type":"string","format":"date-time"},"LatestModified":{"type":"string","format":"date-time"},"Score":{"type":"integer","format":"int32"}},"description":"MoviesFromIMDBPro","type":"object"}}}}
```

## The QueryResponse\_ShowsFromIMDBPro\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ShowsFromIMDBPro_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ShowsFromIMDBPro"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ShowsFromIMDBPro>","type":"object"},"ShowsFromIMDBPro":{"title":"ShowsFromIMDBPro","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"Inserted":{"type":"string","format":"date-time"},"LatestModified":{"type":"string","format":"date-time"},"Score":{"type":"integer","format":"int32"}},"description":"ShowsFromIMDBPro","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ShowsFromIMDBPro object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowsFromIMDBPro":{"title":"ShowsFromIMDBPro","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"AlternateId":{"type":"string"},"Inserted":{"type":"string","format":"date-time"},"LatestModified":{"type":"string","format":"date-time"},"Score":{"type":"integer","format":"int32"}},"description":"ShowsFromIMDBPro","type":"object"}}}}
```

## The DbImdbPersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbImdbPersonResponse":{"title":"DbImdbPersonResponse","properties":{"BirthDate":{"$ref":"#/components/schemas/FlexDate"},"BirthName":{"type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate"},"Gender":{"type":"string"},"Index":{"type":"string"},"AlternateNames":{"type":"array","items":{"type":"string"}},"Spouses":{"type":"array","items":{"$ref":"#/components/schemas/Spouse"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of an ImdbPerson.","type":"string"},"PrimaryName":{"description":"Primary name of person.","type":"string"},"BirthYear":{"description":"Year of birth.","type":"integer","format":"int32"},"DeathYear":{"description":"Year of death.","type":"integer","format":"int32"},"PrimaryProfessions":{"description":"List of primary person professions.","type":"array","items":{"type":"string"}},"KnownForTitles":{"description":"List of IMDb IDs that person is known for.","type":"array","items":{"type":"string"}}},"description":"DbImdbPersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"Spouse":{"title":"Spouse","properties":{"Name":{"type":"string"},"From":{"type":"string"},"To":{"type":"string"},"EndReason":{"type":"string"},"Children":{"type":"integer","format":"int32"}},"description":"Spouse","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The Spouse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Spouse":{"title":"Spouse","properties":{"Name":{"type":"string"},"From":{"type":"string"},"To":{"type":"string"},"EndReason":{"type":"string"},"Children":{"type":"integer","format":"int32"}},"description":"Spouse","type":"object"}}}}
```

## The ScrapedImdbMovieTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapedImdbMovieTitleResponse":{"title":"ScrapedImdbMovieTitleResponse","properties":{"isRateLimited":{"type":"boolean"},"Is404":{"type":"boolean"},"Status":{"type":"string"},"TitleId":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Budget":{"type":"integer","format":"int64"},"Gross":{"type":"integer","format":"int64"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"MovieGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"MpaaRating":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Runtime":{"type":"string"},"Top250":{"type":"string"},"Oscars":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/ReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"}},"description":"ScrapedImdbMovieTitleResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"ReleaseDate":{"title":"ReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ScrapedImdbSeriesTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapedImdbSeriesTitleResponse":{"title":"ScrapedImdbSeriesTitleResponse","properties":{"isRateLimited":{"type":"boolean"},"Is404":{"type":"boolean"},"success":{"type":"boolean"},"Status":{"type":"string"},"TitleId":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"string"},"Rating":{"type":"string"},"Budget":{"type":"integer","format":"int64"},"Gross":{"type":"integer","format":"int64"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"SeriesGenres":{"type":"array","items":{"type":"string"}},"ReleaseDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Runtime":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"}},"description":"ScrapedImdbSeriesTitleResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ScrapedImdbEpisodeTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapedImdbEpisodeTitleResponse":{"title":"ScrapedImdbEpisodeTitleResponse","properties":{"TitleId":{"type":"string"},"isRateLimited":{"type":"boolean"},"Is404":{"type":"boolean"},"success":{"type":"boolean"},"Status":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"string"},"Companies":{"type":"array","items":{"$ref":"#/components/schemas/ImdbCompany"}},"EpisodeGenres":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Writers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Creators":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cast":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Producers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"ExecutiveProducers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Musicians":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Cinematographers":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Editors":{"type":"array","items":{"$ref":"#/components/schemas/ImdbPerson"}},"Rating":{"type":"string"},"OriginalAirDate":{"type":"string","format":"date-time"},"Plot":{"type":"string"},"PlotKeywords":{"type":"array","items":{"type":"string"}},"Poster":{"type":"string"},"PosterLarge":{"type":"string"},"PosterFull":{"type":"string"},"Runtime":{"type":"string"},"Top250":{"type":"string"},"GoldenGlobes":{"type":"string"},"Awards":{"type":"string"},"Nominations":{"type":"string"},"Tagline":{"type":"string"},"Votes":{"type":"string"},"Languages":{"type":"array","items":{"type":"string"}},"Countries":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"$ref":"#/components/schemas/SeriesReleaseDate"}},"Certifications":{"type":"array","items":{"$ref":"#/components/schemas/Certification"}},"AlternateTitles":{"type":"array","items":{"$ref":"#/components/schemas/AlternateTitle"}},"PlotSummaries":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"RecommendedTitles":{"type":"array","items":{"type":"string"}},"ImdbURL":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"}},"description":"ScrapedImdbEpisodeTitleResponse","type":"object"},"ImdbCompany":{"title":"ImdbCompany","properties":{"Name":{"type":"string"},"Kind":{"type":"string"},"Country":{"type":"string"}},"description":"ImdbCompany","type":"object"},"ImdbPerson":{"title":"ImdbPerson","properties":{"Name":{"type":"string"},"Id":{"type":"string"},"Role":{"type":"string"},"Character":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ImdbPerson","type":"object"},"SeriesReleaseDate":{"title":"SeriesReleaseDate","properties":{"Country":{"type":"string"},"Date":{"type":"string","format":"date-time"},"Note":{"type":"string"},"ReleaseTypeId":{"type":"integer","format":"int32"}},"description":"SeriesReleaseDate","type":"object"},"Certification":{"title":"Certification","properties":{"Country":{"type":"string"},"Rating":{"type":"string"},"Note":{"type":"string"}},"description":"Certification","type":"object"},"AlternateTitle":{"title":"AlternateTitle","properties":{"title":{"type":"string"},"country":{"type":"string"}},"description":"AlternateTitle","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The ScrapedImdbPersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapedImdbPersonResponse":{"title":"ScrapedImdbPersonResponse","properties":{"isRateLimited":{"type":"boolean"},"isRedirect":{"type":"boolean"},"Is404":{"type":"boolean"},"success":{"type":"boolean"},"Id":{"type":"string"},"Name":{"type":"string"},"Index":{"type":"string"},"Gender":{"type":"string"},"BirthName":{"type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate"},"DeathDate":{"$ref":"#/components/schemas/FlexDate"},"AlternateNames":{"type":"array","items":{"type":"string"}},"Spouses":{"type":"array","items":{"$ref":"#/components/schemas/Spouse"}},"Bios":{"type":"array","items":{"type":"string"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"DateCreated":{"type":"string","format":"date-time"}},"description":"ScrapedImdbPersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"Spouse":{"title":"Spouse","properties":{"Name":{"type":"string"},"From":{"type":"string"},"To":{"type":"string"},"EndReason":{"type":"string"},"Children":{"type":"integer","format":"int32"}},"description":"Spouse","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The PopulateImdbVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateImdbVideoCacheReponse":{"title":"PopulateImdbVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateImdbVideoCacheReponse","type":"object"}}}}
```

## The UpdateImdbVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateImdbVideoCacheReponse":{"title":"UpdateImdbVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateImdbVideoCacheReponse","type":"object"}}}}
```

## The ThirdPartyProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The ThirdPartyIndexCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"}}}}
```

## The ThirdPartyIndexGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"}}}}
```

## The ThirdPartyIndexTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"}}}}
```

## The ThirdPartyIndexRelease object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"}}}}
```

## The ThirdPartyIndexContributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"}}}}
```

## The ThirdPartyIndexExternalId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"}}}}
```

## The ThirdPartyIndexAlternateTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"}}}}
```

## The ThirdPartyIndexDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"}}}}
```

## The ThirdPartyIndexCompany object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"}}}}
```

## The ThirdPartyIndexVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"}}}}
```

## The ThirdPartyIndexImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The List\_ThirdPartyProgram\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ThirdPartyProgram_":{"title":"List<ThirdPartyProgram>","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyProgram"}},"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The PopulateMatchIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateMatchIndexResponse":{"title":"PopulateMatchIndexResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"}},"description":"PopulateMatchIndexResponse","type":"object"}}}}
```

## The Update3PIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Update3PIndexResponse":{"title":"Update3PIndexResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"},"NewIds":{"type":"integer","format":"int32"},"DeletedIds":{"type":"integer","format":"int32"},"RedirectedIds":{"type":"integer","format":"int32"},"ProgramTypeChanges":{"type":"integer","format":"int32"}},"description":"Update3PIndexResponse","type":"object"}}}}
```

## The ScrapeImdbThemeListsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ScrapeImdbThemeListsResponse":{"title":"ScrapeImdbThemeListsResponse","properties":{"Success":{"type":"boolean"},"Is404":{"type":"boolean"},"IsRateLimited":{"type":"boolean"},"IsBadGateway":{"type":"boolean"},"IsProxyTimeout":{"type":"boolean"},"ErrorMessage":{"type":"string"},"Ids":{"type":"array","items":{"type":"string"}}},"description":"ScrapeImdbThemeListsResponse","type":"object"}}}}
```

## The ImportThemesFromImdbListsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportThemesFromImdbListsResponse":{"title":"ImportThemesFromImdbListsResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"ImportThemesFromImdbListsResponse","type":"object"}}}}
```

## The RemoveSelectedThemesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveSelectedThemesResponse":{"title":"RemoveSelectedThemesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RemoveSelectedThemesResponse","type":"object"}}}}
```

## The List\_DbImdbPersonResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbImdbPersonResponse_":{"title":"List<DbImdbPersonResponse>","type":"array","items":{"$ref":"#/components/schemas/DbImdbPersonResponse"}},"DbImdbPersonResponse":{"title":"DbImdbPersonResponse","properties":{"BirthDate":{"$ref":"#/components/schemas/FlexDate"},"BirthName":{"type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate"},"Gender":{"type":"string"},"Index":{"type":"string"},"AlternateNames":{"type":"array","items":{"type":"string"}},"Spouses":{"type":"array","items":{"$ref":"#/components/schemas/Spouse"}},"MediaImages":{"type":"array","items":{"$ref":"#/components/schemas/ImdbImage"}},"DateCreated":{"type":"string","format":"date-time"},"Id":{"description":"Unique ID of an ImdbPerson.","type":"string"},"PrimaryName":{"description":"Primary name of person.","type":"string"},"BirthYear":{"description":"Year of birth.","type":"integer","format":"int32"},"DeathYear":{"description":"Year of death.","type":"integer","format":"int32"},"PrimaryProfessions":{"description":"List of primary person professions.","type":"array","items":{"type":"string"}},"KnownForTitles":{"description":"List of IMDb IDs that person is known for.","type":"array","items":{"type":"string"}}},"description":"DbImdbPersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"Spouse":{"title":"Spouse","properties":{"Name":{"type":"string"},"From":{"type":"string"},"To":{"type":"string"},"EndReason":{"type":"string"},"Children":{"type":"integer","format":"int32"}},"description":"Spouse","type":"object"},"ImdbImage":{"title":"ImdbImage","properties":{"editTagsLink":{"type":"string"},"id":{"type":"string"},"h":{"type":"integer","format":"int32"},"msrc":{"type":"string"},"_src":{"type":"string"},"src":{"type":"string"},"w":{"type":"integer","format":"int32"},"imageCount":{"type":"integer","format":"int32"},"altText":{"type":"string"},"caption":{"type":"string"},"imageType":{"type":"string"},"relatedCountries":{"type":"array","items":{"type":"string"}},"relatedLanguages":{"type":"array","items":{"type":"string"}},"source":{"type":"string"},"sourceLink":{"type":"string"},"reportImageLink":{"type":"string"},"tracking":{"type":"string"},"voteData":{"$ref":"#/components/schemas/ImdbVotedata"},"votingLink":{"type":"string"},"copyright":{"type":"string"},"createdBy":{"type":"string"},"titles":{"type":"array","items":{"type":"string"}}},"description":"ImdbImage","type":"object"},"ImdbVotedata":{"title":"ImdbVotedata","properties":{"totalLikeVotes":{"type":"integer","format":"int32"},"userVoteStatus":{"type":"string"}},"description":"ImdbVotedata","type":"object"}}}}
```

## The MatchMovieToWikiDataResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchMovieToWikiDataResponse":{"title":"MatchMovieToWikiDataResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"MatchMovieToWikiDataResponse","type":"object"}}}}
```

## The MatchPersonToTmdbResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchPersonToTmdbResponse":{"title":"MatchPersonToTmdbResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"MatchPersonToTmdbResponse","type":"object"}}}}
```

## The WikiMovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiMovie":{"title":"WikiMovie","properties":{"Titles":{"type":"array","items":{"type":"string"}},"Actors":{"type":"array","items":{"type":"string"}},"Directors":{"type":"array","items":{"type":"string"}},"ReleaseDates":{"type":"array","items":{"type":"string","format":"date-time"}},"Boxoffice":{"type":"array","items":{"type":"number","format":"double"}},"Budget":{"type":"array","items":{"type":"number","format":"double"}},"ImdbId":{"type":"array","items":{"type":"string"}},"Runtime":{"type":"array","items":{"type":"integer","format":"int32"}},"Category":{"type":"array","items":{"type":"string"}},"Websites":{"type":"array","items":{"type":"string"}},"Distributors":{"type":"array","items":{"type":"string"}},"Screenwriters":{"type":"array","items":{"type":"string"}},"WorkingTitles":{"type":"array","items":{"type":"string"}},"sitelinkLabels":{"type":"array","items":{"type":"string"}},"OriginalLanguages":{"type":"array","items":{"type":"string"}},"CountriesOfOrigin":{"type":"array","items":{"type":"string"}},"Producers":{"type":"array","items":{"type":"string"}},"Genres":{"type":"array","items":{"type":"string"}},"FirstPerformances":{"type":"array","items":{"type":"string"}},"MPAARatings":{"type":"array","items":{"type":"string"}},"MetacriticIds":{"type":"array","items":{"type":"string"}},"RottentomatoesIds":{"type":"array","items":{"type":"string"}},"ProductionCompanies":{"type":"array","items":{"type":"string"}},"BoxofficeMojoIds":{"type":"array","items":{"type":"string"}},"OMDBIds":{"type":"array","items":{"type":"string"}},"Images":{"type":"array","items":{"type":"string"}},"Descriptions":{"type":"array","items":{"type":"string"}},"FacebookIds":{"type":"array","items":{"type":"string"}},"SeasonNumber":{"type":"array","items":{"type":"string"}},"SeasonTitle":{"type":"array","items":{"type":"string"}},"SeriesTitle":{"type":"array","items":{"type":"string"}},"Extract":{"type":"string"},"WikiDataId":{"type":"string"}},"description":"WikiMovie","type":"object"}}}}
```

## The FilmTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FilmTitle":{"title":"FilmTitle","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"FilmTitle","type":"object"}}}}
```

## The List\_FilmTitle\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_FilmTitle_":{"title":"List<FilmTitle>","type":"array","items":{"$ref":"#/components/schemas/FilmTitle"}},"FilmTitle":{"title":"FilmTitle","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"FilmTitle","type":"object"}}}}
```

## The MatchShowToTvMazeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchShowToTvMazeResponse":{"title":"MatchShowToTvMazeResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"showId":{"type":"integer","format":"int64"}},"description":"MatchShowToTvMazeResponse","type":"object"}}}}
```

## The MatchTheatricalAndComingSoonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchTheatricalAndComingSoonResponse":{"title":"MatchTheatricalAndComingSoonResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"showId":{"type":"integer","format":"int64"}},"description":"MatchTheatricalAndComingSoonResponse","type":"object"}}}}
```

## The MatchReturningSeriesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchReturningSeriesResponse":{"title":"MatchReturningSeriesResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"showId":{"type":"integer","format":"int64"}},"description":"MatchReturningSeriesResponse","type":"object"}}}}
```

## The CreateCompareQueueItemResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateCompareQueueItemResponse":{"title":"CreateCompareQueueItemResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateCompareQueueItemResponse","type":"object"}}}}
```

## The GetDbpediaFilmResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetDbpediaFilmResponse":{"title":"GetDbpediaFilmResponse","properties":{"NsType":{"type":"array","items":{"$ref":"#/components/schemas/HttpWwwW3Org19990222RdfSyntaxNsType"}},"Label":{"type":"array","items":{"$ref":"#/components/schemas/HttpWwwW3Org200001RdfSchemaLabel"}},"Comment":{"type":"array","items":{"$ref":"#/components/schemas/HttpWwwW3Org200001RdfSchemaComment"}},"SameAs":{"type":"array","items":{"$ref":"#/components/schemas/HttpWwwW3Org200207OwlSameAs"}},"DerivedFrom":{"type":"array","items":{"$ref":"#/components/schemas/HttpWwwW3OrgNsProvWasDerivedFrom"}},"Runtime":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyWorkRuntime"}},"Abstract":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyAbstract"}},"Budget":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyBudget"}},"Country":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyCountry"}},"Director":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyDirector"}},"Distributor":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyDistributor"}},"Editing":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyEditing"}},"Gross":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyGross"}},"ImdbId":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyImdbId"}},"MusicComposer":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyMusicComposer"}},"Producer":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyProducer"}},"Starring":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyStarring"}},"Writer":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyWriter"}},"Name":{"type":"array","items":{"$ref":"#/components/schemas/HttpXmlnsComFoaf01Name"}},"HomePage":{"type":"array","items":{"$ref":"#/components/schemas/HttpXmlnsComFoaf01Homepage"}},"PropertyName":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyName"}},"IsPrimaryTopicOf":{"type":"array","items":{"$ref":"#/components/schemas/HttpXmlnsComFoaf01IsPrimaryTopicOf"}},"DcTermsSubject":{"type":"array","items":{"$ref":"#/components/schemas/HttpPurlOrgDcTermsSubject"}},"WikiPageID":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyWikiPageID"}},"WikiPageRevisionID":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyWikiPageRevisionID"}},"WikiPageExternalLink":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgOntologyWikiPageExternalLink"}},"PropertyMusic":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyMusic"}},"PropertyBudget":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyBudget"}},"PropertyCountry":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyCountry"}},"PropertyDirectory":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyDirector"}},"PropertyDistributor":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyDistributor"}},"PropertyEditing":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyEditing"}},"PropertyGross":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyGross"}},"PropertyId":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyId"}},"PropertyProducer":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyProducer"}},"PropertyRuntime":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyRuntime"}},"PropertyScreenplay":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyScreenplay"}},"PropertyStarring":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyStarring"}},"PropertyWordnetType":{"type":"array","items":{"$ref":"#/components/schemas/HttpDbpediaOrgPropertyWordnetType"}}},"description":"GetDbpediaFilmResponse","type":"object"},"HttpWwwW3Org19990222RdfSyntaxNsType":{"title":"HttpWwwW3Org19990222RdfSyntaxNsType","properties":{"wikivalue":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpWwwW3Org19990222RdfSyntaxNsType","type":"object"},"HttpWwwW3Org200001RdfSchemaLabel":{"title":"HttpWwwW3Org200001RdfSchemaLabel","properties":{"wikivalue":{"type":"string"},"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpWwwW3Org200001RdfSchemaLabel","type":"object"},"HttpWwwW3Org200001RdfSchemaComment":{"title":"HttpWwwW3Org200001RdfSchemaComment","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpWwwW3Org200001RdfSchemaComment","type":"object"},"HttpWwwW3Org200207OwlSameAs":{"title":"HttpWwwW3Org200207OwlSameAs","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpWwwW3Org200207OwlSameAs","type":"object"},"HttpWwwW3OrgNsProvWasDerivedFrom":{"title":"HttpWwwW3OrgNsProvWasDerivedFrom","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpWwwW3OrgNsProvWasDerivedFrom","type":"object"},"HttpDbpediaOrgOntologyWorkRuntime":{"title":"HttpDbpediaOrgOntologyWorkRuntime","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWorkRuntime","type":"object"},"HttpDbpediaOrgOntologyAbstract":{"title":"HttpDbpediaOrgOntologyAbstract","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgOntologyAbstract","type":"object"},"HttpDbpediaOrgOntologyBudget":{"title":"HttpDbpediaOrgOntologyBudget","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyBudget","type":"object"},"HttpDbpediaOrgOntologyCountry":{"title":"HttpDbpediaOrgOntologyCountry","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyCountry","type":"object"},"HttpDbpediaOrgOntologyDirector":{"title":"HttpDbpediaOrgOntologyDirector","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyDirector","type":"object"},"HttpDbpediaOrgOntologyDistributor":{"title":"HttpDbpediaOrgOntologyDistributor","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyDistributor","type":"object"},"HttpDbpediaOrgOntologyEditing":{"title":"HttpDbpediaOrgOntologyEditing","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyEditing","type":"object"},"HttpDbpediaOrgOntologyGross":{"title":"HttpDbpediaOrgOntologyGross","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyGross","type":"object"},"HttpDbpediaOrgOntologyImdbId":{"title":"HttpDbpediaOrgOntologyImdbId","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyImdbId","type":"object"},"HttpDbpediaOrgOntologyMusicComposer":{"title":"HttpDbpediaOrgOntologyMusicComposer","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyMusicComposer","type":"object"},"HttpDbpediaOrgOntologyProducer":{"title":"HttpDbpediaOrgOntologyProducer","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyProducer","type":"object"},"HttpDbpediaOrgOntologyStarring":{"title":"HttpDbpediaOrgOntologyStarring","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyStarring","type":"object"},"HttpDbpediaOrgOntologyWriter":{"title":"HttpDbpediaOrgOntologyWriter","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWriter","type":"object"},"HttpXmlnsComFoaf01Name":{"title":"HttpXmlnsComFoaf01Name","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpXmlnsComFoaf01Name","type":"object"},"HttpXmlnsComFoaf01Homepage":{"title":"HttpXmlnsComFoaf01Homepage","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpXmlnsComFoaf01Homepage","type":"object"},"HttpDbpediaOrgPropertyName":{"title":"HttpDbpediaOrgPropertyName","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgPropertyName","type":"object"},"HttpXmlnsComFoaf01IsPrimaryTopicOf":{"title":"HttpXmlnsComFoaf01IsPrimaryTopicOf","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpXmlnsComFoaf01IsPrimaryTopicOf","type":"object"},"HttpPurlOrgDcTermsSubject":{"title":"HttpPurlOrgDcTermsSubject","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpPurlOrgDcTermsSubject","type":"object"},"HttpDbpediaOrgOntologyWikiPageID":{"title":"HttpDbpediaOrgOntologyWikiPageID","properties":{"type":{"type":"string"},"value":{"type":"integer","format":"int32"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageID","type":"object"},"HttpDbpediaOrgOntologyWikiPageRevisionID":{"title":"HttpDbpediaOrgOntologyWikiPageRevisionID","properties":{"type":{"type":"string"},"value":{"type":"integer","format":"int32"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageRevisionID","type":"object"},"HttpDbpediaOrgOntologyWikiPageExternalLink":{"title":"HttpDbpediaOrgOntologyWikiPageExternalLink","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageExternalLink","type":"object"},"HttpDbpediaOrgPropertyMusic":{"title":"HttpDbpediaOrgPropertyMusic","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyMusic","type":"object"},"HttpDbpediaOrgPropertyBudget":{"title":"HttpDbpediaOrgPropertyBudget","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyBudget","type":"object"},"HttpDbpediaOrgPropertyCountry":{"title":"HttpDbpediaOrgPropertyCountry","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgPropertyCountry","type":"object"},"HttpDbpediaOrgPropertyDirector":{"title":"HttpDbpediaOrgPropertyDirector","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyDirector","type":"object"},"HttpDbpediaOrgPropertyDistributor":{"title":"HttpDbpediaOrgPropertyDistributor","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyDistributor","type":"object"},"HttpDbpediaOrgPropertyEditing":{"title":"HttpDbpediaOrgPropertyEditing","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyEditing","type":"object"},"HttpDbpediaOrgPropertyGross":{"title":"HttpDbpediaOrgPropertyGross","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyGross","type":"object"},"HttpDbpediaOrgPropertyId":{"title":"HttpDbpediaOrgPropertyId","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyId","type":"object"},"HttpDbpediaOrgPropertyProducer":{"title":"HttpDbpediaOrgPropertyProducer","properties":{"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyProducer","type":"object"},"HttpDbpediaOrgPropertyRuntime":{"title":"HttpDbpediaOrgPropertyRuntime","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyRuntime","type":"object"},"HttpDbpediaOrgPropertyScreenplay":{"title":"HttpDbpediaOrgPropertyScreenplay","properties":{"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyScreenplay","type":"object"},"HttpDbpediaOrgPropertyStarring":{"title":"HttpDbpediaOrgPropertyStarring","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyStarring","type":"object"},"HttpDbpediaOrgPropertyWordnetType":{"title":"HttpDbpediaOrgPropertyWordnetType","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgPropertyWordnetType","type":"object"}}}}
```

## The HttpWwwW3Org19990222RdfSyntaxNsType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpWwwW3Org19990222RdfSyntaxNsType":{"title":"HttpWwwW3Org19990222RdfSyntaxNsType","properties":{"wikivalue":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpWwwW3Org19990222RdfSyntaxNsType","type":"object"}}}}
```

## The HttpWwwW3Org200001RdfSchemaLabel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpWwwW3Org200001RdfSchemaLabel":{"title":"HttpWwwW3Org200001RdfSchemaLabel","properties":{"wikivalue":{"type":"string"},"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpWwwW3Org200001RdfSchemaLabel","type":"object"}}}}
```

## The HttpWwwW3Org200001RdfSchemaComment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpWwwW3Org200001RdfSchemaComment":{"title":"HttpWwwW3Org200001RdfSchemaComment","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpWwwW3Org200001RdfSchemaComment","type":"object"}}}}
```

## The HttpWwwW3Org200207OwlSameAs object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpWwwW3Org200207OwlSameAs":{"title":"HttpWwwW3Org200207OwlSameAs","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpWwwW3Org200207OwlSameAs","type":"object"}}}}
```

## The HttpWwwW3OrgNsProvWasDerivedFrom object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpWwwW3OrgNsProvWasDerivedFrom":{"title":"HttpWwwW3OrgNsProvWasDerivedFrom","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpWwwW3OrgNsProvWasDerivedFrom","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyWorkRuntime object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyWorkRuntime":{"title":"HttpDbpediaOrgOntologyWorkRuntime","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWorkRuntime","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyAbstract object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyAbstract":{"title":"HttpDbpediaOrgOntologyAbstract","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgOntologyAbstract","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyBudget object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyBudget":{"title":"HttpDbpediaOrgOntologyBudget","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyBudget","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyCountry":{"title":"HttpDbpediaOrgOntologyCountry","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyCountry","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyDirector object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyDirector":{"title":"HttpDbpediaOrgOntologyDirector","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyDirector","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyDistributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyDistributor":{"title":"HttpDbpediaOrgOntologyDistributor","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyDistributor","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyEditing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyEditing":{"title":"HttpDbpediaOrgOntologyEditing","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyEditing","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyGross object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyGross":{"title":"HttpDbpediaOrgOntologyGross","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyGross","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyImdbId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyImdbId":{"title":"HttpDbpediaOrgOntologyImdbId","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyImdbId","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyMusicComposer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyMusicComposer":{"title":"HttpDbpediaOrgOntologyMusicComposer","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyMusicComposer","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyProducer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyProducer":{"title":"HttpDbpediaOrgOntologyProducer","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyProducer","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyStarring object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyStarring":{"title":"HttpDbpediaOrgOntologyStarring","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyStarring","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyWriter object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyWriter":{"title":"HttpDbpediaOrgOntologyWriter","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWriter","type":"object"}}}}
```

## The HttpXmlnsComFoaf01Name object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpXmlnsComFoaf01Name":{"title":"HttpXmlnsComFoaf01Name","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpXmlnsComFoaf01Name","type":"object"}}}}
```

## The HttpXmlnsComFoaf01Homepage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpXmlnsComFoaf01Homepage":{"title":"HttpXmlnsComFoaf01Homepage","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpXmlnsComFoaf01Homepage","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyName":{"title":"HttpDbpediaOrgPropertyName","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgPropertyName","type":"object"}}}}
```

## The HttpXmlnsComFoaf01IsPrimaryTopicOf object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpXmlnsComFoaf01IsPrimaryTopicOf":{"title":"HttpXmlnsComFoaf01IsPrimaryTopicOf","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpXmlnsComFoaf01IsPrimaryTopicOf","type":"object"}}}}
```

## The HttpPurlOrgDcTermsSubject object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpPurlOrgDcTermsSubject":{"title":"HttpPurlOrgDcTermsSubject","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpPurlOrgDcTermsSubject","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyWikiPageID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyWikiPageID":{"title":"HttpDbpediaOrgOntologyWikiPageID","properties":{"type":{"type":"string"},"value":{"type":"integer","format":"int32"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageID","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyWikiPageRevisionID object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyWikiPageRevisionID":{"title":"HttpDbpediaOrgOntologyWikiPageRevisionID","properties":{"type":{"type":"string"},"value":{"type":"integer","format":"int32"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageRevisionID","type":"object"}}}}
```

## The HttpDbpediaOrgOntologyWikiPageExternalLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgOntologyWikiPageExternalLink":{"title":"HttpDbpediaOrgOntologyWikiPageExternalLink","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgOntologyWikiPageExternalLink","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyMusic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyMusic":{"title":"HttpDbpediaOrgPropertyMusic","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyMusic","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyBudget object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyBudget":{"title":"HttpDbpediaOrgPropertyBudget","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyBudget","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyCountry":{"title":"HttpDbpediaOrgPropertyCountry","properties":{"type":{"type":"string"},"value":{"type":"string"},"lang":{"type":"string"}},"description":"HttpDbpediaOrgPropertyCountry","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyDirector object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyDirector":{"title":"HttpDbpediaOrgPropertyDirector","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyDirector","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyDistributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyDistributor":{"title":"HttpDbpediaOrgPropertyDistributor","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyDistributor","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyEditing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyEditing":{"title":"HttpDbpediaOrgPropertyEditing","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyEditing","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyGross object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyGross":{"title":"HttpDbpediaOrgPropertyGross","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyGross","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyId":{"title":"HttpDbpediaOrgPropertyId","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyId","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyProducer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyProducer":{"title":"HttpDbpediaOrgPropertyProducer","properties":{"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyProducer","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyRuntime object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyRuntime":{"title":"HttpDbpediaOrgPropertyRuntime","properties":{"type":{"type":"string"},"value":{"type":"string"},"datatype":{"type":"string"}},"description":"HttpDbpediaOrgPropertyRuntime","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyScreenplay object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyScreenplay":{"title":"HttpDbpediaOrgPropertyScreenplay","properties":{"lang":{"type":"string"},"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyScreenplay","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyStarring object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyStarring":{"title":"HttpDbpediaOrgPropertyStarring","properties":{"value":{"type":"string"},"type":{"type":"string"},"text":{"type":"string"}},"description":"HttpDbpediaOrgPropertyStarring","type":"object"}}}}
```

## The HttpDbpediaOrgPropertyWordnetType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HttpDbpediaOrgPropertyWordnetType":{"title":"HttpDbpediaOrgPropertyWordnetType","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"HttpDbpediaOrgPropertyWordnetType","type":"object"}}}}
```

## The MovieExceptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieExceptionResponse":{"title":"MovieExceptionResponse","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"MovieExceptionResponse","type":"object"}}}}
```

## The ShowExceptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowExceptionResponse":{"title":"ShowExceptionResponse","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"ShowExceptionResponse","type":"object"}}}}
```

## The SeasonExceptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonExceptionResponse":{"title":"SeasonExceptionResponse","properties":{"Id":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"SeasonExceptionResponse","type":"object"}}}}
```

## The EpisodeExceptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeExceptionResponse":{"title":"EpisodeExceptionResponse","properties":{"Id":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"EpisodeExceptionResponse","type":"object"}}}}
```

## The PersonExceptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonExceptionResponse":{"title":"PersonExceptionResponse","properties":{"Id":{"type":"integer","format":"int64"},"PersonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"PersonExceptionResponse","type":"object"}}}}
```

## The MinimumRequirementsReviewHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MinimumRequirementsReviewHistoryResponse":{"title":"MinimumRequirementsReviewHistoryResponse","properties":{"Id":{"type":"integer","format":"int32"},"MovieId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Reviewed":{"type":"string","format":"date-time"},"Reviewer":{"type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"MinimumRequirementsReviewHistoryResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_MinimumRequirementsReviewHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MinimumRequirementsReviewHistoryResponse_":{"title":"List<MinimumRequirementsReviewHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/MinimumRequirementsReviewHistoryResponse"}},"MinimumRequirementsReviewHistoryResponse":{"title":"MinimumRequirementsReviewHistoryResponse","properties":{"Id":{"type":"integer","format":"int32"},"MovieId":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Reviewed":{"type":"string","format":"date-time"},"Reviewer":{"type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser"}},"description":"MinimumRequirementsReviewHistoryResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The SearchTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchTitleResponse":{"title":"SearchTitleResponse","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"MatchReason":{"type":"string"},"OrderHelper":{"type":"integer","format":"int32"},"RedirectTo":{"type":"string"},"Deleted":{"type":"boolean"}},"description":"SearchTitleResponse","type":"object"}}}}
```

## The List\_SearchTitleResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SearchTitleResponse_":{"title":"List<SearchTitleResponse>","type":"array","items":{"$ref":"#/components/schemas/SearchTitleResponse"}},"SearchTitleResponse":{"title":"SearchTitleResponse","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"MatchReason":{"type":"string"},"OrderHelper":{"type":"integer","format":"int32"},"RedirectTo":{"type":"string"},"Deleted":{"type":"boolean"}},"description":"SearchTitleResponse","type":"object"}}}}
```

## The SendEmailResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SendEmailResponse":{"title":"SendEmailResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"SendEmailResponse","type":"object"}}}}
```

## The CreateMediaTitleShellResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateMediaTitleShellResponse":{"title":"CreateMediaTitleShellResponse","properties":{"PublishedId":{"type":"integer","format":"int64"},"StreamingVideoId":{"type":"integer","format":"int64"}},"description":"CreateMediaTitleShellResponse","type":"object"}}}}
```

## The MatchMovieToImdbResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchMovieToImdbResponse":{"title":"MatchMovieToImdbResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"MovieId":{"type":"string"}},"description":"MatchMovieToImdbResponse","type":"object"}}}}
```

## The MatchShowToImdbResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchShowToImdbResponse":{"title":"MatchShowToImdbResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"showId":{"type":"integer","format":"int64"}},"description":"MatchShowToImdbResponse","type":"object"}}}}
```

## The OpenGraphImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OpenGraphImage":{"title":"OpenGraphImage","properties":{"ImdbId":{"type":"string"},"Image":{"type":"string"},"FullSizeImage":{"type":"string"}},"description":"OpenGraphImage","type":"object"}}}}
```

## The UpdateAllMoviesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllMoviesResponse":{"title":"UpdateAllMoviesResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"UpdateAllMoviesResponse","type":"object"}}}}
```

## The UpdateAllShowsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllShowsResponse":{"title":"UpdateAllShowsResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"UpdateAllShowsResponse","type":"object"}}}}
```

## The UpdateAllEpisodesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllEpisodesResponse":{"title":"UpdateAllEpisodesResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"UpdateAllEpisodesResponse","type":"object"}}}}
```

## The MovieExceptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieExceptionsResponse":{"title":"MovieExceptionsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/MovieException"}},"description":"MovieExceptionsResponse","type":"object"},"MovieException":{"title":"MovieException","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"MovieException","type":"object"}}}}
```

## The MovieException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieException":{"title":"MovieException","properties":{"Id":{"type":"integer","format":"int64"},"MovieId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"MovieException","type":"object"}}}}
```

## The ShowExceptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowExceptionsResponse":{"title":"ShowExceptionsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/ShowException"}},"description":"ShowExceptionsResponse","type":"object"},"ShowException":{"title":"ShowException","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"ShowException","type":"object"}}}}
```

## The ShowException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowException":{"title":"ShowException","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"ShowException","type":"object"}}}}
```

## The SeasonExceptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonExceptionsResponse":{"title":"SeasonExceptionsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/SeasonException"}},"description":"SeasonExceptionsResponse","type":"object"},"SeasonException":{"title":"SeasonException","properties":{"Id":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"SeasonException","type":"object"}}}}
```

## The SeasonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonException":{"title":"SeasonException","properties":{"Id":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"SeasonException","type":"object"}}}}
```

## The EpisodeExceptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeExceptionsResponse":{"title":"EpisodeExceptionsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/EpisodeException"}},"description":"EpisodeExceptionsResponse","type":"object"},"EpisodeException":{"title":"EpisodeException","properties":{"Id":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"EpisodeException","type":"object"}}}}
```

## The EpisodeException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeException":{"title":"EpisodeException","properties":{"Id":{"type":"integer","format":"int64"},"EpisodeId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"EpisodeException","type":"object"}}}}
```

## The PersonExceptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonExceptionsResponse":{"title":"PersonExceptionsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/PersonException"}},"description":"PersonExceptionsResponse","type":"object"},"PersonException":{"title":"PersonException","properties":{"Id":{"type":"integer","format":"int64"},"PersonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"PersonException","type":"object"}}}}
```

## The PersonException object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonException":{"title":"PersonException","properties":{"Id":{"type":"integer","format":"int64"},"PersonId":{"type":"integer","format":"int64"},"Creator":{"type":"integer","format":"int32"},"Closer":{"type":"integer","format":"int32"},"Created":{"type":"string","format":"date-time"},"Closed":{"type":"string","format":"date-time"},"Ignored":{"type":"string","format":"date-time"},"DataPartner":{"type":"string"},"FieldName":{"type":"string"},"IvaValue":{"type":"string"},"PartnerValue":{"type":"string"},"Description":{"type":"string"}},"description":"PersonException","type":"object"}}}}
```

## The GenerateFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenerateFeedResponse":{"title":"GenerateFeedResponse","properties":{"Success":{"type":"boolean"},"Items":{"type":"array","items":{"$ref":"#/components/schemas/YahooFeedItem"}}},"description":"GenerateFeedResponse","type":"object"},"YahooFeedItem":{"title":"YahooFeedItem","properties":{"Title":{"type":"string"},"Revenue":{"type":"integer","format":"int64"},"PosterUrl":{"type":"string"},"PublishedId":{"type":"integer","format":"int64"},"Description":{"type":"string"},"Tags":{"type":"array","items":{"$ref":"#/components/schemas/YahooFeedItemTag"}},"Year":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"VideoPublishedId":{"type":"integer","format":"int64"},"VideoScreenCaptureUrl":{"type":"string"},"ReleaseDate":{"type":"string","format":"date-time"}},"description":"YahooFeedItem","type":"object"},"YahooFeedItemTag":{"title":"YahooFeedItemTag","properties":{"Name":{"type":"string"}},"description":"YahooFeedItemTag","type":"object"}}}}
```

## The OpenGraph object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OpenGraph":{"title":"OpenGraph","properties":{"Id":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"Type":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Image":{"type":"string"},"FullSizeImage":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"RedirectImdbId":{"type":"string"}},"description":"OpenGraph","type":"object"}}}}
```

## The QueryResponse\_ShowAltIdSummary\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ShowAltIdSummary_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ShowAltIdSummary"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ShowAltIdSummary>","type":"object"},"ShowAltIdSummary":{"title":"ShowAltIdSummary","properties":{"Type":{"type":"string"},"recs":{"type":"integer","format":"int32"}},"description":"ShowAltIdSummary","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ShowAltIdSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowAltIdSummary":{"title":"ShowAltIdSummary","properties":{"Type":{"type":"string"},"recs":{"type":"integer","format":"int32"}},"description":"ShowAltIdSummary","type":"object"}}}}
```

## The QueryResponse\_AlphaMergeEpisodeBrokenTitles\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_AlphaMergeEpisodeBrokenTitles_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/AlphaMergeEpisodeBrokenTitles"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<AlphaMergeEpisodeBrokenTitles>","type":"object"},"AlphaMergeEpisodeBrokenTitles":{"title":"AlphaMergeEpisodeBrokenTitles","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Videos":{"type":"integer","format":"int32"}},"description":"AlphaMergeEpisodeBrokenTitles","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The AlphaMergeEpisodeBrokenTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AlphaMergeEpisodeBrokenTitles":{"title":"AlphaMergeEpisodeBrokenTitles","properties":{"Id":{"type":"integer","format":"int64"},"ShowId":{"type":"integer","format":"int64"},"SeasonId":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Videos":{"type":"integer","format":"int32"}},"description":"AlphaMergeEpisodeBrokenTitles","type":"object"}}}}
```

## The QueryResponse\_AlphaMergeTitleExceptions\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_AlphaMergeTitleExceptions_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/AlphaMergeTitleExceptions"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<AlphaMergeTitleExceptions>","type":"object"},"AlphaMergeTitleExceptions":{"title":"AlphaMergeTitleExceptions","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"AlphaMergeTitleExceptions","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_ManualReleaseEventExceptions\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ManualReleaseEventExceptions_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ManualReleaseEventExceptions"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ManualReleaseEventExceptions>","type":"object"},"ManualReleaseEventExceptions":{"title":"ManualReleaseEventExceptions","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ManualReleaseEventExceptions","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_JOEL\_Movies\_Show\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_JOEL_Movies_Show_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/JOEL_Movies_Show"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<JOEL_Movies_Show>","type":"object"},"JOEL_Movies_Show":{"title":"JOEL_Movies_Show","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Type":{"type":"string"},"IMDbId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"JOEL_Movies_Show","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The JOEL\_Movies\_Show object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"JOEL_Movies_Show":{"title":"JOEL_Movies_Show","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Type":{"type":"string"},"IMDbId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"JOEL_Movies_Show","type":"object"}}}}
```

## The QueryResponse\_JOEL\_Episodes\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_JOEL_Episodes_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/JOEL_Episodes"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<JOEL_Episodes>","type":"object"},"JOEL_Episodes":{"title":"JOEL_Episodes","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"IMDbId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"JOEL_Episodes","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The JOEL\_Episodes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"JOEL_Episodes":{"title":"JOEL_Episodes","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"IMDbId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"JOEL_Episodes","type":"object"}}}}
```

## The QueryResponse\_MovieIds\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MovieIds_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MovieIds"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MovieIds>","type":"object"},"MovieIds":{"title":"MovieIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"MovieIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_ShowIds\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ShowIds_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ShowIds"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ShowIds>","type":"object"},"ShowIds":{"title":"ShowIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ShowIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_SeasonIds\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_SeasonIds_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/SeasonIds"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<SeasonIds>","type":"object"},"SeasonIds":{"title":"SeasonIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"SeasonIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_EpisodeIds\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EpisodeIds_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeIds"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EpisodeIds>","type":"object"},"EpisodeIds":{"title":"EpisodeIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"EpisodeIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_PersonIds\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_PersonIds_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/PersonIds"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<PersonIds>","type":"object"},"PersonIds":{"title":"PersonIds","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"PersonIds","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The InitializeCommonTagsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"InitializeCommonTagsResponse":{"title":"InitializeCommonTagsResponse","properties":{"Success":{"type":"boolean"},"TagCount":{"type":"integer","format":"int32"},"NewTags":{"type":"array","items":{"type":"string"}}},"description":"InitializeCommonTagsResponse","type":"object"}}}}
```

## The ImportCommonMovieTagsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportCommonMovieTagsResponse":{"title":"ImportCommonMovieTagsResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"NewMovieTags":{"type":"array","items":{"$ref":"#/components/schemas/DbMovieTagResponse"}}},"description":"ImportCommonMovieTagsResponse","type":"object"},"DbMovieTagResponse":{"title":"DbMovieTagResponse","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieTagResponse":{"title":"DbMovieTagResponse","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The ImportCommonShowTagsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportCommonShowTagsResponse":{"title":"ImportCommonShowTagsResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"NewShowTags":{"type":"array","items":{"$ref":"#/components/schemas/DbShowTagResponse"}}},"description":"ImportCommonShowTagsResponse","type":"object"},"DbShowTagResponse":{"title":"DbShowTagResponse","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowTagResponse":{"title":"DbShowTagResponse","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The AddNetworkAliasResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AddNetworkAliasResponse":{"title":"AddNetworkAliasResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"Network":{"type":"string"}},"description":"AddNetworkAliasResponse","type":"object"}}}}
```

## The List\_DbNetwork\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbNetwork_":{"title":"List<DbNetwork>","type":"array","items":{"$ref":"#/components/schemas/DbNetwork"}},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The KatchProgramData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchProgramData":{"title":"KatchProgramData","properties":{"KatchId":{"type":"string"},"OriginId":{"type":"string"},"ProgramAndTraits":{"$ref":"#/components/schemas/KattchProgram"},"Clusters":{"$ref":"#/components/schemas/Datum"}},"description":"KatchProgramData","type":"object"},"KattchProgram":{"title":"KattchProgram","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"media_type":{"type":"string"},"box_office":{"$ref":"#/components/schemas/Object"},"budget":{"$ref":"#/components/schemas/Object"},"content_advisory":{"$ref":"#/components/schemas/Object"},"duration":{"type":"string"},"logline":{"type":"string"},"poster":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}},"universal_traits":{"type":"array","items":{"$ref":"#/components/schemas/UniversalTraits"}},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/Organization"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}}},"description":"KattchProgram","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"UniversalTraits":{"title":"UniversalTraits","properties":{"category":{"type":"string"},"subcategory":{"type":"string"},"universal_trait":{"type":"string"},"activation_score":{"type":"integer","format":"int32"}},"description":"UniversalTraits","type":"object"},"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Datum":{"title":"Datum","properties":{"internal_id":{"type":"string"},"top_clusters":{"type":"array","items":{"$ref":"#/components/schemas/TopClusters"}}},"description":"Datum","type":"object"},"TopClusters":{"title":"TopClusters","properties":{"rank":{"type":"integer","format":"int32"},"cluster_id":{"type":"string"},"cluster_name":{"type":"string"},"proximity_score":{"type":"number","format":"float"},"cluster_definition":{"type":"string"}},"description":"TopClusters","type":"object"}}}}
```

## The KattchProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KattchProgram":{"title":"KattchProgram","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"media_type":{"type":"string"},"box_office":{"$ref":"#/components/schemas/Object"},"budget":{"$ref":"#/components/schemas/Object"},"content_advisory":{"$ref":"#/components/schemas/Object"},"duration":{"type":"string"},"logline":{"type":"string"},"poster":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}},"universal_traits":{"type":"array","items":{"$ref":"#/components/schemas/UniversalTraits"}},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/Organization"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}}},"description":"KattchProgram","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"UniversalTraits":{"title":"UniversalTraits","properties":{"category":{"type":"string"},"subcategory":{"type":"string"},"universal_trait":{"type":"string"},"activation_score":{"type":"integer","format":"int32"}},"description":"UniversalTraits","type":"object"},"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"}}}}
```

## The UniversalTraits object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UniversalTraits":{"title":"UniversalTraits","properties":{"category":{"type":"string"},"subcategory":{"type":"string"},"universal_trait":{"type":"string"},"activation_score":{"type":"integer","format":"int32"}},"description":"UniversalTraits","type":"object"}}}}
```

## The Organization object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"}}}}
```

## The Crew object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The Cast object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"}}}}
```

## The Datum object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Datum":{"title":"Datum","properties":{"internal_id":{"type":"string"},"top_clusters":{"type":"array","items":{"$ref":"#/components/schemas/TopClusters"}}},"description":"Datum","type":"object"},"TopClusters":{"title":"TopClusters","properties":{"rank":{"type":"integer","format":"int32"},"cluster_id":{"type":"string"},"cluster_name":{"type":"string"},"proximity_score":{"type":"number","format":"float"},"cluster_definition":{"type":"string"}},"description":"TopClusters","type":"object"}}}}
```

## The TopClusters object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TopClusters":{"title":"TopClusters","properties":{"rank":{"type":"integer","format":"int32"},"cluster_id":{"type":"string"},"cluster_name":{"type":"string"},"proximity_score":{"type":"number","format":"float"},"cluster_definition":{"type":"string"}},"description":"TopClusters","type":"object"}}}}
```

## The KatchMediaResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchMediaResponse":{"title":"KatchMediaResponse","properties":{"Full_Size":{"type":"string"},"Page_Size":{"type":"string"},"Page":{"type":"integer","format":"int32"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/KatchMediaResponseObject"}}},"description":"KatchMediaResponse","type":"object"},"KatchMediaResponseObject":{"title":"KatchMediaResponseObject","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"imdb_id":{"type":"string"}},"description":"KatchMediaResponseObject","type":"object"}}}}
```

## The KatchMediaResponseObject object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchMediaResponseObject":{"title":"KatchMediaResponseObject","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"imdb_id":{"type":"string"}},"description":"KatchMediaResponseObject","type":"object"}}}}
```

## The KatchMetaDataResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchMetaDataResponse":{"title":"KatchMetaDataResponse","properties":{"Full_Size":{"type":"integer","format":"int32"},"Page_Size":{"type":"integer","format":"int32"},"Page":{"type":"string"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/KattchProgram"}}},"description":"KatchMetaDataResponse","type":"object"},"KattchProgram":{"title":"KattchProgram","properties":{"total_rows":{"type":"integer","format":"int32"},"katch_id":{"type":"string"},"title":{"type":"string"},"media_type":{"type":"string"},"box_office":{"$ref":"#/components/schemas/Object"},"budget":{"$ref":"#/components/schemas/Object"},"content_advisory":{"$ref":"#/components/schemas/Object"},"duration":{"type":"string"},"logline":{"type":"string"},"poster":{"type":"string"},"release_year":{"type":"integer","format":"int32"},"genres":{"type":"array","items":{"type":"string"}},"universal_traits":{"type":"array","items":{"$ref":"#/components/schemas/UniversalTraits"}},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/Organization"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}}},"description":"KattchProgram","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"UniversalTraits":{"title":"UniversalTraits","properties":{"category":{"type":"string"},"subcategory":{"type":"string"},"universal_trait":{"type":"string"},"activation_score":{"type":"integer","format":"int32"}},"description":"UniversalTraits","type":"object"},"Organization":{"title":"Organization","properties":{"type":{"type":"string"},"organization":{"type":"string"}},"description":"Organization","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"}}}}
```

## The KatchClustersResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchClustersResponse":{"title":"KatchClustersResponse","properties":{"meta":{"$ref":"#/components/schemas/KatchMeta"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Datum"}}},"description":"KatchClustersResponse","type":"object"},"KatchMeta":{"title":"KatchMeta","properties":{"total_results":{"type":"integer","format":"int32"},"page_size":{"type":"integer","format":"int32"},"current_page":{"type":"integer","format":"int32"}},"description":"KatchMeta","type":"object"},"Datum":{"title":"Datum","properties":{"internal_id":{"type":"string"},"top_clusters":{"type":"array","items":{"$ref":"#/components/schemas/TopClusters"}}},"description":"Datum","type":"object"},"TopClusters":{"title":"TopClusters","properties":{"rank":{"type":"integer","format":"int32"},"cluster_id":{"type":"string"},"cluster_name":{"type":"string"},"proximity_score":{"type":"number","format":"float"},"cluster_definition":{"type":"string"}},"description":"TopClusters","type":"object"}}}}
```

## The KatchMeta object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"KatchMeta":{"title":"KatchMeta","properties":{"total_results":{"type":"integer","format":"int32"},"page_size":{"type":"integer","format":"int32"},"current_page":{"type":"integer","format":"int32"}},"description":"KatchMeta","type":"object"}}}}
```

## The UpdateNetworksResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateNetworksResponse":{"title":"UpdateNetworksResponse","properties":{"Netwroks":{"type":"integer","format":"int32"},"WebChannels":{"type":"integer","format":"int32"}},"description":"UpdateNetworksResponse","type":"object"}}}}
```

## The UpdateListingsCacheResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateListingsCacheResponse":{"title":"UpdateListingsCacheResponse","properties":{"Success":{"type":"boolean"},"NumberOfListings":{"type":"integer","format":"int32"},"IvaMatches":{"type":"integer","format":"int32"},"Day":{"type":"string","format":"date-time"},"EpisodeListings":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeListing"}},"MazeListings":{"type":"array","items":{"$ref":"#/components/schemas/MazeListing"}}},"description":"UpdateListingsCacheResponse","type":"object"},"EpisodeListing":{"title":"EpisodeListing","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"SeriesTitle":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"AirDate":{"type":"string","format":"date-time"},"AirTime":{"type":"string","format":"date-time"},"Schedule":{"$ref":"#/components/schemas/ListingSchedule"},"Network":{"$ref":"#/components/schemas/ListingNetwork"},"WebChannel":{"$ref":"#/components/schemas/ListingWebChannel"},"Poster":{"$ref":"#/components/schemas/ListingPoster"},"Description":{"type":"string"},"Language":{"type":"string"},"Status":{"type":"string"},"Runtime":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"integer","format":"int64"}},"description":"EpisodeListing","type":"object"},"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"},"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"},"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"},"MazeListing":{"title":"MazeListing","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"season":{"type":"integer","format":"int32"},"number":{"type":"integer","format":"int32"},"airdate":{"type":"string"},"airtime":{"type":"string"},"airstamp":{"type":"string","format":"date-time"},"runtime":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"show":{"$ref":"#/components/schemas/MazeShow"},"_links":{"$ref":"#/components/schemas/_Links"}},"description":"MazeListing","type":"object"},"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"},"MazeShow":{"title":"MazeShow","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"language":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"premiered":{"type":"string"},"officialSite":{"type":"string"},"schedule":{"$ref":"#/components/schemas/Schedule"},"rating":{"$ref":"#/components/schemas/Rating"},"weight":{"type":"integer","format":"int32"},"network":{"$ref":"#/components/schemas/MazeNetwork"},"webChannel":{"$ref":"#/components/schemas/Webchannel"},"externals":{"$ref":"#/components/schemas/Externals"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"updated":{"type":"integer","format":"int32"},"_links":{"$ref":"#/components/schemas/_Links"},"_embedded":{"$ref":"#/components/schemas/_Embedded"}},"description":"MazeShow","type":"object"},"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"},"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"},"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"},"_Embedded":{"title":"_Embedded","properties":{"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"show":{"$ref":"#/components/schemas/MazeShow"}},"description":"_Embedded","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The EpisodeListing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeListing":{"title":"EpisodeListing","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"SeriesTitle":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"AirDate":{"type":"string","format":"date-time"},"AirTime":{"type":"string","format":"date-time"},"Schedule":{"$ref":"#/components/schemas/ListingSchedule"},"Network":{"$ref":"#/components/schemas/ListingNetwork"},"WebChannel":{"$ref":"#/components/schemas/ListingWebChannel"},"Poster":{"$ref":"#/components/schemas/ListingPoster"},"Description":{"type":"string"},"Language":{"type":"string"},"Status":{"type":"string"},"Runtime":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"integer","format":"int64"}},"description":"EpisodeListing","type":"object"},"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"},"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"},"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"}}}}
```

## The MazeListing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MazeListing":{"title":"MazeListing","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"season":{"type":"integer","format":"int32"},"number":{"type":"integer","format":"int32"},"airdate":{"type":"string"},"airtime":{"type":"string"},"airstamp":{"type":"string","format":"date-time"},"runtime":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"show":{"$ref":"#/components/schemas/MazeShow"},"_links":{"$ref":"#/components/schemas/_Links"}},"description":"MazeListing","type":"object"},"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"},"MazeShow":{"title":"MazeShow","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"language":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"premiered":{"type":"string"},"officialSite":{"type":"string"},"schedule":{"$ref":"#/components/schemas/Schedule"},"rating":{"$ref":"#/components/schemas/Rating"},"weight":{"type":"integer","format":"int32"},"network":{"$ref":"#/components/schemas/MazeNetwork"},"webChannel":{"$ref":"#/components/schemas/Webchannel"},"externals":{"$ref":"#/components/schemas/Externals"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"updated":{"type":"integer","format":"int32"},"_links":{"$ref":"#/components/schemas/_Links"},"_embedded":{"$ref":"#/components/schemas/_Embedded"}},"description":"MazeShow","type":"object"},"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"},"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"},"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"},"_Embedded":{"title":"_Embedded","properties":{"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"show":{"$ref":"#/components/schemas/MazeShow"}},"description":"_Embedded","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The MazeImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"}}}}
```

## The MazeShow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MazeShow":{"title":"MazeShow","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"language":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"premiered":{"type":"string"},"officialSite":{"type":"string"},"schedule":{"$ref":"#/components/schemas/Schedule"},"rating":{"$ref":"#/components/schemas/Rating"},"weight":{"type":"integer","format":"int32"},"network":{"$ref":"#/components/schemas/MazeNetwork"},"webChannel":{"$ref":"#/components/schemas/Webchannel"},"externals":{"$ref":"#/components/schemas/Externals"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"updated":{"type":"integer","format":"int32"},"_links":{"$ref":"#/components/schemas/_Links"},"_embedded":{"$ref":"#/components/schemas/_Embedded"}},"description":"MazeShow","type":"object"},"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"},"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"},"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"},"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"},"_Embedded":{"title":"_Embedded","properties":{"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"show":{"$ref":"#/components/schemas/MazeShow"}},"description":"_Embedded","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The Schedule object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"}}}}
```

## The MazeNetwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"}}}}
```

## The MazeCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"}}}}
```

## The Webchannel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"}}}}
```

## The Externals object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"}}}}
```

## The \_Links object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"}}}}
```

## The Self object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"}}}}
```

## The Previousepisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"}}}}
```

## The Nextepisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"}}}}
```

## The \_Embedded object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"_Embedded":{"title":"_Embedded","properties":{"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"show":{"$ref":"#/components/schemas/MazeShow"}},"description":"_Embedded","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"},"MazeShow":{"title":"MazeShow","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"language":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"premiered":{"type":"string"},"officialSite":{"type":"string"},"schedule":{"$ref":"#/components/schemas/Schedule"},"rating":{"$ref":"#/components/schemas/Rating"},"weight":{"type":"integer","format":"int32"},"network":{"$ref":"#/components/schemas/MazeNetwork"},"webChannel":{"$ref":"#/components/schemas/Webchannel"},"externals":{"$ref":"#/components/schemas/Externals"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"updated":{"type":"integer","format":"int32"},"_links":{"$ref":"#/components/schemas/_Links"},"_embedded":{"$ref":"#/components/schemas/_Embedded"}},"description":"MazeShow","type":"object"},"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"},"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"},"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"},"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"}}}}
```

## The UpdateListings7DaysResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateListings7DaysResponse":{"title":"UpdateListings7DaysResponse","properties":{"WeekListings":{"type":"array","items":{"$ref":"#/components/schemas/UpdateListingsCacheResponse"}}},"description":"UpdateListings7DaysResponse","type":"object"},"UpdateListingsCacheResponse":{"title":"UpdateListingsCacheResponse","properties":{"Success":{"type":"boolean"},"NumberOfListings":{"type":"integer","format":"int32"},"IvaMatches":{"type":"integer","format":"int32"},"Day":{"type":"string","format":"date-time"},"EpisodeListings":{"type":"array","items":{"$ref":"#/components/schemas/EpisodeListing"}},"MazeListings":{"type":"array","items":{"$ref":"#/components/schemas/MazeListing"}}},"description":"UpdateListingsCacheResponse","type":"object"},"EpisodeListing":{"title":"EpisodeListing","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"SeriesTitle":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"AirDate":{"type":"string","format":"date-time"},"AirTime":{"type":"string","format":"date-time"},"Schedule":{"$ref":"#/components/schemas/ListingSchedule"},"Network":{"$ref":"#/components/schemas/ListingNetwork"},"WebChannel":{"$ref":"#/components/schemas/ListingWebChannel"},"Poster":{"$ref":"#/components/schemas/ListingPoster"},"Description":{"type":"string"},"Language":{"type":"string"},"Status":{"type":"string"},"Runtime":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"integer","format":"int64"}},"description":"EpisodeListing","type":"object"},"ListingSchedule":{"title":"ListingSchedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"ListingSchedule","type":"object"},"ListingNetwork":{"title":"ListingNetwork","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetwork","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"},"ListingWebChannel":{"title":"ListingWebChannel","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannel","type":"object"},"ListingPoster":{"title":"ListingPoster","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ListingPoster","type":"object"},"MazeListing":{"title":"MazeListing","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"season":{"type":"integer","format":"int32"},"number":{"type":"integer","format":"int32"},"airdate":{"type":"string"},"airtime":{"type":"string"},"airstamp":{"type":"string","format":"date-time"},"runtime":{"type":"integer","format":"int32"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"show":{"$ref":"#/components/schemas/MazeShow"},"_links":{"$ref":"#/components/schemas/_Links"}},"description":"MazeListing","type":"object"},"MazeImage":{"title":"MazeImage","properties":{"medium":{"type":"string"},"original":{"type":"string"}},"description":"MazeImage","type":"object"},"MazeShow":{"title":"MazeShow","properties":{"id":{"type":"integer","format":"int32"},"url":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"language":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"runtime":{"type":"integer","format":"int32"},"premiered":{"type":"string"},"officialSite":{"type":"string"},"schedule":{"$ref":"#/components/schemas/Schedule"},"rating":{"$ref":"#/components/schemas/Rating"},"weight":{"type":"integer","format":"int32"},"network":{"$ref":"#/components/schemas/MazeNetwork"},"webChannel":{"$ref":"#/components/schemas/Webchannel"},"externals":{"$ref":"#/components/schemas/Externals"},"image":{"$ref":"#/components/schemas/MazeImage"},"summary":{"type":"string"},"updated":{"type":"integer","format":"int32"},"_links":{"$ref":"#/components/schemas/_Links"},"_embedded":{"$ref":"#/components/schemas/_Embedded"}},"description":"MazeShow","type":"object"},"Schedule":{"title":"Schedule","properties":{"time":{"type":"string"},"days":{"type":"array","items":{"type":"string"}}},"description":"Schedule","type":"object"},"Rating":{"title":"Rating","properties":{"type":{"type":"string"},"value":{"type":"string"},"explanation":{"type":"string"}},"description":"Rating","type":"object"},"MazeNetwork":{"title":"MazeNetwork","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"MazeNetwork","type":"object"},"MazeCountry":{"title":"MazeCountry","properties":{"name":{"type":"string"},"code":{"type":"string"},"timezone":{"type":"string"}},"description":"MazeCountry","type":"object"},"Webchannel":{"title":"Webchannel","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"country":{"$ref":"#/components/schemas/MazeCountry"}},"description":"Webchannel","type":"object"},"Externals":{"title":"Externals","properties":{"tvrage":{"type":"integer","format":"int32"},"thetvdb":{"type":"integer","format":"int32"},"imdb":{"type":"string"}},"description":"Externals","type":"object"},"_Links":{"title":"_Links","properties":{"self":{"$ref":"#/components/schemas/Self"},"previousepisode":{"$ref":"#/components/schemas/Previousepisode"},"nextepisode":{"$ref":"#/components/schemas/Nextepisode"}},"description":"_Links","type":"object"},"Self":{"title":"Self","properties":{"href":{"type":"string"}},"description":"Self","type":"object"},"Previousepisode":{"title":"Previousepisode","properties":{"href":{"type":"string"}},"description":"Previousepisode","type":"object"},"Nextepisode":{"title":"Nextepisode","properties":{"href":{"type":"string"}},"description":"Nextepisode","type":"object"},"_Embedded":{"title":"_Embedded","properties":{"cast":{"type":"array","items":{"$ref":"#/components/schemas/Cast"}},"crew":{"type":"array","items":{"$ref":"#/components/schemas/Crew"}},"show":{"$ref":"#/components/schemas/MazeShow"}},"description":"_Embedded","type":"object"},"Cast":{"title":"Cast","properties":{"character":{"type":"string"},"individual":{"type":"string"}},"description":"Cast","type":"object"},"Crew":{"title":"Crew","properties":{"job":{"type":"string"},"individual":{"type":"string"}},"description":"Crew","type":"object"}}}}
```

## The ListingNetworkResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingNetworkResponse":{"title":"ListingNetworkResponse","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingNetwork.","type":"integer","format":"int64"},"TVMazeId":{"description":"TVMaze ID for ListingNetwork.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingNetwork.","type":"string"},"FullName":{"description":"Full name of ListingNetwork parent company.","type":"string"},"Description":{"description":"Description of ListingNetwork.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingNetwork, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingNetwork.","type":"string"},"Modified":{"description":"Date ListingNetwork was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingNetwork.","type":"integer","format":"int32"}},"description":"ListingNetworkResponse","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"}}}}
```

## The ListingWebChannelResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ListingWebChannelResponse":{"title":"ListingWebChannelResponse","required":["Name"],"properties":{"Id":{"description":"Unique ID of the ListingWebChannel.","type":"integer","format":"int32"},"TVMazeId":{"description":"TVMaze ID for ListingWebChannel.","type":"integer","format":"int32"},"Name":{"description":"Network ID or Name of ListingWebChannel.","type":"string"},"FullName":{"description":"Full name of ListingWebChannel parent company.","type":"string"},"Description":{"description":"Description of ListingWebChannel.","type":"string"},"Country":{"$ref":"#/components/schemas/ListingCountry","description":"Country object for ListingWebChannel, Country, ISo and time zone."},"Logo":{"description":"Url for Logo image of ListingWebChannel.","type":"string"},"Modified":{"description":"Date ListingWebChannel was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"ID of User who last modified ListingWebChannel.","type":"integer","format":"int32"}},"description":"ListingWebChannelResponse","type":"object"},"ListingCountry":{"title":"ListingCountry","properties":{"name":{"description":"Name of ListingCountry.","type":"string"},"code":{"description":"ISO code of ListingCountry.","type":"string"},"timezone":{"description":"Time zone for listing in country.","type":"string"}},"description":"ListingCountry","type":"object"}}}}
```

## The MaintenanceResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MaintenanceResponse":{"title":"MaintenanceResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"MaintenanceResponse","type":"object"}}}}
```

## The EntertainmentMatchCandidatesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EntertainmentMatchCandidatesResponse":{"title":"EntertainmentMatchCandidatesResponse","properties":{"MatchCandidates":{"description":"List of possible matches.","type":"array","items":{"$ref":"#/components/schemas/MatchCandidate"}},"TitleMods":{"$ref":"#/components/schemas/TitleMods"},"Success":{"description":"Status of match operation.","type":"boolean"},"Message":{"type":"string"}},"description":"EntertainmentMatchCandidatesResponse","type":"object"},"MatchCandidate":{"title":"MatchCandidate","properties":{"Score":{"description":"Score of the match to Entertainment.","type":"integer","format":"int32"},"ProgramType":{"description":"Program Type of the match to Entertainment.","type":"string"},"EntertainmentId":{"description":"Entertainment Index program ID on successful match.","type":"string"},"TitleMatch":{"$ref":"#/components/schemas/DataComparison","description":"Title match result."},"YearMatch":{"$ref":"#/components/schemas/DataComparison","description":"Year match result."},"ReleaseDateMatch":{"$ref":"#/components/schemas/DataComparison","description":"Release Date match result."},"CertificationMatch":{"$ref":"#/components/schemas/DataComparison","description":"Certification match result."},"RuntimeMatch":{"$ref":"#/components/schemas/DataComparison","description":"Runtime match result."},"OriginatingNetworkMatch":{"$ref":"#/components/schemas/DataComparison","description":"Originating Network match result."},"DescriptionMatch":{"$ref":"#/components/schemas/DataComparison","description":"Description match result."},"CastMatch":{"$ref":"#/components/schemas/DataComparison","description":"Cast match result."},"DirectorsMatch":{"$ref":"#/components/schemas/DataComparison","description":"Directors match result."},"ProducersMatch":{"$ref":"#/components/schemas/DataComparison","description":"Producers match result."},"CompanyMatch":{"$ref":"#/components/schemas/DataComparison","description":"Company match result."},"GenreMatch":{"$ref":"#/components/schemas/DataComparison","description":"Genre match result."},"ThemeMatch":{"$ref":"#/components/schemas/DataComparison","description":"THeme match result."}},"description":"MatchCandidate","type":"object"},"DataComparison":{"title":"DataComparison","properties":{"Score":{"type":"integer","format":"int32"},"SubmittedValue":{"type":"string"},"IndexValue":{"type":"string"}},"description":"DataComparison","type":"object"},"TitleMods":{"title":"TitleMods","properties":{"TitleSubmitted":{"type":"string"},"TitleApplied":{"type":"string"},"Removals":{"type":"array","items":{"type":"string"}}},"description":"TitleMods","type":"object"}}}}
```

## The MatchCandidate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchCandidate":{"title":"MatchCandidate","properties":{"Score":{"description":"Score of the match to Entertainment.","type":"integer","format":"int32"},"ProgramType":{"description":"Program Type of the match to Entertainment.","type":"string"},"EntertainmentId":{"description":"Entertainment Index program ID on successful match.","type":"string"},"TitleMatch":{"$ref":"#/components/schemas/DataComparison","description":"Title match result."},"YearMatch":{"$ref":"#/components/schemas/DataComparison","description":"Year match result."},"ReleaseDateMatch":{"$ref":"#/components/schemas/DataComparison","description":"Release Date match result."},"CertificationMatch":{"$ref":"#/components/schemas/DataComparison","description":"Certification match result."},"RuntimeMatch":{"$ref":"#/components/schemas/DataComparison","description":"Runtime match result."},"OriginatingNetworkMatch":{"$ref":"#/components/schemas/DataComparison","description":"Originating Network match result."},"DescriptionMatch":{"$ref":"#/components/schemas/DataComparison","description":"Description match result."},"CastMatch":{"$ref":"#/components/schemas/DataComparison","description":"Cast match result."},"DirectorsMatch":{"$ref":"#/components/schemas/DataComparison","description":"Directors match result."},"ProducersMatch":{"$ref":"#/components/schemas/DataComparison","description":"Producers match result."},"CompanyMatch":{"$ref":"#/components/schemas/DataComparison","description":"Company match result."},"GenreMatch":{"$ref":"#/components/schemas/DataComparison","description":"Genre match result."},"ThemeMatch":{"$ref":"#/components/schemas/DataComparison","description":"THeme match result."}},"description":"MatchCandidate","type":"object"},"DataComparison":{"title":"DataComparison","properties":{"Score":{"type":"integer","format":"int32"},"SubmittedValue":{"type":"string"},"IndexValue":{"type":"string"}},"description":"DataComparison","type":"object"}}}}
```

## The DataComparison object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DataComparison":{"title":"DataComparison","properties":{"Score":{"type":"integer","format":"int32"},"SubmittedValue":{"type":"string"},"IndexValue":{"type":"string"}},"description":"DataComparison","type":"object"}}}}
```

## The MatchToEntertainmentSeasonBySequenceResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentSeasonBySequenceResponse":{"title":"MatchToEntertainmentSeasonBySequenceResponse","properties":{"Success":{"type":"boolean"},"SeasonId":{"type":"integer","format":"int64"},"Score":{"type":"integer","format":"int32"},"Message":{"type":"string"}},"description":"MatchToEntertainmentSeasonBySequenceResponse","type":"object"}}}}
```

## The MatchToEntertainmentEpisodeBySequenceResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToEntertainmentEpisodeBySequenceResponse":{"title":"MatchToEntertainmentEpisodeBySequenceResponse","properties":{"Success":{"type":"boolean"},"EpisodeId":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Score":{"type":"integer","format":"int32"},"Message":{"type":"string"}},"description":"MatchToEntertainmentEpisodeBySequenceResponse","type":"object"}}}}
```

## The MovieRatingsModel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieRatingsModel":{"title":"MovieRatingsModel","properties":{"MovieId":{"type":"string"},"VideoTrailerCount":{"type":"number","format":"double"},"VideoClipOrSceneCount":{"type":"number","format":"double"},"VideoBTSCount":{"type":"number","format":"double"},"Runtime":{"type":"number","format":"double"},"AlternateTitleCount":{"type":"number","format":"double"},"Revenue":{"type":"number","format":"double"},"NewRatings":{"type":"number","format":"double"},"IMDB":{"type":"number","format":"double"},"OfficialSiteUrl":{"type":"number","format":"double"},"AvailBool":{"type":"number","format":"double"},"StudioIVADescription":{"type":"number","format":"double"},"NonIVADescription":{"type":"number","format":"double"},"BonusDataIdCount":{"type":"number","format":"double"},"BonusSocialIdCount":{"type":"number","format":"double"},"MPAACount":{"type":"number","format":"double"},"Trending":{"type":"number","format":"double"},"Top5AverageContributor":{"type":"number","format":"double"},"Over80ContributorCount":{"type":"number","format":"double"},"Over70ContributorCount":{"type":"number","format":"double"},"Over60ContributorCount":{"type":"number","format":"double"},"Over50ContributorCount":{"type":"number","format":"double"},"ImageCount":{"type":"number","format":"double"},"OfficialImageCount":{"type":"number","format":"double"},"ReleaseCount":{"type":"number","format":"double"},"BestNomination":{"type":"number","format":"double"},"BestWinner":{"type":"number","format":"double"},"AwardNominations":{"type":"number","format":"double"},"AwardWinner":{"type":"number","format":"double"},"popularShowCollection":{"type":"number","format":"double"},"popularMovieCollection":{"type":"number","format":"double"}},"description":"MovieRatingsModel","type":"object"}}}}
```

## The ShowRatingsModel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowRatingsModel":{"title":"ShowRatingsModel","properties":{"ShowId":{"type":"string"},"VideoCount":{"type":"number","format":"double"},"CertificationCount":{"type":"number","format":"double"},"NewRatings":{"type":"number","format":"double"},"IMDB":{"type":"number","format":"double"},"OfficialSiteUrl":{"type":"number","format":"double"},"AvailBool":{"type":"number","format":"double"},"StudioIVADescription":{"type":"number","format":"double"},"NonIVADescription":{"type":"number","format":"double"},"BonusDataIdCount":{"type":"number","format":"double"},"BonusSocialIdCount":{"type":"number","format":"double"},"MPAACount":{"type":"number","format":"double"},"Trending":{"type":"number","format":"double"},"Top5AverageContributor":{"type":"number","format":"double"},"Over80ContributorCount":{"type":"number","format":"double"},"Over70ContributorCount":{"type":"number","format":"double"},"Over60ContributorCount":{"type":"number","format":"double"},"Over50ContributorCount":{"type":"number","format":"double"},"ImageCount":{"type":"number","format":"double"},"OfficialImageCount":{"type":"number","format":"double"},"ReleaseCount":{"type":"number","format":"double"},"BestNomination":{"type":"number","format":"double"},"BestWinner":{"type":"number","format":"double"},"AwardNominations":{"type":"number","format":"double"},"AwardWinner":{"type":"number","format":"double"},"popularShowCollection":{"type":"number","format":"double"},"popularMovieCollection":{"type":"number","format":"double"}},"description":"ShowRatingsModel","type":"object"}}}}
```

## The PersonRatingsModel object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonRatingsModel":{"title":"PersonRatingsModel","properties":{"PersonId":{"type":"string"},"Type":{"type":"string"},"NewRatings":{"type":"number","format":"double"},"ImageCount":{"type":"number","format":"double"},"ImageCountHead":{"type":"number","format":"double"},"Description":{"type":"number","format":"double"},"FilmographyCount":{"type":"number","format":"double"},"SocialIdCount":{"type":"number","format":"double"},"GrossBoxOffice":{"type":"number","format":"double"},"MovieAny":{"type":"number","format":"double"},"MovieNominated":{"type":"number","format":"double"},"MovieNominatedWon":{"type":"number","format":"double"},"ShowAny":{"type":"number","format":"double"},"AcademyNominated":{"type":"number","format":"double"},"AcademyWon":{"type":"number","format":"double"},"GoldenGlobeNominated":{"type":"number","format":"double"},"GoldenGlobeWon":{"type":"number","format":"double"},"EmmyNominated":{"type":"number","format":"double"},"EmmyWon":{"type":"number","format":"double"},"MoviesOrShowsHighlyRated":{"type":"number","format":"double"},"CreditInLastThreeYear":{"type":"number","format":"double"},"DirectedMovieOrShowPoints":{"type":"number","format":"double"},"Top5ContributorIn20OrdMore":{"type":"number","format":"double"},"BestDirectorWonOrNominated":{"type":"number","format":"double"}},"description":"PersonRatingsModel","type":"object"}}}}
```

## The IvaRatingsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"IvaRatingsResponse":{"title":"IvaRatingsResponse","properties":{"MovieId":{"type":"string"},"ShowId":{"type":"string"},"GameId":{"type":"string"},"PersonId":{"type":"string"},"Rating":{"type":"number","format":"double"},"Modified":{"type":"string","format":"date-time"}},"description":"IvaRatingsResponse","type":"object"}}}}
```

## The List\_IvaRatingsResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_IvaRatingsResponse_":{"title":"List<IvaRatingsResponse>","type":"array","items":{"$ref":"#/components/schemas/IvaRatingsResponse"}},"IvaRatingsResponse":{"title":"IvaRatingsResponse","properties":{"MovieId":{"type":"string"},"ShowId":{"type":"string"},"GameId":{"type":"string"},"PersonId":{"type":"string"},"Rating":{"type":"number","format":"double"},"Modified":{"type":"string","format":"date-time"}},"description":"IvaRatingsResponse","type":"object"}}}}
```

## The SearchEntertainmentAutoCompleteResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchEntertainmentAutoCompleteResponse":{"title":"SearchEntertainmentAutoCompleteResponse","properties":{"Programtype":{"type":"string"},"id":{"type":"string"},"Suggestion":{"type":"string"},"Description":{"type":"string"},"Ivarating":{"type":"number","format":"double"},"Genres":{"type":"array","items":{"type":"string"}},"Year":{"type":"integer","format":"int32"}},"description":"SearchEntertainmentAutoCompleteResponse","type":"object"}}}}
```

## The List\_SearchEntertainmentAutoCompleteResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SearchEntertainmentAutoCompleteResponse_":{"title":"List<SearchEntertainmentAutoCompleteResponse>","type":"array","items":{"$ref":"#/components/schemas/SearchEntertainmentAutoCompleteResponse"}},"SearchEntertainmentAutoCompleteResponse":{"title":"SearchEntertainmentAutoCompleteResponse","properties":{"Programtype":{"type":"string"},"id":{"type":"string"},"Suggestion":{"type":"string"},"Description":{"type":"string"},"Ivarating":{"type":"number","format":"double"},"Genres":{"type":"array","items":{"type":"string"}},"Year":{"type":"integer","format":"int32"}},"description":"SearchEntertainmentAutoCompleteResponse","type":"object"}}}}
```

## The GetEntertainmentDiscrepanciesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetEntertainmentDiscrepanciesResponse":{"title":"GetEntertainmentDiscrepanciesResponse","properties":{"MissingMovies":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteMovies":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingShows":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteShows":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingSeasons":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteSeasons":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingEpisodes":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteEpisodes":{"type":"array","items":{"type":"integer","format":"int64"}},"MissingGames":{"type":"array","items":{"type":"integer","format":"int64"}},"DeleteGames":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"GetEntertainmentDiscrepanciesResponse","type":"object"}}}}
```

## The RepairDiscrepanciesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RepairDiscrepanciesResponse":{"title":"RepairDiscrepanciesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RepairDiscrepanciesResponse","type":"object"}}}}
```

## The SignificantTermAggregations object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SignificantTermAggregations":{"title":"SignificantTermAggregations","properties":{"Tags":{"type":"array","items":{"type":"string"}},"Characters":{"type":"array","items":{"type":"string"}},"BasedOns":{"type":"array","items":{"type":"string"}},"Subjects":{"type":"array","items":{"type":"string"}},"MicroGenres":{"type":"array","items":{"type":"string"}}},"description":"SignificantTermAggregations","type":"object"}}}}
```

## The GoogleSheetMatchingResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GoogleSheetMatchingResponse":{"title":"GoogleSheetMatchingResponse","properties":{"Successs":{"type":"boolean"},"ResponseMessage":{"type":"string"}},"description":"GoogleSheetMatchingResponse","type":"object"}}}}
```

## The MatchToThirdPartyIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchToThirdPartyIndexResponse":{"title":"MatchToThirdPartyIndexResponse","properties":{"Success":{"description":"Status of match operation.","type":"boolean"},"Description":{"description":"Description of match operation result.","type":"string"},"ProgramMatches":{"description":"List of matched programs.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexMatch"}}},"description":"MatchToThirdPartyIndexResponse","type":"object"},"ThirdPartyIndexMatch":{"title":"ThirdPartyIndexMatch","properties":{"ProgramMatch":{"$ref":"#/components/schemas/ThirdPartyProgram","description":"Third Party Index program index."},"Score":{"description":"Score of the match to Third Party Index.","type":"integer","format":"int32"}},"description":"ThirdPartyIndexMatch","type":"object"},"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The ThirdPartyIndexMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartyIndexMatch":{"title":"ThirdPartyIndexMatch","properties":{"ProgramMatch":{"$ref":"#/components/schemas/ThirdPartyProgram","description":"Third Party Index program index."},"Score":{"description":"Score of the match to Third Party Index.","type":"integer","format":"int32"}},"description":"ThirdPartyIndexMatch","type":"object"},"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The ThirdPartySearchHit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ThirdPartySearchHit":{"title":"ThirdPartySearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/ThirdPartyProgram"},"Id":{"type":"string"}},"description":"ThirdPartySearchHit","type":"object"},"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The SmallTPP object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SmallTPP":{"title":"SmallTPP","properties":{"Id":{"type":"string"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Source":{"type":"string"},"SourceId":{"type":"string"},"IvaSourceTypeId":{"type":"integer","format":"int32"},"IvaProgramType":{"type":"string"}},"description":"SmallTPP","type":"object"}}}}
```

## The List\_SmallTPP\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SmallTPP_":{"title":"List<SmallTPP>","type":"array","items":{"$ref":"#/components/schemas/SmallTPP"}},"SmallTPP":{"title":"SmallTPP","properties":{"Id":{"type":"string"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Source":{"type":"string"},"SourceId":{"type":"string"},"IvaSourceTypeId":{"type":"integer","format":"int32"},"IvaProgramType":{"type":"string"}},"description":"SmallTPP","type":"object"}}}}
```

## The SearchThirdPartyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchThirdPartyResponse":{"title":"SearchThirdPartyResponse","properties":{"Took":{"type":"integer","format":"int64"},"Total":{"type":"integer","format":"int64"},"MaxScore":{"type":"number","format":"double"},"Hits":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartySearchHit"}},"Message":{"type":"string"}},"description":"SearchThirdPartyResponse","type":"object"},"ThirdPartySearchHit":{"title":"ThirdPartySearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/ThirdPartyProgram"},"Id":{"type":"string"}},"description":"ThirdPartySearchHit","type":"object"},"ThirdPartyProgram":{"title":"ThirdPartyProgram","properties":{"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"Id":{"description":"Unique ID of the Elastic Index documant, Show, Season or Episode in the form of Movie/{Source}/1 or Show/{Source}/2","type":"string"},"Source":{"description":"Source of Elastic Search document content","type":"string"},"SourceId":{"description":"Source ID for program record.","type":"string"},"IvaSourceTypeId":{"description":"IVA Source type ID for program record.","type":"integer","format":"int32"},"ProgramType":{"description":"Source Program type of record.","type":"string"},"EntertainmentId":{"description":"Entertainment ID for program record, populated once matched.  Ex: Movie/6568","type":"string"},"IvaProgramType":{"description":"Entertainment Program type of record.","type":"string"},"ProgramSubType":{"description":"Provider's SubType.","type":"string"},"IvaSubType":{"description":"IVA's Translated SubType from ProgramSubType.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalTitle":{"description":"Original title of program","type":"string"},"NormalizedTitle":{"description":"Original title of program","type":"string"},"Titles":{"description":"List of alternate titles for program for easy searching.","type":"array","items":{"type":"string"}},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Cast":{"description":"List of cast member names for matching / searching.  Also in Contributor.","type":"array","items":{"type":"string"}},"Directors":{"description":"List of director names for matching.","type":"array","items":{"type":"string"}},"Producers":{"description":"List of producer names for matching.","type":"array","items":{"type":"string"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/{Source}/1234","type":"string"},"SeasonId":{"description":"Used for episodes. Ex: Season/{Source}/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"string"},"EpisodeNumber":{"description":"Used for episodes.","type":"string"},"OriginalLanguage":{"description":"Original language.","type":"string"},"IvaLanguage":{"description":"Iva language.","type":"string"},"IvaLanguageId":{"description":"Iva language Id.","type":"string"},"CountriesOfOrigin":{"description":"Countries of origin.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCountry"}},"Revenue":{"description":"Total revenue generated by program.","type":"integer","format":"int64"},"Budget":{"description":"Program budget","type":"integer","format":"int64"},"Runtime":{"description":"Program runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Program website home page.","type":"string"},"Status":{"description":"Status of program.","type":"string"},"IvaStatus":{"description":"Iva Status of program translated from Status.","type":"string"},"OriginatingNetwork":{"$ref":"#/components/schemas/ThirdPartyIndexOriginatingNetwork","description":"The network that shows are currently airing on."},"Genres":{"description":"List of genres.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexGenre"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexTag"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexCompany"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexImage"}},"SourceModified":{"description":"DateTime record last modified from the source.","type":"string","format":"date-time"},"Complete":{"description":"Flag indicating completeness of record, mainly for IMDb.","type":"boolean"}},"description":"ThirdPartyProgram","type":"object"},"ThirdPartyIndexCountry":{"title":"ThirdPartyIndexCountry","properties":{"Country":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCountry","type":"object"},"ThirdPartyIndexOriginatingNetwork":{"title":"ThirdPartyIndexOriginatingNetwork","properties":{"Network":{"type":"string"},"IvaNetwork":{"type":"string"},"IvaNetworkId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexOriginatingNetwork","type":"object"},"ThirdPartyIndexGenre":{"title":"ThirdPartyIndexGenre","properties":{"Genre":{"type":"string"},"IvaGenre":{"type":"string"},"IvaGenreId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexGenre","type":"object"},"ThirdPartyIndexTag":{"title":"ThirdPartyIndexTag","properties":{"Tag":{"type":"string"},"IvaTag":{"type":"string"},"IvaTagId":{"type":"integer","format":"int64"}},"description":"ThirdPartyIndexTag","type":"object"},"ThirdPartyIndexRelease":{"title":"ThirdPartyIndexRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"IvaCertification":{"type":"string"},"IvaCertificationId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"},"ReleaseType":{"type":"string"},"IvaReleaseType":{"type":"string"},"IvaReleaseTypeId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexRelease","type":"object"},"ThirdPartyIndexContributor":{"title":"ThirdPartyIndexContributor","properties":{"IvaJob":{"type":"string"},"IvaJobId":{"type":"integer","format":"int32"},"ExternalIds":{"type":"array","items":{"$ref":"#/components/schemas/ThirdPartyIndexExternalId"}},"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexContributor","type":"object"},"ThirdPartyIndexExternalId":{"title":"ThirdPartyIndexExternalId","properties":{"IvaName":{"type":"string"},"IvaNameId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ThirdPartyIndexExternalId","type":"object"},"ThirdPartyIndexAlternateTitle":{"title":"ThirdPartyIndexAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"IvaCountry":{"type":"string"},"IvaCountryId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexAlternateTitle","type":"object"},"ThirdPartyIndexDescription":{"title":"ThirdPartyIndexDescription","properties":{"Description":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"string"}},"description":"ThirdPartyIndexDescription","type":"object"},"ThirdPartyIndexCompany":{"title":"ThirdPartyIndexCompany","properties":{"Company":{"type":"string"},"IvaCompany":{"type":"string"},"IvaCompanyId":{"type":"integer","format":"int32"}},"description":"ThirdPartyIndexCompany","type":"object"},"ThirdPartyIndexVideo":{"title":"ThirdPartyIndexVideo","properties":{"Id":{"type":"string"},"VideoUrl":{"type":"string"},"VideoiD":{"type":"string"},"Image":{"type":"string"},"Title":{"type":"string"},"Description":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"Definition":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"VideoMature":{"type":"boolean"},"UpVotes":{"type":"integer","format":"int32"},"PubDate":{"type":"string","format":"date-time"}},"description":"ThirdPartyIndexVideo","type":"object"},"ThirdPartyIndexImage":{"title":"ThirdPartyIndexImage","properties":{"Id":{"type":"string"},"Link":{"type":"string"},"Type":{"type":"string"},"IvaImageType":{"type":"string"},"IvaImageTypeId":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Copyright":{"type":"string"},"Attribution":{"type":"string"},"Source":{"type":"string"},"Language":{"type":"string"},"IvaLanguage":{"type":"string"},"IvaLanguageId":{"type":"integer","format":"int32"},"Official":{"type":"boolean"},"Titles":{"type":"array","items":{"type":"string"}}},"description":"ThirdPartyIndexImage","type":"object"}}}}
```

## The RefreshIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RefreshIndexResponse":{"title":"RefreshIndexResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"}},"description":"RefreshIndexResponse","type":"object"}}}}
```

## The MetacriticMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponse":{"title":"MetacriticMovieResponse","properties":{"response":{"$ref":"#/components/schemas/MetacriticMovieResponseObj"}},"description":"MetacriticMovieResponse","type":"object"},"MetacriticMovieResponseObj":{"title":"MetacriticMovieResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticMovieResponseProduct"}},"description":"MetacriticMovieResponseObj","type":"object"},"MetacriticMovieResponseProduct":{"title":"MetacriticMovieResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ReleaseDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviews"}},"description":"MetacriticMovieResponseProduct","type":"object"},"MetacriticMovieResponseProductMetascore":{"title":"MetacriticMovieResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductMetascore","type":"object"},"MetacriticMovieResponseProductUserscore":{"title":"MetacriticMovieResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductUserscore","type":"object"},"MetacriticMovieResponseProductReviews":{"title":"MetacriticMovieResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReview"}}},"description":"MetacriticMovieResponseProductReviews","type":"object"},"MetacriticMovieResponseProductReviewsReview":{"title":"MetacriticMovieResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticMovieResponseProductReviewsReview","type":"object"},"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticMovieResponseObj object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseObj":{"title":"MetacriticMovieResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticMovieResponseProduct"}},"description":"MetacriticMovieResponseObj","type":"object"},"MetacriticMovieResponseProduct":{"title":"MetacriticMovieResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ReleaseDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviews"}},"description":"MetacriticMovieResponseProduct","type":"object"},"MetacriticMovieResponseProductMetascore":{"title":"MetacriticMovieResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductMetascore","type":"object"},"MetacriticMovieResponseProductUserscore":{"title":"MetacriticMovieResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductUserscore","type":"object"},"MetacriticMovieResponseProductReviews":{"title":"MetacriticMovieResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReview"}}},"description":"MetacriticMovieResponseProductReviews","type":"object"},"MetacriticMovieResponseProductReviewsReview":{"title":"MetacriticMovieResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticMovieResponseProductReviewsReview","type":"object"},"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticMovieResponseProduct object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProduct":{"title":"MetacriticMovieResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"ReleaseDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviews"}},"description":"MetacriticMovieResponseProduct","type":"object"},"MetacriticMovieResponseProductMetascore":{"title":"MetacriticMovieResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductMetascore","type":"object"},"MetacriticMovieResponseProductUserscore":{"title":"MetacriticMovieResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductUserscore","type":"object"},"MetacriticMovieResponseProductReviews":{"title":"MetacriticMovieResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReview"}}},"description":"MetacriticMovieResponseProductReviews","type":"object"},"MetacriticMovieResponseProductReviewsReview":{"title":"MetacriticMovieResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticMovieResponseProductReviewsReview","type":"object"},"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticMovieResponseProductMetascore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductMetascore":{"title":"MetacriticMovieResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductMetascore","type":"object"}}}}
```

## The MetacriticMovieResponseProductUserscore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductUserscore":{"title":"MetacriticMovieResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticMovieResponseProductUserscore","type":"object"}}}}
```

## The MetacriticMovieResponseProductReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductReviews":{"title":"MetacriticMovieResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReview"}}},"description":"MetacriticMovieResponseProductReviews","type":"object"},"MetacriticMovieResponseProductReviewsReview":{"title":"MetacriticMovieResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticMovieResponseProductReviewsReview","type":"object"},"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticMovieResponseProductReviewsReview object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductReviewsReview":{"title":"MetacriticMovieResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticMovieResponseProductReviewsReview","type":"object"},"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticMovieResponseProductReviewsReviewPublication object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductReviewsReviewPublication":{"title":"MetacriticMovieResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewPublication","type":"object"}}}}
```

## The MetacriticMovieResponseProductReviewsReviewCritic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticMovieResponseProductReviewsReviewCritic":{"title":"MetacriticMovieResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticMovieResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponse":{"title":"MetacriticTvResponse","properties":{"response":{"$ref":"#/components/schemas/MetacriticTvResponseObj"}},"description":"MetacriticTvResponse","type":"object"},"MetacriticTvResponseObj":{"title":"MetacriticTvResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticTvResponseProduct"}},"description":"MetacriticTvResponseObj","type":"object"},"MetacriticTvResponseProduct":{"title":"MetacriticTvResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviews"}},"description":"MetacriticTvResponseProduct","type":"object"},"MetacriticTvResponseProductMetascore":{"title":"MetacriticTvResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductMetascore","type":"object"},"MetacriticTvResponseProductUserscore":{"title":"MetacriticTvResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductUserscore","type":"object"},"MetacriticTvResponseProductReviews":{"title":"MetacriticTvResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReview"}}},"description":"MetacriticTvResponseProductReviews","type":"object"},"MetacriticTvResponseProductReviewsReview":{"title":"MetacriticTvResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewCritic"}},"description":"MetacriticTvResponseProductReviewsReview","type":"object"},"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponseObj object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseObj":{"title":"MetacriticTvResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticTvResponseProduct"}},"description":"MetacriticTvResponseObj","type":"object"},"MetacriticTvResponseProduct":{"title":"MetacriticTvResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviews"}},"description":"MetacriticTvResponseProduct","type":"object"},"MetacriticTvResponseProductMetascore":{"title":"MetacriticTvResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductMetascore","type":"object"},"MetacriticTvResponseProductUserscore":{"title":"MetacriticTvResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductUserscore","type":"object"},"MetacriticTvResponseProductReviews":{"title":"MetacriticTvResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReview"}}},"description":"MetacriticTvResponseProductReviews","type":"object"},"MetacriticTvResponseProductReviewsReview":{"title":"MetacriticTvResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewCritic"}},"description":"MetacriticTvResponseProductReviewsReview","type":"object"},"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponseProduct object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProduct":{"title":"MetacriticTvResponseProduct","properties":{"Url":{"type":"string"},"Title":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"Metascore":{"$ref":"#/components/schemas/MetacriticTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviews"}},"description":"MetacriticTvResponseProduct","type":"object"},"MetacriticTvResponseProductMetascore":{"title":"MetacriticTvResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductMetascore","type":"object"},"MetacriticTvResponseProductUserscore":{"title":"MetacriticTvResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductUserscore","type":"object"},"MetacriticTvResponseProductReviews":{"title":"MetacriticTvResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReview"}}},"description":"MetacriticTvResponseProductReviews","type":"object"},"MetacriticTvResponseProductReviewsReview":{"title":"MetacriticTvResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewCritic"}},"description":"MetacriticTvResponseProductReviewsReview","type":"object"},"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponseProductMetascore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductMetascore":{"title":"MetacriticTvResponseProductMetascore","properties":{"Score":{"type":"integer","format":"int32"},"ReviewCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductMetascore","type":"object"}}}}
```

## The MetacriticTvResponseProductUserscore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductUserscore":{"title":"MetacriticTvResponseProductUserscore","properties":{"Score":{"type":"number","format":"double"},"RatingCount":{"type":"integer","format":"int32"},"PositiveCount":{"type":"integer","format":"int32"},"NeutralCount":{"type":"integer","format":"int32"},"NegativeCount":{"type":"integer","format":"int32"}},"description":"MetacriticTvResponseProductUserscore","type":"object"}}}}
```

## The MetacriticTvResponseProductReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductReviews":{"title":"MetacriticTvResponseProductReviews","properties":{"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReview"}}},"description":"MetacriticTvResponseProductReviews","type":"object"},"MetacriticTvResponseProductReviewsReview":{"title":"MetacriticTvResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewCritic"}},"description":"MetacriticTvResponseProductReviewsReview","type":"object"},"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponseProductReviewsReview object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductReviewsReview":{"title":"MetacriticTvResponseProductReviewsReview","properties":{"Date":{"type":"string","format":"date-time"},"Url":{"type":"string"},"Quote":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Publication":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticTvResponseProductReviewsReviewCritic"}},"description":"MetacriticTvResponseProductReviewsReview","type":"object"},"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticTvResponseProductReviewsReviewPublication object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductReviewsReviewPublication":{"title":"MetacriticTvResponseProductReviewsReviewPublication","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewPublication","type":"object"}}}}
```

## The MetacriticTvResponseProductReviewsReviewCritic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticTvResponseProductReviewsReviewCritic":{"title":"MetacriticTvResponseProductReviewsReviewCritic","properties":{"Name":{"type":"string"}},"description":"MetacriticTvResponseProductReviewsReviewCritic","type":"object"}}}}
```

## The MetacriticApiMovieResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponse":{"title":"MetacriticApiMovieResponse","properties":{"response":{"$ref":"#/components/schemas/MetacriticApiMovieResponseObj"}},"description":"MetacriticApiMovieResponse","type":"object"},"MetacriticApiMovieResponseObj":{"title":"MetacriticApiMovieResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProduct"}},"description":"MetacriticApiMovieResponseObj","type":"object"},"MetacriticApiMovieResponseProduct":{"title":"MetacriticApiMovieResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductTitle"},"Year":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductYear"},"ReleaseDate":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReleasedate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviews"}},"description":"MetacriticApiMovieResponseProduct","type":"object"},"MetacriticApiMovieResponseProductId":{"title":"MetacriticApiMovieResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductId","type":"object"},"MetacriticApiMovieResponseProductType":{"title":"MetacriticApiMovieResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductType","type":"object"},"MetacriticApiMovieResponseProductUrl":{"title":"MetacriticApiMovieResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUrl","type":"object"},"MetacriticApiMovieResponseProductTitle":{"title":"MetacriticApiMovieResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductTitle","type":"object"},"MetacriticApiMovieResponseProductYear":{"title":"MetacriticApiMovieResponseProductYear","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductYear","type":"object"},"MetacriticApiMovieResponseProductReleasedate":{"title":"MetacriticApiMovieResponseProductReleasedate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReleasedate","type":"object"},"MetacriticApiMovieResponseProductMetascore":{"title":"MetacriticApiMovieResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNegativecount"}},"description":"MetacriticApiMovieResponseProductMetascore","type":"object"},"MetacriticApiMovieResponseProductMetascoreScore":{"title":"MetacriticApiMovieResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreScore","type":"object"},"MetacriticApiMovieResponseProductMetascoreReviewcount":{"title":"MetacriticApiMovieResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiMovieResponseProductMetascorePositivecount":{"title":"MetacriticApiMovieResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascorePositivecount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNeutralcount":{"title":"MetacriticApiMovieResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNegativecount":{"title":"MetacriticApiMovieResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductUserscore":{"title":"MetacriticApiMovieResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNegativecount"}},"description":"MetacriticApiMovieResponseProductUserscore","type":"object"},"MetacriticApiMovieResponseProductUserscoreScore":{"title":"MetacriticApiMovieResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreScore","type":"object"},"MetacriticApiMovieResponseProductUserscoreRatingcount":{"title":"MetacriticApiMovieResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiMovieResponseProductUserscorePositivecount":{"title":"MetacriticApiMovieResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscorePositivecount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNeutralcount":{"title":"MetacriticApiMovieResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNegativecount":{"title":"MetacriticApiMovieResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductReviews":{"title":"MetacriticApiMovieResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReview"}}},"description":"MetacriticApiMovieResponseProductReviews","type":"object"},"MetacriticApiMovieResponseProductReviewsReview":{"title":"MetacriticApiMovieResponseProductReviewsReview","properties":{"Date":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticApiMovieResponseProductReviewsReview","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseObj object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseObj":{"title":"MetacriticApiMovieResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProduct"}},"description":"MetacriticApiMovieResponseObj","type":"object"},"MetacriticApiMovieResponseProduct":{"title":"MetacriticApiMovieResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductTitle"},"Year":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductYear"},"ReleaseDate":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReleasedate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviews"}},"description":"MetacriticApiMovieResponseProduct","type":"object"},"MetacriticApiMovieResponseProductId":{"title":"MetacriticApiMovieResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductId","type":"object"},"MetacriticApiMovieResponseProductType":{"title":"MetacriticApiMovieResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductType","type":"object"},"MetacriticApiMovieResponseProductUrl":{"title":"MetacriticApiMovieResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUrl","type":"object"},"MetacriticApiMovieResponseProductTitle":{"title":"MetacriticApiMovieResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductTitle","type":"object"},"MetacriticApiMovieResponseProductYear":{"title":"MetacriticApiMovieResponseProductYear","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductYear","type":"object"},"MetacriticApiMovieResponseProductReleasedate":{"title":"MetacriticApiMovieResponseProductReleasedate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReleasedate","type":"object"},"MetacriticApiMovieResponseProductMetascore":{"title":"MetacriticApiMovieResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNegativecount"}},"description":"MetacriticApiMovieResponseProductMetascore","type":"object"},"MetacriticApiMovieResponseProductMetascoreScore":{"title":"MetacriticApiMovieResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreScore","type":"object"},"MetacriticApiMovieResponseProductMetascoreReviewcount":{"title":"MetacriticApiMovieResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiMovieResponseProductMetascorePositivecount":{"title":"MetacriticApiMovieResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascorePositivecount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNeutralcount":{"title":"MetacriticApiMovieResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNegativecount":{"title":"MetacriticApiMovieResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductUserscore":{"title":"MetacriticApiMovieResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNegativecount"}},"description":"MetacriticApiMovieResponseProductUserscore","type":"object"},"MetacriticApiMovieResponseProductUserscoreScore":{"title":"MetacriticApiMovieResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreScore","type":"object"},"MetacriticApiMovieResponseProductUserscoreRatingcount":{"title":"MetacriticApiMovieResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiMovieResponseProductUserscorePositivecount":{"title":"MetacriticApiMovieResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscorePositivecount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNeutralcount":{"title":"MetacriticApiMovieResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNegativecount":{"title":"MetacriticApiMovieResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductReviews":{"title":"MetacriticApiMovieResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReview"}}},"description":"MetacriticApiMovieResponseProductReviews","type":"object"},"MetacriticApiMovieResponseProductReviewsReview":{"title":"MetacriticApiMovieResponseProductReviewsReview","properties":{"Date":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticApiMovieResponseProductReviewsReview","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProduct object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProduct":{"title":"MetacriticApiMovieResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductTitle"},"Year":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductYear"},"ReleaseDate":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReleasedate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviews"}},"description":"MetacriticApiMovieResponseProduct","type":"object"},"MetacriticApiMovieResponseProductId":{"title":"MetacriticApiMovieResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductId","type":"object"},"MetacriticApiMovieResponseProductType":{"title":"MetacriticApiMovieResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductType","type":"object"},"MetacriticApiMovieResponseProductUrl":{"title":"MetacriticApiMovieResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUrl","type":"object"},"MetacriticApiMovieResponseProductTitle":{"title":"MetacriticApiMovieResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductTitle","type":"object"},"MetacriticApiMovieResponseProductYear":{"title":"MetacriticApiMovieResponseProductYear","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductYear","type":"object"},"MetacriticApiMovieResponseProductReleasedate":{"title":"MetacriticApiMovieResponseProductReleasedate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReleasedate","type":"object"},"MetacriticApiMovieResponseProductMetascore":{"title":"MetacriticApiMovieResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNegativecount"}},"description":"MetacriticApiMovieResponseProductMetascore","type":"object"},"MetacriticApiMovieResponseProductMetascoreScore":{"title":"MetacriticApiMovieResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreScore","type":"object"},"MetacriticApiMovieResponseProductMetascoreReviewcount":{"title":"MetacriticApiMovieResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiMovieResponseProductMetascorePositivecount":{"title":"MetacriticApiMovieResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascorePositivecount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNeutralcount":{"title":"MetacriticApiMovieResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNegativecount":{"title":"MetacriticApiMovieResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductUserscore":{"title":"MetacriticApiMovieResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNegativecount"}},"description":"MetacriticApiMovieResponseProductUserscore","type":"object"},"MetacriticApiMovieResponseProductUserscoreScore":{"title":"MetacriticApiMovieResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreScore","type":"object"},"MetacriticApiMovieResponseProductUserscoreRatingcount":{"title":"MetacriticApiMovieResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiMovieResponseProductUserscorePositivecount":{"title":"MetacriticApiMovieResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscorePositivecount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNeutralcount":{"title":"MetacriticApiMovieResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNegativecount":{"title":"MetacriticApiMovieResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiMovieResponseProductReviews":{"title":"MetacriticApiMovieResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReview"}}},"description":"MetacriticApiMovieResponseProductReviews","type":"object"},"MetacriticApiMovieResponseProductReviewsReview":{"title":"MetacriticApiMovieResponseProductReviewsReview","properties":{"Date":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticApiMovieResponseProductReviewsReview","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductId":{"title":"MetacriticApiMovieResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductId","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductType":{"title":"MetacriticApiMovieResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductType","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUrl":{"title":"MetacriticApiMovieResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUrl","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductTitle":{"title":"MetacriticApiMovieResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductTitle","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductYear object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductYear":{"title":"MetacriticApiMovieResponseProductYear","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductYear","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReleasedate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReleasedate":{"title":"MetacriticApiMovieResponseProductReleasedate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReleasedate","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascore":{"title":"MetacriticApiMovieResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductMetascoreNegativecount"}},"description":"MetacriticApiMovieResponseProductMetascore","type":"object"},"MetacriticApiMovieResponseProductMetascoreScore":{"title":"MetacriticApiMovieResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreScore","type":"object"},"MetacriticApiMovieResponseProductMetascoreReviewcount":{"title":"MetacriticApiMovieResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiMovieResponseProductMetascorePositivecount":{"title":"MetacriticApiMovieResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascorePositivecount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNeutralcount":{"title":"MetacriticApiMovieResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductMetascoreNegativecount":{"title":"MetacriticApiMovieResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNegativecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascoreScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascoreScore":{"title":"MetacriticApiMovieResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreScore","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascoreReviewcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascoreReviewcount":{"title":"MetacriticApiMovieResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreReviewcount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascorePositivecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascorePositivecount":{"title":"MetacriticApiMovieResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascorePositivecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascoreNeutralcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascoreNeutralcount":{"title":"MetacriticApiMovieResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNeutralcount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductMetascoreNegativecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductMetascoreNegativecount":{"title":"MetacriticApiMovieResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductMetascoreNegativecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscore":{"title":"MetacriticApiMovieResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductUserscoreNegativecount"}},"description":"MetacriticApiMovieResponseProductUserscore","type":"object"},"MetacriticApiMovieResponseProductUserscoreScore":{"title":"MetacriticApiMovieResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreScore","type":"object"},"MetacriticApiMovieResponseProductUserscoreRatingcount":{"title":"MetacriticApiMovieResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiMovieResponseProductUserscorePositivecount":{"title":"MetacriticApiMovieResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscorePositivecount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNeutralcount":{"title":"MetacriticApiMovieResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiMovieResponseProductUserscoreNegativecount":{"title":"MetacriticApiMovieResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNegativecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscoreScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscoreScore":{"title":"MetacriticApiMovieResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreScore","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscoreRatingcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscoreRatingcount":{"title":"MetacriticApiMovieResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreRatingcount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscorePositivecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscorePositivecount":{"title":"MetacriticApiMovieResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscorePositivecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscoreNeutralcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscoreNeutralcount":{"title":"MetacriticApiMovieResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNeutralcount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductUserscoreNegativecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductUserscoreNegativecount":{"title":"MetacriticApiMovieResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductUserscoreNegativecount","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviews":{"title":"MetacriticApiMovieResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReview"}}},"description":"MetacriticApiMovieResponseProductReviews","type":"object"},"MetacriticApiMovieResponseProductReviewsReview":{"title":"MetacriticApiMovieResponseProductReviewsReview","properties":{"Date":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticApiMovieResponseProductReviewsReview","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReview object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReview":{"title":"MetacriticApiMovieResponseProductReviewsReview","properties":{"Date":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCritic"}},"description":"MetacriticApiMovieResponseProductReviewsReview","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewDate":{"title":"MetacriticApiMovieResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewDate","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewUrl":{"title":"MetacriticApiMovieResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewUrl","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewQuote object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewQuote":{"title":"MetacriticApiMovieResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewQuote","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewScore":{"title":"MetacriticApiMovieResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewScore","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewPublication object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewPublication":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewPublicationId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationId","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewPublicationName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewPublicationName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewCritic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewCritic":{"title":"MetacriticApiMovieResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiMovieResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewCriticId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewCriticId":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticId","type":"object"}}}}
```

## The MetacriticApiMovieResponseProductReviewsReviewCriticName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiMovieResponseProductReviewsReviewCriticName":{"title":"MetacriticApiMovieResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiMovieResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponse":{"title":"MetacriticApiTvResponse","properties":{"response":{"$ref":"#/components/schemas/MetacriticApiTvResponseObj"}},"description":"MetacriticApiTvResponse","type":"object"},"MetacriticApiTvResponseObj":{"title":"MetacriticApiTvResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticApiTvResponseProduct"}},"description":"MetacriticApiTvResponseObj","type":"object"},"MetacriticApiTvResponseProduct":{"title":"MetacriticApiTvResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductTitle"},"StartDate":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductStartdate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviews"}},"description":"MetacriticApiTvResponseProduct","type":"object"},"MetacriticApiTvResponseProductId":{"title":"MetacriticApiTvResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductId","type":"object"},"MetacriticApiTvResponseProductType":{"title":"MetacriticApiTvResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductType","type":"object"},"MetacriticApiTvResponseProductUrl":{"title":"MetacriticApiTvResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUrl","type":"object"},"MetacriticApiTvResponseProductTitle":{"title":"MetacriticApiTvResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductTitle","type":"object"},"MetacriticApiTvResponseProductStartdate":{"title":"MetacriticApiTvResponseProductStartdate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductStartdate","type":"object"},"MetacriticApiTvResponseProductMetascore":{"title":"MetacriticApiTvResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNegativecount"}},"description":"MetacriticApiTvResponseProductMetascore","type":"object"},"MetacriticApiTvResponseProductMetascoreScore":{"title":"MetacriticApiTvResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreScore","type":"object"},"MetacriticApiTvResponseProductMetascoreReviewcount":{"title":"MetacriticApiTvResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiTvResponseProductMetascorePositivecount":{"title":"MetacriticApiTvResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascorePositivecount","type":"object"},"MetacriticApiTvResponseProductMetascoreNeutralcount":{"title":"MetacriticApiTvResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductMetascoreNegativecount":{"title":"MetacriticApiTvResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiTvResponseProductUserscore":{"title":"MetacriticApiTvResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNegativecount"}},"description":"MetacriticApiTvResponseProductUserscore","type":"object"},"MetacriticApiTvResponseProductUserscoreScore":{"title":"MetacriticApiTvResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreScore","type":"object"},"MetacriticApiTvResponseProductUserscoreRatingcount":{"title":"MetacriticApiTvResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiTvResponseProductUserscorePositivecount":{"title":"MetacriticApiTvResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscorePositivecount","type":"object"},"MetacriticApiTvResponseProductUserscoreNeutralcount":{"title":"MetacriticApiTvResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductUserscoreNegativecount":{"title":"MetacriticApiTvResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiTvResponseProductReviews":{"title":"MetacriticApiTvResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReview"}}},"description":"MetacriticApiTvResponseProductReviews","type":"object"},"MetacriticApiTvResponseProductReviewsReview":{"title":"MetacriticApiTvResponseProductReviewsReview","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewId"},"Date":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCritic"}},"description":"MetacriticApiTvResponseProductReviewsReview","type":"object"},"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"},"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseObj object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseObj":{"title":"MetacriticApiTvResponseObj","properties":{"Product":{"$ref":"#/components/schemas/MetacriticApiTvResponseProduct"}},"description":"MetacriticApiTvResponseObj","type":"object"},"MetacriticApiTvResponseProduct":{"title":"MetacriticApiTvResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductTitle"},"StartDate":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductStartdate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviews"}},"description":"MetacriticApiTvResponseProduct","type":"object"},"MetacriticApiTvResponseProductId":{"title":"MetacriticApiTvResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductId","type":"object"},"MetacriticApiTvResponseProductType":{"title":"MetacriticApiTvResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductType","type":"object"},"MetacriticApiTvResponseProductUrl":{"title":"MetacriticApiTvResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUrl","type":"object"},"MetacriticApiTvResponseProductTitle":{"title":"MetacriticApiTvResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductTitle","type":"object"},"MetacriticApiTvResponseProductStartdate":{"title":"MetacriticApiTvResponseProductStartdate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductStartdate","type":"object"},"MetacriticApiTvResponseProductMetascore":{"title":"MetacriticApiTvResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNegativecount"}},"description":"MetacriticApiTvResponseProductMetascore","type":"object"},"MetacriticApiTvResponseProductMetascoreScore":{"title":"MetacriticApiTvResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreScore","type":"object"},"MetacriticApiTvResponseProductMetascoreReviewcount":{"title":"MetacriticApiTvResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiTvResponseProductMetascorePositivecount":{"title":"MetacriticApiTvResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascorePositivecount","type":"object"},"MetacriticApiTvResponseProductMetascoreNeutralcount":{"title":"MetacriticApiTvResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductMetascoreNegativecount":{"title":"MetacriticApiTvResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiTvResponseProductUserscore":{"title":"MetacriticApiTvResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNegativecount"}},"description":"MetacriticApiTvResponseProductUserscore","type":"object"},"MetacriticApiTvResponseProductUserscoreScore":{"title":"MetacriticApiTvResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreScore","type":"object"},"MetacriticApiTvResponseProductUserscoreRatingcount":{"title":"MetacriticApiTvResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiTvResponseProductUserscorePositivecount":{"title":"MetacriticApiTvResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscorePositivecount","type":"object"},"MetacriticApiTvResponseProductUserscoreNeutralcount":{"title":"MetacriticApiTvResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductUserscoreNegativecount":{"title":"MetacriticApiTvResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiTvResponseProductReviews":{"title":"MetacriticApiTvResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReview"}}},"description":"MetacriticApiTvResponseProductReviews","type":"object"},"MetacriticApiTvResponseProductReviewsReview":{"title":"MetacriticApiTvResponseProductReviewsReview","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewId"},"Date":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCritic"}},"description":"MetacriticApiTvResponseProductReviewsReview","type":"object"},"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"},"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseProduct object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProduct":{"title":"MetacriticApiTvResponseProduct","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductId"},"Type":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductType"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUrl"},"Title":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductTitle"},"StartDate":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductStartdate"},"Metascore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascore"},"Userscore":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscore"},"Reviews":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviews"}},"description":"MetacriticApiTvResponseProduct","type":"object"},"MetacriticApiTvResponseProductId":{"title":"MetacriticApiTvResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductId","type":"object"},"MetacriticApiTvResponseProductType":{"title":"MetacriticApiTvResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductType","type":"object"},"MetacriticApiTvResponseProductUrl":{"title":"MetacriticApiTvResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUrl","type":"object"},"MetacriticApiTvResponseProductTitle":{"title":"MetacriticApiTvResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductTitle","type":"object"},"MetacriticApiTvResponseProductStartdate":{"title":"MetacriticApiTvResponseProductStartdate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductStartdate","type":"object"},"MetacriticApiTvResponseProductMetascore":{"title":"MetacriticApiTvResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNegativecount"}},"description":"MetacriticApiTvResponseProductMetascore","type":"object"},"MetacriticApiTvResponseProductMetascoreScore":{"title":"MetacriticApiTvResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreScore","type":"object"},"MetacriticApiTvResponseProductMetascoreReviewcount":{"title":"MetacriticApiTvResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiTvResponseProductMetascorePositivecount":{"title":"MetacriticApiTvResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascorePositivecount","type":"object"},"MetacriticApiTvResponseProductMetascoreNeutralcount":{"title":"MetacriticApiTvResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductMetascoreNegativecount":{"title":"MetacriticApiTvResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNegativecount","type":"object"},"MetacriticApiTvResponseProductUserscore":{"title":"MetacriticApiTvResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNegativecount"}},"description":"MetacriticApiTvResponseProductUserscore","type":"object"},"MetacriticApiTvResponseProductUserscoreScore":{"title":"MetacriticApiTvResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreScore","type":"object"},"MetacriticApiTvResponseProductUserscoreRatingcount":{"title":"MetacriticApiTvResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiTvResponseProductUserscorePositivecount":{"title":"MetacriticApiTvResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscorePositivecount","type":"object"},"MetacriticApiTvResponseProductUserscoreNeutralcount":{"title":"MetacriticApiTvResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductUserscoreNegativecount":{"title":"MetacriticApiTvResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNegativecount","type":"object"},"MetacriticApiTvResponseProductReviews":{"title":"MetacriticApiTvResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReview"}}},"description":"MetacriticApiTvResponseProductReviews","type":"object"},"MetacriticApiTvResponseProductReviewsReview":{"title":"MetacriticApiTvResponseProductReviewsReview","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewId"},"Date":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCritic"}},"description":"MetacriticApiTvResponseProductReviewsReview","type":"object"},"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"},"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductId":{"title":"MetacriticApiTvResponseProductId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductId","type":"object"}}}}
```

## The MetacriticApiTvResponseProductType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductType":{"title":"MetacriticApiTvResponseProductType","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductType","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUrl":{"title":"MetacriticApiTvResponseProductUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUrl","type":"object"}}}}
```

## The MetacriticApiTvResponseProductTitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductTitle":{"title":"MetacriticApiTvResponseProductTitle","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductTitle","type":"object"}}}}
```

## The MetacriticApiTvResponseProductStartdate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductStartdate":{"title":"MetacriticApiTvResponseProductStartdate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductStartdate","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascore":{"title":"MetacriticApiTvResponseProductMetascore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreScore"},"ReviewCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreReviewcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductMetascoreNegativecount"}},"description":"MetacriticApiTvResponseProductMetascore","type":"object"},"MetacriticApiTvResponseProductMetascoreScore":{"title":"MetacriticApiTvResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreScore","type":"object"},"MetacriticApiTvResponseProductMetascoreReviewcount":{"title":"MetacriticApiTvResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreReviewcount","type":"object"},"MetacriticApiTvResponseProductMetascorePositivecount":{"title":"MetacriticApiTvResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascorePositivecount","type":"object"},"MetacriticApiTvResponseProductMetascoreNeutralcount":{"title":"MetacriticApiTvResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductMetascoreNegativecount":{"title":"MetacriticApiTvResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNegativecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascoreScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascoreScore":{"title":"MetacriticApiTvResponseProductMetascoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreScore","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascoreReviewcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascoreReviewcount":{"title":"MetacriticApiTvResponseProductMetascoreReviewcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreReviewcount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascorePositivecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascorePositivecount":{"title":"MetacriticApiTvResponseProductMetascorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascorePositivecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascoreNeutralcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascoreNeutralcount":{"title":"MetacriticApiTvResponseProductMetascoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNeutralcount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductMetascoreNegativecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductMetascoreNegativecount":{"title":"MetacriticApiTvResponseProductMetascoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductMetascoreNegativecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscore":{"title":"MetacriticApiTvResponseProductUserscore","properties":{"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreScore"},"RatingCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreRatingcount"},"PositiveCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscorePositivecount"},"NeutralCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNeutralcount"},"NegativeCount":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductUserscoreNegativecount"}},"description":"MetacriticApiTvResponseProductUserscore","type":"object"},"MetacriticApiTvResponseProductUserscoreScore":{"title":"MetacriticApiTvResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreScore","type":"object"},"MetacriticApiTvResponseProductUserscoreRatingcount":{"title":"MetacriticApiTvResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreRatingcount","type":"object"},"MetacriticApiTvResponseProductUserscorePositivecount":{"title":"MetacriticApiTvResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscorePositivecount","type":"object"},"MetacriticApiTvResponseProductUserscoreNeutralcount":{"title":"MetacriticApiTvResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNeutralcount","type":"object"},"MetacriticApiTvResponseProductUserscoreNegativecount":{"title":"MetacriticApiTvResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNegativecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscoreScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscoreScore":{"title":"MetacriticApiTvResponseProductUserscoreScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreScore","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscoreRatingcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscoreRatingcount":{"title":"MetacriticApiTvResponseProductUserscoreRatingcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreRatingcount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscorePositivecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscorePositivecount":{"title":"MetacriticApiTvResponseProductUserscorePositivecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscorePositivecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscoreNeutralcount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscoreNeutralcount":{"title":"MetacriticApiTvResponseProductUserscoreNeutralcount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNeutralcount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductUserscoreNegativecount object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductUserscoreNegativecount":{"title":"MetacriticApiTvResponseProductUserscoreNegativecount","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductUserscoreNegativecount","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviews object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviews":{"title":"MetacriticApiTvResponseProductReviews","properties":{"@numFound":{"type":"string"},"@numReturned":{"type":"string"},"@start":{"type":"string"},"Review":{"type":"array","items":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReview"}}},"description":"MetacriticApiTvResponseProductReviews","type":"object"},"MetacriticApiTvResponseProductReviewsReview":{"title":"MetacriticApiTvResponseProductReviewsReview","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewId"},"Date":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCritic"}},"description":"MetacriticApiTvResponseProductReviewsReview","type":"object"},"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"},"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReview object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReview":{"title":"MetacriticApiTvResponseProductReviewsReview","properties":{"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewId"},"Date":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewDate"},"Url":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewUrl"},"Quote":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewQuote"},"Score":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewScore"},"Publication":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublication"},"Critic":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCritic"}},"description":"MetacriticApiTvResponseProductReviewsReview","type":"object"},"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"},"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"},"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"},"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewId":{"title":"MetacriticApiTvResponseProductReviewsReviewId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewId","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewDate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewDate":{"title":"MetacriticApiTvResponseProductReviewsReviewDate","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewDate","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewUrl object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewUrl":{"title":"MetacriticApiTvResponseProductReviewsReviewUrl","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewUrl","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewQuote object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewQuote":{"title":"MetacriticApiTvResponseProductReviewsReviewQuote","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewQuote","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewScore":{"title":"MetacriticApiTvResponseProductReviewsReviewScore","properties":{"@max":{"type":"string"},"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewScore","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewPublication object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewPublication":{"title":"MetacriticApiTvResponseProductReviewsReviewPublication","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewPublicationName"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublication","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewPublicationId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewPublicationId":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationId","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewPublicationName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewPublicationName":{"title":"MetacriticApiTvResponseProductReviewsReviewPublicationName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewPublicationName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewCritic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewCritic":{"title":"MetacriticApiTvResponseProductReviewsReviewCritic","properties":{"@xlink:href":{"type":"string"},"Id":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticId"},"Name":{"$ref":"#/components/schemas/MetacriticApiTvResponseProductReviewsReviewCriticName"}},"description":"MetacriticApiTvResponseProductReviewsReviewCritic","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"},"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewCriticId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewCriticId":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticId","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticId","type":"object"}}}}
```

## The MetacriticApiTvResponseProductReviewsReviewCriticName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MetacriticApiTvResponseProductReviewsReviewCriticName":{"title":"MetacriticApiTvResponseProductReviewsReviewCriticName","properties":{"$":{"type":"string"}},"description":"MetacriticApiTvResponseProductReviewsReviewCriticName","type":"object"}}}}
```

## The GetParasitesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetParasitesResponse":{"title":"GetParasitesResponse","properties":{"Ok":{"type":"boolean"},"DownFor":{"type":"string"},"Name":{"type":"string"},"Location":{"type":"string"},"Description":{"type":"string"},"FailureThresholdInMinutes":{"type":"integer","format":"int32"},"LastTime":{"type":"string","format":"date-time"},"Active":{"type":"boolean"}},"description":"GetParasitesResponse","type":"object"}}}}
```

## The List\_GetParasitesResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_GetParasitesResponse_":{"title":"List<GetParasitesResponse>","type":"array","items":{"$ref":"#/components/schemas/GetParasitesResponse"}},"GetParasitesResponse":{"title":"GetParasitesResponse","properties":{"Ok":{"type":"boolean"},"DownFor":{"type":"string"},"Name":{"type":"string"},"Location":{"type":"string"},"Description":{"type":"string"},"FailureThresholdInMinutes":{"type":"integer","format":"int32"},"LastTime":{"type":"string","format":"date-time"},"Active":{"type":"boolean"}},"description":"GetParasitesResponse","type":"object"}}}}
```

## The List\_MovieResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieResponse_":{"title":"List<MovieResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieResponse"}},"MovieResponse":{"title":"MovieResponse","required":["OriginalTitle","Year"],"properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Movie original language.","type":"string"},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTheme"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieVideo"}},"ExternalIds":{"description":"List of external Ids associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of movie offers.","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"MovieResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"},"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"},"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"},"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"},"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"},"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"},"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The AllMoviesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AllMoviesResponse":{"title":"AllMoviesResponse","properties":{"TotalCount":{"description":"Total count of movies.","type":"integer","format":"int32"},"Skip":{"description":"Records to skip used with paging.","type":"integer","format":"int32"},"Take":{"description":"Page size.","type":"integer","format":"int32"},"Result":{"type":"array","items":{"$ref":"#/components/schemas/Movie"}}},"description":"AllMoviesResponse","type":"object"},"Movie":{"title":"Movie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Movie original language.","type":"string"},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTheme"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieVideo"}},"ExternalIds":{"description":"List of external Ids associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of movie offers.","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"Movie","type":"object"},"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"},"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"},"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"},"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"},"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"},"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"},"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The Movie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Movie":{"title":"Movie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Movie original language.","type":"string"},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTheme"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieVideo"}},"ExternalIds":{"description":"List of external Ids associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of movie offers.","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"Movie","type":"object"},"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"},"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"},"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"},"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"},"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"},"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"},"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The DbMovieAlternateIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateIdResponse":{"title":"DbMovieAlternateIdResponse","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateIdResponse","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The DbMovieDescriptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieDescriptionResponse":{"title":"DbMovieDescriptionResponse","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieReleaseResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieReleaseResponse":{"title":"DbMovieReleaseResponse","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieReleaseResponse","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The DbMovieMovieGenreResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieMovieGenreResponse":{"title":"DbMovieMovieGenreResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenreResponse","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The DbMovieContributorResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieContributorResponse":{"title":"DbMovieContributorResponse","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributorResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbMovieAlternateTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateTitleResponse":{"title":"DbMovieAlternateTitleResponse","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitleResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieCompanyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieCompanyResponse":{"title":"DbMovieCompanyResponse","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompanyResponse","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbMovieThemeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieThemeResponse":{"title":"DbMovieThemeResponse","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieThemeResponse","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieVideoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoResponse":{"title":"DbMovieVideoResponse","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbMovieImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieImageResponse":{"title":"DbMovieImageResponse","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbMovieChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieChangeResponse":{"title":"DbMovieChangeResponse","required":["OriginalTitle","Year"],"properties":{"ChangeId":{"description":"ID of MovieChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovieChangeResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The List\_DbMovieChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieChangeResponse_":{"title":"List<DbMovieChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieChangeResponse"}},"DbMovieChangeResponse":{"title":"DbMovieChangeResponse","required":["OriginalTitle","Year"],"properties":{"ChangeId":{"description":"ID of MovieChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Movie record.","type":"integer","format":"int32"},"Deleted":{"description":"Flag signifies if Movie record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Movie.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"Type":{"description":"Type of movie, ex: Movie, Short, TV Movie, Video_Movie.","type":"string"},"OriginalLanguageId":{"description":"ID of Movie original language.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Movie countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Movie record.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Idx":{"description":"Identifier to differentiate movies with identical titles and year.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"OriginatingNetworkId":{"description":"Originating network the movie appeared on.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompany"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieTheme"}},"AlternateIds":{"description":"List of alternate IDs for a movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateId"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User who last modified Movie."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Movie."}},"description":"DbMovieChangeResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"},"DbMovieMovieGenre":{"title":"DbMovieMovieGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenre","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"},"DbMovieRelease":{"title":"DbMovieRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieRelease","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbMovieAlternateTitle":{"title":"DbMovieAlternateTitle","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitle","type":"object"},"DbMovieDescription":{"title":"DbMovieDescription","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescription","type":"object"},"DbMovieCompany":{"title":"DbMovieCompany","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieTag":{"title":"DbMovieTag","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTag","type":"object"},"DbMovieTheme":{"title":"DbMovieTheme","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbMovieAlternateId":{"title":"DbMovieAlternateId","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateId","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"},"DbMovieImage":{"title":"DbMovieImage","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbMovieVideo":{"title":"DbMovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"}}}}
```

## The List\_DbMovieAlternateIdResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieAlternateIdResponse_":{"title":"List<DbMovieAlternateIdResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateIdResponse"}},"DbMovieAlternateIdResponse":{"title":"DbMovieAlternateIdResponse","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateIdResponse","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The List\_DbMovieDescriptionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieDescriptionResponse_":{"title":"List<DbMovieDescriptionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescriptionResponse"}},"DbMovieDescriptionResponse":{"title":"DbMovieDescriptionResponse","properties":{"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbMovieReleaseResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieReleaseResponse_":{"title":"List<DbMovieReleaseResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieReleaseResponse"}},"DbMovieReleaseResponse":{"title":"DbMovieReleaseResponse","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieReleaseResponse","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The List\_DbMovieMovieGenreResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieMovieGenreResponse_":{"title":"List<DbMovieMovieGenreResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenreResponse"}},"DbMovieMovieGenreResponse":{"title":"DbMovieMovieGenreResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenreResponse","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The List\_DbMovieContributorResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieContributorResponse_":{"title":"List<DbMovieContributorResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributorResponse"}},"DbMovieContributorResponse":{"title":"DbMovieContributorResponse","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributorResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The List\_DbMovieAlternateTitleResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieAlternateTitleResponse_":{"title":"List<DbMovieAlternateTitleResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitleResponse"}},"DbMovieAlternateTitleResponse":{"title":"DbMovieAlternateTitleResponse","properties":{"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitleResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbMovieCompanyResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieCompanyResponse_":{"title":"List<DbMovieCompanyResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompanyResponse"}},"DbMovieCompanyResponse":{"title":"DbMovieCompanyResponse","properties":{"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompanyResponse","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The List\_DbMovieTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieTagResponse_":{"title":"List<DbMovieTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieTagResponse"}},"DbMovieTagResponse":{"title":"DbMovieTagResponse","properties":{"Id":{"description":"Unique ID of MovieTag.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie asscoiated with MovieTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with MovieTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of MovieTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTag."}},"description":"DbMovieTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieThemeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieThemeResponse_":{"title":"List<DbMovieThemeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieThemeResponse"}},"DbMovieThemeResponse":{"title":"DbMovieThemeResponse","properties":{"Id":{"description":"Unique ID of the MovieTheme.","type":"integer","format":"int32"},"MovieId":{"description":"Movie ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to associate with Movie.","type":"integer","format":"int32"},"Modified":{"description":"DateTime MovieTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this MovieTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of MovieTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieTheme."}},"description":"DbMovieThemeResponse","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieVideoResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoResponse_":{"title":"List<DbMovieVideoResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoResponse"}},"DbMovieVideoResponse":{"title":"DbMovieVideoResponse","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbMovieImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieImageResponse_":{"title":"List<DbMovieImageResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageResponse"}},"DbMovieImageResponse":{"title":"DbMovieImageResponse","properties":{"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The List\_Movie\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Movie_":{"title":"List<Movie>","type":"array","items":{"$ref":"#/components/schemas/Movie"}},"Movie":{"title":"Movie","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Movie.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Movie record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Movie record last modified.","type":"string","format":"date-time"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Movie","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of Movie.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Movie original language.","type":"string"},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"Genres":{"description":"List of genres associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieGenre"}},"Releases":{"description":"List of releases associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Themes":{"description":"List of themes associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieTheme"}},"Images":{"description":"List of images associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieImage"}},"Videos":{"description":"List of videos associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/MovieVideo"}},"ExternalIds":{"description":"List of external Ids associated with Movie.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of movie offers.","type":"array","items":{"$ref":"#/components/schemas/MovieAvailabilityResponse"}}},"description":"Movie","type":"object"},"MovieGenre":{"title":"MovieGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"MovieGenre","type":"object"},"MovieRelease":{"title":"MovieRelease","properties":{"Date":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this MovieRelease.","type":"string"},"Country":{"description":"The Country Movie was released.","type":"string"},"CountryId":{"description":"Country ID associated with this MovieRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for MovieRelease.","type":"string"}},"description":"MovieRelease","type":"object"},"MovieContributor":{"title":"MovieContributor","properties":{"Id":{"description":"Unique ID of the MovieContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with MovieContributor.","type":"string"},"Job":{"description":"Job of Person associated with MovieContributor.","type":"string"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"}},"description":"MovieContributor","type":"object"},"MovieAlternateTitle":{"title":"MovieAlternateTitle","properties":{"Id":{"description":"Unique ID of this MovieAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"}},"description":"MovieAlternateTitle","type":"object"},"MovieDescription":{"title":"MovieDescription","properties":{"Id":{"description":"Unique ID of this MovieDescription","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"Language":{"description":"Language object for language of MovieDescription.","type":"string"}},"description":"MovieDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"MovieTag":{"title":"MovieTag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"MovieTag","type":"object"},"MovieTheme":{"title":"MovieTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"MovieTheme","type":"object"},"MovieImage":{"title":"MovieImage","properties":{"ImageType":{"description":"ImageType of MovieImage.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Veru-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieImage.","type":"string"},"Tags":{"description":"List of Tags associated with this MovieImage","type":"array","items":{"$ref":"#/components/schemas/MovieTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"}},"description":"MovieImage","type":"object"},"MovieVideo":{"title":"MovieVideo","properties":{"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"Type":{"description":"VideoType for the MovieVideo.","type":"string"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with MovieVideo.","type":"string"},"Company":{"description":"Company associated with MovieVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/MovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"MovieVideo","type":"object"},"MovieVideoScreenCapture":{"title":"MovieVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"MovieVideoScreenCapture","type":"object"},"MovieVideoEncode":{"title":"MovieVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"MovieVideoEncode Encode type.","type":"string"}},"description":"MovieVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"MovieAvailabilityResponse":{"title":"MovieAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Title":{"type":"string"}},"description":"MovieAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The FindMovieByImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindMovieByImageResponse":{"title":"FindMovieByImageResponse","properties":{"Score":{"type":"number","format":"float"},"MovieId":{"type":"integer","format":"int64"},"ImageId":{"type":"integer","format":"int64"}},"description":"FindMovieByImageResponse","type":"object"}}}}
```

## The List\_FindMovieByImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_FindMovieByImageResponse_":{"title":"List<FindMovieByImageResponse>","type":"array","items":{"$ref":"#/components/schemas/FindMovieByImageResponse"}},"FindMovieByImageResponse":{"title":"FindMovieByImageResponse","properties":{"Score":{"type":"number","format":"float"},"MovieId":{"type":"integer","format":"int64"},"ImageId":{"type":"integer","format":"int64"}},"description":"FindMovieByImageResponse","type":"object"}}}}
```

## The DbMovieCertificationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieCertificationResponse":{"title":"DbMovieCertificationResponse","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertificationResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The FindShowByImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FindShowByImageResponse":{"title":"FindShowByImageResponse","properties":{"Score":{"type":"number","format":"float"},"ShowId":{"type":"integer","format":"int64"},"ImageId":{"type":"integer","format":"int64"}},"description":"FindShowByImageResponse","type":"object"}}}}
```

## The List\_FindShowByImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_FindShowByImageResponse_":{"title":"List<FindShowByImageResponse>","type":"array","items":{"$ref":"#/components/schemas/FindShowByImageResponse"}},"FindShowByImageResponse":{"title":"FindShowByImageResponse","properties":{"Score":{"type":"number","format":"float"},"ShowId":{"type":"integer","format":"int64"},"ImageId":{"type":"integer","format":"int64"}},"description":"FindShowByImageResponse","type":"object"}}}}
```

## The DbShowAlternateIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateIdResponse":{"title":"DbShowAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowAlternateIdResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowAlternateIdResponse_":{"title":"List<DbShowAlternateIdResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateIdResponse"}},"DbShowAlternateIdResponse":{"title":"DbShowAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowCertificationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowCertificationResponse":{"title":"DbShowCertificationResponse","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertificationResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbSeasonAlternateIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonAlternateIdResponse":{"title":"DbSeasonAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonAlternateIdResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonAlternateIdResponse_":{"title":"List<DbSeasonAlternateIdResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateIdResponse"}},"DbSeasonAlternateIdResponse":{"title":"DbSeasonAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeAlternateIdResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeAlternateIdResponse":{"title":"DbEpisodeAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The List\_DbEpisodeAlternateIdResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeAlternateIdResponse_":{"title":"List<DbEpisodeAlternateIdResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateIdResponse"}},"DbEpisodeAlternateIdResponse":{"title":"DbEpisodeAlternateIdResponse","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateIdResponse","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"}}}}
```

## The DbMovieAlternateIdChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateIdChangeResponse":{"title":"DbMovieAlternateIdChangeResponse","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"ChangeId":{"description":"ID of MovieAlternateIdCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieAlternateIdCHange created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieAlternateIdCHange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateIdChangeResponse","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The List\_DbMovieAlternateIdChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieAlternateIdChangeResponse_":{"title":"List<DbMovieAlternateIdChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateIdChangeResponse"}},"DbMovieAlternateIdChangeResponse":{"title":"DbMovieAlternateIdChangeResponse","required":["AlternateId","AlternateIdTypeId","MovieId","Score"],"properties":{"ChangeId":{"description":"ID of MovieAlternateIdCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieAlternateIdCHange created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieAlternateIdCHange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique Id of MovieAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId for Movie.","type":"string"},"AlternateIdTypeId":{"description":"MovieAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime AlternateId last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateId.","type":"integer","format":"int32"},"MovieId":{"description":"ID of Movie associated with this MovieAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Movie and MovieAlternateId.","type":"integer","format":"int32"},"MovieAlternateIdType":{"$ref":"#/components/schemas/DbMovieAlternateIdType","description":"Provider type of MovieAlternateId."}},"description":"DbMovieAlternateIdChangeResponse","type":"object"},"DbMovieAlternateIdType":{"title":"DbMovieAlternateIdType","properties":{"Id":{"description":"ID of AlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of AlternateId.","type":"string"}},"description":"DbMovieAlternateIdType","type":"object"}}}}
```

## The DbMovieDescriptionChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieDescriptionChangeResponse":{"title":"DbMovieDescriptionChangeResponse","properties":{"ChangeId":{"description":"ID of MovieDescriptionCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieDescription was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieDescriptionChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbMovieDescriptionChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieDescriptionChangeResponse_":{"title":"List<DbMovieDescriptionChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieDescriptionChangeResponse"}},"DbMovieDescriptionChangeResponse":{"title":"DbMovieDescriptionChangeResponse","properties":{"ChangeId":{"description":"ID of MovieDescriptionCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieDescription was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieDescriptionChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieDescription.","type":"integer","format":"int64"},"Description":{"description":"Movie Description.","type":"string"},"Attribution":{"description":"Source of MovieDescription.","type":"string"},"MovieId":{"description":"ID of Movie associated with MovieDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of MovieDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of MovieDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieDescription."}},"description":"DbMovieDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieReleaseChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieReleaseChangeResponse":{"title":"DbMovieReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieReleaseChangeResponse","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The List\_DbMovieReleaseChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieReleaseChangeResponse_":{"title":"List<DbMovieReleaseChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieReleaseChangeResponse"}},"DbMovieReleaseChangeResponse":{"title":"DbMovieReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with this MovieRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this MovieRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this MovieRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this MovieRease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of the Country Movie was released.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for MovieRelease.","type":"integer","format":"int32"},"MovieCertification":{"$ref":"#/components/schemas/DbMovieCertification","description":"MovieCertification (Rating) for MovieRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of MovieRelease."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieRelease"},"MovieReleaseType":{"$ref":"#/components/schemas/DbMovieReleaseType","description":"MovieReleaseType object related to ReleaseTypeId of MovieRelease"}},"description":"DbMovieReleaseChangeResponse","type":"object"},"DbMovieCertification":{"title":"DbMovieCertification","properties":{"Id":{"description":"Unique ID of MovieCertification.","type":"integer","format":"int32"},"Certification":{"description":"Movie certification or Rating.","type":"string"},"CountryId":{"description":"Country ID asscoiated to the MovieCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of MovieCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of MovieCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country asscoiated with MovieCertification."}},"description":"DbMovieCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieReleaseType":{"title":"DbMovieReleaseType","properties":{"Id":{"description":"Unique ID of MovieReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of MovieReleaseType.","type":"string"}},"description":"DbMovieReleaseType","type":"object"}}}}
```

## The DbMovieMovieGenreChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieMovieGenreChangeResponse":{"title":"DbMovieMovieGenreChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenreChangeResponse","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The List\_DbMovieMovieGenreChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieMovieGenreChangeResponse_":{"title":"List<DbMovieMovieGenreChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieMovieGenreChangeResponse"}},"DbMovieMovieGenreChangeResponse":{"title":"DbMovieMovieGenreChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieMovieGenre.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieMovieGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with MovieMovieGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the MovieMovieGenre was last modofied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied MovieMovieGenre.","type":"integer","format":"int32"},"MovieGenre":{"$ref":"#/components/schemas/DbMovieGenre","description":"ID of MovieGenre associated with MovieMovieGenre."}},"description":"DbMovieMovieGenreChangeResponse","type":"object"},"DbMovieGenre":{"title":"DbMovieGenre","properties":{"Id":{"description":"ID of MovieGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Movie.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbMovieGenre","type":"object"}}}}
```

## The DbMovieContributorChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieContributorChangeResponse":{"title":"DbMovieContributorChangeResponse","properties":{"ChangeId":{"description":"ID of MovieContributorChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieContributor was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieContributorChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributorChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The List\_DbMovieContributorChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieContributorChangeResponse_":{"title":"List<DbMovieContributorChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieContributorChangeResponse"}},"DbMovieContributorChangeResponse":{"title":"DbMovieContributorChangeResponse","properties":{"ChangeId":{"description":"ID of MovieContributorChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieContributor was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieContributorChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributorChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbMovieAlternateTitleChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieAlternateTitleChangeResponse":{"title":"DbMovieAlternateTitleChangeResponse","properties":{"ChangeId":{"description":"ID of MovieAlternateTitleChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieAlternateTitleChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieAlternateTitleChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitleChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbMovieAlternateTitleChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieAlternateTitleChangeResponse_":{"title":"List<DbMovieAlternateTitleChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieAlternateTitleChangeResponse"}},"DbMovieAlternateTitleChangeResponse":{"title":"DbMovieAlternateTitleChangeResponse","properties":{"ChangeId":{"description":"ID of MovieAlternateTitleChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieAlternateTitleChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieAlternateTitleChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieAlternateTitle.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie this alternate title is associated with.","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"CountryId":{"description":"Country associated with this alternate title.","type":"integer","format":"int32"},"LanguageId":{"description":"Language associated with this alternate title.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieAlternateTitle.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieAlternateTitle."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with this alternate title."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of MovieAlternateTitle."}},"description":"DbMovieAlternateTitleChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbMovieCompanyChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieCompanyChangeResponse":{"title":"DbMovieCompanyChangeResponse","properties":{"ChangeId":{"description":"ID of MovieCompanyChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieCompanyChange created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieCompanyChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompanyChangeResponse","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The List\_DbMovieCompanyChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieCompanyChangeResponse_":{"title":"List<DbMovieCompanyChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieCompanyChangeResponse"}},"DbMovieCompanyChangeResponse":{"title":"DbMovieCompanyChangeResponse","properties":{"ChangeId":{"description":"ID of MovieCompanyChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieCompanyChange created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieCompanyChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieCompany.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with MovieCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieCompany.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object for Company associated with MovieCompany."}},"description":"DbMovieCompanyChangeResponse","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbMovieVideoChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoChangeResponse":{"title":"DbMovieVideoChangeResponse","properties":{"ChangeId":{"description":"ID of MovieVideoChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieVideo was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieVideoChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideoChangeResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbMovieVideoChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoChangeResponse_":{"title":"List<DbMovieVideoChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoChangeResponse"}},"DbMovieVideoChangeResponse":{"title":"DbMovieVideoChangeResponse","properties":{"ChangeId":{"description":"ID of MovieVideoChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieVideo was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieVideoChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of MovieVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with MovieVideo.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of MovieVideo, not Movie.","type":"string"},"TypeId":{"description":"ID of VideoType for the MovieVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the MovieVideo."},"Created":{"description":"Description of the MovieVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime MovieVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of MovieVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date MovieVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of MovieVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with MovieVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with MovieVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with MovieVideo."},"CompanyId":{"description":"ID of Company associated with MovieVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with MovieVideo."},"ScreenCaptures":{"description":"List of screen captures from MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by MovieVideo.","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountry"}},"Certification":{"description":"Certification for MovieVideo.","type":"boolean"},"Theatrical":{"description":"Flag for promoting Theatrical release.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of MovieVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of MovieVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime MovieVideo was encoded.","type":"string","format":"date-time"}},"description":"DbMovieVideoChangeResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbMovieVideoScreenCapture":{"title":"DbMovieVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCapture","type":"object"},"DbMovieVideoEncode":{"title":"DbMovieVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbMovieVideoTargetCountry":{"title":"DbMovieVideoTargetCountry","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The DbMovieVideoEncodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoEncodeResponse":{"title":"DbMovieVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieVideoEncodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoEncodeResponse_":{"title":"List<DbMovieVideoEncodeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoEncodeResponse"}},"DbMovieVideoEncodeResponse":{"title":"DbMovieVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of MovieVideoEncode.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of MovieVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the MovieVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of MovieVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"MovieVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoEncode."}},"description":"DbMovieVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieVideoScreenCaptureResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoScreenCaptureResponse":{"title":"DbMovieVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCaptureResponse","type":"object"}}}}
```

## The List\_DbMovieVideoScreenCaptureResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoScreenCaptureResponse_":{"title":"List<DbMovieVideoScreenCaptureResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoScreenCaptureResponse"}},"DbMovieVideoScreenCaptureResponse":{"title":"DbMovieVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of MovieVideoScreenCapture.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the MovieVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of MovieVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of MovieVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of MovieVideoScreenCapture.","type":"string"}},"description":"DbMovieVideoScreenCaptureResponse","type":"object"}}}}
```

## The DbMovieVideoTargetCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoTargetCountryResponse":{"title":"DbMovieVideoTargetCountryResponse","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieVideoTargetCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoTargetCountryResponse_":{"title":"List<DbMovieVideoTargetCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountryResponse"}},"DbMovieVideoTargetCountryResponse":{"title":"DbMovieVideoTargetCountryResponse","properties":{"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieImageChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieImageChangeResponse":{"title":"DbMovieImageChangeResponse","properties":{"ChangeId":{"description":"ID of MovieImageChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieImageChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieImageChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImageChangeResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The List\_DbMovieImageChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieImageChangeResponse_":{"title":"List<DbMovieImageChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageChangeResponse"}},"DbMovieImageChangeResponse":{"title":"DbMovieImageChangeResponse","properties":{"ChangeId":{"description":"ID of MovieImageChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime MovieImageChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"MovieImageChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of MovieImage.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of MovieImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of MovieImage.","type":"string"},"Width":{"description":"Width in pixels of MovieImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of MovieImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"LanguageId":{"description":"ID of language associated with MovieImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of MovieImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"Tags":{"description":"Tags for MovieImage.","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTag"}},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with MovieImage.","type":"integer","format":"int64"}},"description":"DbMovieImageChangeResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbMovieImageTag":{"title":"DbMovieImageTag","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"}}}}
```

## The DbMovieImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieImageTagResponse":{"title":"DbMovieImageTagResponse","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieImageTagResponse_":{"title":"List<DbMovieImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieImageTagResponse"}},"DbMovieImageTagResponse":{"title":"DbMovieImageTagResponse","properties":{"Id":{"description":"ID of MovieImageTag.","type":"integer","format":"int64"},"MovieImageId":{"description":"ID of MovieImage associated with MovieImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with MovieImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime MovieImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with MovieImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieImageTag."}},"description":"DbMovieImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbMovieVideoTargetCountryChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbMovieVideoTargetCountryChangeResponse":{"title":"DbMovieVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbMovieVideoTargetCountryChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbMovieVideoTargetCountryChangeResponse_":{"title":"List<DbMovieVideoTargetCountryChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbMovieVideoTargetCountryChangeResponse"}},"DbMovieVideoTargetCountryChangeResponse":{"title":"DbMovieVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of MovieVideoTargetCountry.","type":"integer","format":"int64"},"MovieVideoId":{"description":"ID of MovieVideo associated with MovieVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with MovieVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with MovieVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieVideoTargetCountry."}},"description":"DbMovieVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The MovieChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieChangeHistoryResponse":{"title":"MovieChangeHistoryResponse","properties":{"MovieId":{"description":"Unique ID of a Movie.","type":"integer","format":"int64"}},"description":"MovieChangeHistoryResponse","type":"object"}}}}
```

## The List\_MovieChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieChangeHistoryResponse_":{"title":"List<MovieChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieChangeHistoryResponse"}},"MovieChangeHistoryResponse":{"title":"MovieChangeHistoryResponse","properties":{"MovieId":{"description":"Unique ID of a Movie.","type":"integer","format":"int64"}},"description":"MovieChangeHistoryResponse","type":"object"}}}}
```

## The MovieChangeHistoryWithEntityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieChangeHistoryWithEntityResponse":{"title":"MovieChangeHistoryWithEntityResponse","properties":{"MovieId":{"description":"Unique ID of a Movie.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Movie that has changed.","type":"string"}},"description":"MovieChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_MovieChangeHistoryWithEntityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_MovieChangeHistoryWithEntityResponse_":{"title":"List<MovieChangeHistoryWithEntityResponse>","type":"array","items":{"$ref":"#/components/schemas/MovieChangeHistoryWithEntityResponse"}},"MovieChangeHistoryWithEntityResponse":{"title":"MovieChangeHistoryWithEntityResponse","properties":{"MovieId":{"description":"Unique ID of a Movie.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Movie that has changed.","type":"string"}},"description":"MovieChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The ShowChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowChangeHistoryResponse":{"title":"ShowChangeHistoryResponse","properties":{"ShowId":{"description":"ID of the Show.","type":"integer","format":"int64"}},"description":"ShowChangeHistoryResponse","type":"object"}}}}
```

## The List\_ShowChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowChangeHistoryResponse_":{"title":"List<ShowChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowChangeHistoryResponse"}},"ShowChangeHistoryResponse":{"title":"ShowChangeHistoryResponse","properties":{"ShowId":{"description":"ID of the Show.","type":"integer","format":"int64"}},"description":"ShowChangeHistoryResponse","type":"object"}}}}
```

## The ShowChangeHistoryWithEntityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowChangeHistoryWithEntityResponse":{"title":"ShowChangeHistoryWithEntityResponse","properties":{"ShowId":{"description":"ID of the Show.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Show that has changed.","type":"string"}},"description":"ShowChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_ShowChangeHistoryWithEntityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowChangeHistoryWithEntityResponse_":{"title":"List<ShowChangeHistoryWithEntityResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowChangeHistoryWithEntityResponse"}},"ShowChangeHistoryWithEntityResponse":{"title":"ShowChangeHistoryWithEntityResponse","properties":{"ShowId":{"description":"ID of the Show.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Show that has changed.","type":"string"}},"description":"ShowChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The SeasonChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonChangeHistoryResponse":{"title":"SeasonChangeHistoryResponse","properties":{"SeasonId":{"description":"ID of the Season.","type":"integer","format":"int64"}},"description":"SeasonChangeHistoryResponse","type":"object"}}}}
```

## The List\_SeasonChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SeasonChangeHistoryResponse_":{"title":"List<SeasonChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/SeasonChangeHistoryResponse"}},"SeasonChangeHistoryResponse":{"title":"SeasonChangeHistoryResponse","properties":{"SeasonId":{"description":"ID of the Season.","type":"integer","format":"int64"}},"description":"SeasonChangeHistoryResponse","type":"object"}}}}
```

## The SeasonChangeHistoryWithEntityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonChangeHistoryWithEntityResponse":{"title":"SeasonChangeHistoryWithEntityResponse","properties":{"SeasonId":{"description":"ID of the Season.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Season that has changed.","type":"string"}},"description":"SeasonChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_SeasonChangeHistoryWithEntityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SeasonChangeHistoryWithEntityResponse_":{"title":"List<SeasonChangeHistoryWithEntityResponse>","type":"array","items":{"$ref":"#/components/schemas/SeasonChangeHistoryWithEntityResponse"}},"SeasonChangeHistoryWithEntityResponse":{"title":"SeasonChangeHistoryWithEntityResponse","properties":{"SeasonId":{"description":"ID of the Season.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Season that has changed.","type":"string"}},"description":"SeasonChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The EpisodeChangeHistoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeChangeHistoryResponse":{"title":"EpisodeChangeHistoryResponse","properties":{"EpisodeId":{"description":"ID of the Episode.","type":"integer","format":"int64"}},"description":"EpisodeChangeHistoryResponse","type":"object"}}}}
```

## The List\_EpisodeChangeHistoryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeChangeHistoryResponse_":{"title":"List<EpisodeChangeHistoryResponse>","type":"array","items":{"$ref":"#/components/schemas/EpisodeChangeHistoryResponse"}},"EpisodeChangeHistoryResponse":{"title":"EpisodeChangeHistoryResponse","properties":{"EpisodeId":{"description":"ID of the Episode.","type":"integer","format":"int64"}},"description":"EpisodeChangeHistoryResponse","type":"object"}}}}
```

## The EpisodeChangeHistoryWithEntityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeChangeHistoryWithEntityResponse":{"title":"EpisodeChangeHistoryWithEntityResponse","properties":{"EpisodeId":{"description":"ID of the Episode.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Episode that has changed.","type":"string"}},"description":"EpisodeChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The List\_EpisodeChangeHistoryWithEntityResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeChangeHistoryWithEntityResponse_":{"title":"List<EpisodeChangeHistoryWithEntityResponse>","type":"array","items":{"$ref":"#/components/schemas/EpisodeChangeHistoryWithEntityResponse"}},"EpisodeChangeHistoryWithEntityResponse":{"title":"EpisodeChangeHistoryWithEntityResponse","properties":{"EpisodeId":{"description":"ID of the Episode.","type":"integer","format":"int64"},"Entity":{"description":"Object belonging to Episode that has changed.","type":"string"}},"description":"EpisodeChangeHistoryWithEntityResponse","type":"object"}}}}
```

## The MRSSFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MRSSFeedResponse":{"title":"MRSSFeedResponse","properties":{"Success":{"type":"boolean"},"FilePath":{"type":"string"},"Description":{"type":"string"}},"description":"MRSSFeedResponse","type":"object"}}}}
```

## The MRSSMovieVideoFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MRSSMovieVideoFeedResponse":{"title":"MRSSMovieVideoFeedResponse","properties":{"Success":{"type":"boolean"},"FilePath":{"type":"string"},"Description":{"type":"string"}},"description":"MRSSMovieVideoFeedResponse","type":"object"}}}}
```

## The MRSSBestTrailerResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MRSSBestTrailerResponse":{"title":"MRSSBestTrailerResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"FilePath":{"type":"string"},"BlobFilePath":{"type":"string"},"MRSS":{"type":"string"}},"description":"MRSSBestTrailerResponse","type":"object"}}}}
```

## The MRSSTheatricalResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MRSSTheatricalResponse":{"title":"MRSSTheatricalResponse","properties":{"Success":{"type":"boolean"},"Description":{"type":"string"},"FilePath":{"type":"string"},"BlobFilePath":{"type":"string"},"MRSS":{"type":"string"}},"description":"MRSSTheatricalResponse","type":"object"}}}}
```

## The PubDateDelivery object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PubDateDelivery":{"title":"PubDateDelivery","properties":{"Id":{"type":"integer","format":"int64"},"FileName":{"type":"string"},"VideoId":{"type":"integer","format":"int64"},"CustomerId":{"type":"integer","format":"int64"},"PubDate":{"type":"string","format":"date-time"}},"description":"PubDateDelivery","type":"object"}}}}
```

## The CustomMRSSFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CustomMRSSFeedResponse":{"title":"CustomMRSSFeedResponse","properties":{"Success":{"type":"boolean"},"FilePath":{"type":"string"},"Description":{"type":"string"}},"description":"CustomMRSSFeedResponse","type":"object"}}}}
```

## The YahooFeedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YahooFeedResponse":{"title":"YahooFeedResponse","properties":{"Success":{"type":"boolean"}},"description":"YahooFeedResponse","type":"object"}}}}
```

## The genericrssChannelItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"genericrssChannelItem":{"title":"genericrssChannelItem","properties":{"keywords":{"type":"string"},"link":{"type":"string"},"thumbnail":{"type":"string"},"guid":{"$ref":"#/components/schemas/rssChannelItemGuid"},"title":{"type":"string"},"tags":{"type":"string"},"genre":{"type":"string"},"description":{"type":"string"},"releaseYear":{"type":"string"},"updated":{"type":"string"},"pubDate":{"type":"string"},"category":{"type":"string"},"content":{"$ref":"#/components/schemas/GenericMrssContent"},"credit":{"type":"array","items":{"$ref":"#/components/schemas/GenericMrssCredit"}},"AdvisoryRatings":{"$ref":"#/components/schemas/advisoryRatings"}},"description":"genericrssChannelItem","type":"object"},"rssChannelItemGuid":{"title":"rssChannelItemGuid","properties":{"isPermaLink":{"type":"boolean"},"Value":{"type":"string"}},"description":"rssChannelItemGuid","type":"object"},"GenericMrssContent":{"title":"GenericMrssContent","properties":{"prefix":{"type":"string"},"category":{"type":"string"},"keywords":{"type":"string"},"thumbnail":{"$ref":"#/components/schemas/contentThumbnail"},"type":{"type":"string"},"url":{"type":"string"},"duration":{"type":"integer","format":"int32"},"lang":{"type":"string"},"credit":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"text":{"type":"string"},"hasSyndicationRights":{"type":"string"},"medium":{"type":"string"},"bitrate":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"},"width":{"type":"integer","format":"int32"}},"description":"GenericMrssContent","type":"object"},"contentThumbnail":{"title":"contentThumbnail","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"contentThumbnail","type":"object"},"GenericMrssCredit":{"title":"GenericMrssCredit","properties":{"role":{"type":"string"},"Value":{"type":"string"}},"description":"GenericMrssCredit","type":"object"},"advisoryRatings":{"title":"advisoryRatings","properties":{"Source":{"type":"string"},"Value":{"type":"string"}},"description":"advisoryRatings","type":"object"}}}}
```

## The rssChannelItemGuid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"rssChannelItemGuid":{"title":"rssChannelItemGuid","properties":{"isPermaLink":{"type":"boolean"},"Value":{"type":"string"}},"description":"rssChannelItemGuid","type":"object"}}}}
```

## The GenericMrssContent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenericMrssContent":{"title":"GenericMrssContent","properties":{"prefix":{"type":"string"},"category":{"type":"string"},"keywords":{"type":"string"},"thumbnail":{"$ref":"#/components/schemas/contentThumbnail"},"type":{"type":"string"},"url":{"type":"string"},"duration":{"type":"integer","format":"int32"},"lang":{"type":"string"},"credit":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"text":{"type":"string"},"hasSyndicationRights":{"type":"string"},"medium":{"type":"string"},"bitrate":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"},"width":{"type":"integer","format":"int32"}},"description":"GenericMrssContent","type":"object"},"contentThumbnail":{"title":"contentThumbnail","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"contentThumbnail","type":"object"}}}}
```

## The contentThumbnail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"contentThumbnail":{"title":"contentThumbnail","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"contentThumbnail","type":"object"}}}}
```

## The GenericMrssCredit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GenericMrssCredit":{"title":"GenericMrssCredit","properties":{"role":{"type":"string"},"Value":{"type":"string"}},"description":"GenericMrssCredit","type":"object"}}}}
```

## The advisoryRatings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"advisoryRatings":{"title":"advisoryRatings","properties":{"Source":{"type":"string"},"Value":{"type":"string"}},"description":"advisoryRatings","type":"object"}}}}
```

## The List\_genericrssChannelItem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_genericrssChannelItem_":{"title":"List<genericrssChannelItem>","type":"array","items":{"$ref":"#/components/schemas/genericrssChannelItem"}},"genericrssChannelItem":{"title":"genericrssChannelItem","properties":{"keywords":{"type":"string"},"link":{"type":"string"},"thumbnail":{"type":"string"},"guid":{"$ref":"#/components/schemas/rssChannelItemGuid"},"title":{"type":"string"},"tags":{"type":"string"},"genre":{"type":"string"},"description":{"type":"string"},"releaseYear":{"type":"string"},"updated":{"type":"string"},"pubDate":{"type":"string"},"category":{"type":"string"},"content":{"$ref":"#/components/schemas/GenericMrssContent"},"credit":{"type":"array","items":{"$ref":"#/components/schemas/GenericMrssCredit"}},"AdvisoryRatings":{"$ref":"#/components/schemas/advisoryRatings"}},"description":"genericrssChannelItem","type":"object"},"rssChannelItemGuid":{"title":"rssChannelItemGuid","properties":{"isPermaLink":{"type":"boolean"},"Value":{"type":"string"}},"description":"rssChannelItemGuid","type":"object"},"GenericMrssContent":{"title":"GenericMrssContent","properties":{"prefix":{"type":"string"},"category":{"type":"string"},"keywords":{"type":"string"},"thumbnail":{"$ref":"#/components/schemas/contentThumbnail"},"type":{"type":"string"},"url":{"type":"string"},"duration":{"type":"integer","format":"int32"},"lang":{"type":"string"},"credit":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"text":{"type":"string"},"hasSyndicationRights":{"type":"string"},"medium":{"type":"string"},"bitrate":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"},"width":{"type":"integer","format":"int32"}},"description":"GenericMrssContent","type":"object"},"contentThumbnail":{"title":"contentThumbnail","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"contentThumbnail","type":"object"},"GenericMrssCredit":{"title":"GenericMrssCredit","properties":{"role":{"type":"string"},"Value":{"type":"string"}},"description":"GenericMrssCredit","type":"object"},"advisoryRatings":{"title":"advisoryRatings","properties":{"Source":{"type":"string"},"Value":{"type":"string"}},"description":"advisoryRatings","type":"object"}}}}
```

## The NielsenSocials object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSocials":{"title":"NielsenSocials","properties":{"rootId":{"type":"string"},"title":{"type":"string"},"links":{"$ref":"#/components/schemas/NielsenSocialLinks"}},"description":"NielsenSocials","type":"object"},"NielsenSocialLinks":{"title":"NielsenSocialLinks","properties":{"link":{"type":"array","items":{"$ref":"#/components/schemas/NielsenSocialLink"}}},"description":"NielsenSocialLinks","type":"object"},"NielsenSocialLink":{"title":"NielsenSocialLink","properties":{"host":{"$ref":"#/components/schemas/NielsenSocialHost"},"url":{"type":"string"}},"description":"NielsenSocialLink","type":"object"},"NielsenSocialHost":{"title":"NielsenSocialHost","properties":{"value":{"type":"string"},"id":{"type":"string"}},"description":"NielsenSocialHost","type":"object"}}}}
```

## The NielsenSocialLinks object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSocialLinks":{"title":"NielsenSocialLinks","properties":{"link":{"type":"array","items":{"$ref":"#/components/schemas/NielsenSocialLink"}}},"description":"NielsenSocialLinks","type":"object"},"NielsenSocialLink":{"title":"NielsenSocialLink","properties":{"host":{"$ref":"#/components/schemas/NielsenSocialHost"},"url":{"type":"string"}},"description":"NielsenSocialLink","type":"object"},"NielsenSocialHost":{"title":"NielsenSocialHost","properties":{"value":{"type":"string"},"id":{"type":"string"}},"description":"NielsenSocialHost","type":"object"}}}}
```

## The NielsenSocialLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSocialLink":{"title":"NielsenSocialLink","properties":{"host":{"$ref":"#/components/schemas/NielsenSocialHost"},"url":{"type":"string"}},"description":"NielsenSocialLink","type":"object"},"NielsenSocialHost":{"title":"NielsenSocialHost","properties":{"value":{"type":"string"},"id":{"type":"string"}},"description":"NielsenSocialHost","type":"object"}}}}
```

## The NielsenSocialHost object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSocialHost":{"title":"NielsenSocialHost","properties":{"value":{"type":"string"},"id":{"type":"string"}},"description":"NielsenSocialHost","type":"object"}}}}
```

## The NielsenSearchResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSearchResults":{"title":"NielsenSearchResults","properties":{"hitCount":{"type":"integer","format":"int32"},"hits":{"type":"array","items":{"$ref":"#/components/schemas/NielsenSearchHit"}}},"description":"NielsenSearchResults","type":"object"},"NielsenSearchHit":{"title":"NielsenSearchHit","properties":{"program":{"$ref":"#/components/schemas/NielsenSearchProgram"}},"description":"NielsenSearchHit","type":"object"},"NielsenSearchProgram":{"title":"NielsenSearchProgram","properties":{"tmsId":{"type":"string"},"rootId":{"type":"string"},"seriesId":{"type":"string"},"subType":{"type":"string"},"title":{"type":"string"},"releaseYear":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"},"origAirDate":{"type":"string"},"titleLang":{"type":"string"},"descriptionLang":{"type":"string"},"entityType":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"longDescription":{"type":"string"},"shortDescription":{"type":"string"},"preferredImage":{"$ref":"#/components/schemas/NielsenSearchPreferredimage"},"topCast":{"type":"array","items":{"type":"string"}},"directors":{"type":"array","items":{"type":"string"}},"totalEpisodes":{"type":"integer","format":"int32"},"totalSeasons":{"type":"string"},"sportsId":{"type":"string"}},"description":"NielsenSearchProgram","type":"object"},"NielsenSearchPreferredimage":{"title":"NielsenSearchPreferredimage","properties":{"uri":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"primary":{"type":"string"},"tier":{"type":"string"}},"description":"NielsenSearchPreferredimage","type":"object"}}}}
```

## The NielsenSearchHit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSearchHit":{"title":"NielsenSearchHit","properties":{"program":{"$ref":"#/components/schemas/NielsenSearchProgram"}},"description":"NielsenSearchHit","type":"object"},"NielsenSearchProgram":{"title":"NielsenSearchProgram","properties":{"tmsId":{"type":"string"},"rootId":{"type":"string"},"seriesId":{"type":"string"},"subType":{"type":"string"},"title":{"type":"string"},"releaseYear":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"},"origAirDate":{"type":"string"},"titleLang":{"type":"string"},"descriptionLang":{"type":"string"},"entityType":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"longDescription":{"type":"string"},"shortDescription":{"type":"string"},"preferredImage":{"$ref":"#/components/schemas/NielsenSearchPreferredimage"},"topCast":{"type":"array","items":{"type":"string"}},"directors":{"type":"array","items":{"type":"string"}},"totalEpisodes":{"type":"integer","format":"int32"},"totalSeasons":{"type":"string"},"sportsId":{"type":"string"}},"description":"NielsenSearchProgram","type":"object"},"NielsenSearchPreferredimage":{"title":"NielsenSearchPreferredimage","properties":{"uri":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"primary":{"type":"string"},"tier":{"type":"string"}},"description":"NielsenSearchPreferredimage","type":"object"}}}}
```

## The NielsenSearchProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSearchProgram":{"title":"NielsenSearchProgram","properties":{"tmsId":{"type":"string"},"rootId":{"type":"string"},"seriesId":{"type":"string"},"subType":{"type":"string"},"title":{"type":"string"},"releaseYear":{"type":"integer","format":"int32"},"releaseDate":{"type":"string"},"origAirDate":{"type":"string"},"titleLang":{"type":"string"},"descriptionLang":{"type":"string"},"entityType":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"longDescription":{"type":"string"},"shortDescription":{"type":"string"},"preferredImage":{"$ref":"#/components/schemas/NielsenSearchPreferredimage"},"topCast":{"type":"array","items":{"type":"string"}},"directors":{"type":"array","items":{"type":"string"}},"totalEpisodes":{"type":"integer","format":"int32"},"totalSeasons":{"type":"string"},"sportsId":{"type":"string"}},"description":"NielsenSearchProgram","type":"object"},"NielsenSearchPreferredimage":{"title":"NielsenSearchPreferredimage","properties":{"uri":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"primary":{"type":"string"},"tier":{"type":"string"}},"description":"NielsenSearchPreferredimage","type":"object"}}}}
```

## The NielsenSearchPreferredimage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NielsenSearchPreferredimage":{"title":"NielsenSearchPreferredimage","properties":{"uri":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"primary":{"type":"string"},"tier":{"type":"string"}},"description":"NielsenSearchPreferredimage","type":"object"}}}}
```

## The List\_ContentSubmission\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ContentSubmission_":{"title":"List<ContentSubmission>","type":"array","items":{"$ref":"#/components/schemas/ContentSubmission"}},"ContentSubmission":{"title":"ContentSubmission","properties":{"Id":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"CopyrightHolder":{"type":"string"},"MediaType":{"type":"string"},"Description":{"type":"string"},"Genre":{"type":"string"},"CountryOfOrigin":{"type":"string"},"Language":{"type":"string"},"TheatricalReleaseDate":{"type":"string","format":"date-time"},"VodDate":{"type":"string","format":"date-time"},"OfficialSiteUrl":{"type":"string"},"GameFormat":{"type":"string"},"SeasonName":{"type":"string"},"EpisodeName":{"type":"string"},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"Actors":{"type":"string"},"Directors":{"type":"string"},"Name":{"type":"string"},"Company":{"type":"string"},"Email":{"type":"string"},"Files":{"type":"array","items":{"$ref":"#/components/schemas/Uri"}},"ImdbId":{"type":"string"},"EntertainmentId":{"type":"string"},"PublishedId":{"type":"integer","format":"int32"},"Status":{"type":"string"},"Completed":{"type":"string","format":"date-time"}},"description":"ContentSubmission","type":"object"},"Uri":{"title":"Uri","properties":{},"description":"Uri","type":"object"}}}}
```

## The FabricMatchToEntertainmentProgramResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FabricMatchToEntertainmentProgramResponse":{"title":"FabricMatchToEntertainmentProgramResponse","properties":{"Score":{"description":"Score of the match to Entertainment.","type":"integer","format":"int32"},"Success":{"description":"Status of match operation.","type":"boolean"},"TitleMods":{"$ref":"#/components/schemas/TitleMods"},"CompanyMatch":{"type":"boolean"},"IMDBmatch":{"type":"boolean"},"eidrMatch":{"type":"boolean"},"LanguageMatch":{"type":"boolean"},"CountryMatch":{"type":"boolean"},"CertificationMatch":{"type":"boolean"},"RuntimeMatch":{"type":"boolean"},"EntertainmentId":{"description":"Entertainment program ID on successful match.","type":"integer","format":"int64"},"Description":{"description":"Description of match operation result.","type":"string"},"Took":{"description":"Elastic search time elapsed.","type":"integer","format":"int64"},"ProgramMatches":{"description":"List of matched Programs.","type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}}},"description":"FabricMatchToEntertainmentProgramResponse","type":"object"},"TitleMods":{"title":"TitleMods","properties":{"TitleSubmitted":{"type":"string"},"TitleApplied":{"type":"string"},"Removals":{"type":"array","items":{"type":"string"}}},"description":"TitleMods","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The List\_DiscoverPerson\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DiscoverPerson_":{"title":"List<DiscoverPerson>","type":"array","items":{"$ref":"#/components/schemas/DiscoverPerson"}},"DiscoverPerson":{"title":"DiscoverPerson","properties":{"Id":{"description":"Unique ID of thePerson in the form of Person/1","type":"string"},"ProgramType":{"description":"Defines the type of data this is.  Ex: Person","type":"string"},"Packages":{"type":"array","items":{"type":"string"}},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthDayOfMonth":{"description":"Day of month Person was born.","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Month of Year Person was born.","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Day of month Person died.","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Month of Year Person died.","type":"integer","format":"int32"},"BirthName":{"description":"Name of Person at birth.","type":"string"},"IvaRating":{"description":"IVA Rating for Person.","type":"integer","format":"int32"},"IvaRatingSort":{"description":"IVA Rating for Person including decimal places for accurate sorting.","type":"number","format":"double"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/ProgramPersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"type":"string"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Awards":{"description":"Awards associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/Award"}},"Summary":{"$ref":"#/components/schemas/PersonSummary"}},"description":"DiscoverPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"}}}}
```

## The VideoCustomer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoCustomer":{"title":"VideoCustomer","properties":{"CustomerId":{"type":"integer","format":"int64"},"CustomerName":{"type":"string"},"EmailAddress":{"type":"string"},"IsActiveCustomer":{"type":"boolean"},"MaxGameDuration":{"type":"integer","format":"int32"},"MaxMusicDuration":{"type":"integer","format":"int32"},"MaxVideoDuration":{"type":"integer","format":"int32"},"MaxRate":{"type":"integer","format":"int32"},"ReportName":{"type":"string"},"RealCustomerName":{"type":"string"},"RequiresToken":{"type":"boolean"},"TokenPassword":{"type":"string"},"IsPayingCustomer":{"type":"boolean"},"CustomerType":{"type":"integer","format":"int32"},"AllowMp4":{"type":"boolean"},"AllowSourceFileAccess":{"type":"boolean"},"Websites":{"type":"string"},"ParentCustomerId":{"type":"integer","format":"int64"},"ContactInfoNotes":{"type":"string"},"Memo":{"type":"string"},"Created":{"type":"string","format":"date-time"}},"description":"VideoCustomer","type":"object"}}}}
```

## The List\_VideoCustomer\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_VideoCustomer_":{"title":"List<VideoCustomer>","type":"array","items":{"$ref":"#/components/schemas/VideoCustomer"}},"VideoCustomer":{"title":"VideoCustomer","properties":{"CustomerId":{"type":"integer","format":"int64"},"CustomerName":{"type":"string"},"EmailAddress":{"type":"string"},"IsActiveCustomer":{"type":"boolean"},"MaxGameDuration":{"type":"integer","format":"int32"},"MaxMusicDuration":{"type":"integer","format":"int32"},"MaxVideoDuration":{"type":"integer","format":"int32"},"MaxRate":{"type":"integer","format":"int32"},"ReportName":{"type":"string"},"RealCustomerName":{"type":"string"},"RequiresToken":{"type":"boolean"},"TokenPassword":{"type":"string"},"IsPayingCustomer":{"type":"boolean"},"CustomerType":{"type":"integer","format":"int32"},"AllowMp4":{"type":"boolean"},"AllowSourceFileAccess":{"type":"boolean"},"Websites":{"type":"string"},"ParentCustomerId":{"type":"integer","format":"int64"},"ContactInfoNotes":{"type":"string"},"Memo":{"type":"string"},"Created":{"type":"string","format":"date-time"}},"description":"VideoCustomer","type":"object"}}}}
```

## The CustomerGBUsage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CustomerGBUsage":{"title":"CustomerGBUsage","properties":{"CustomerId":{"type":"integer","format":"int32"},"CustomerName":{"type":"string"},"MonthlyGBUsage":{"type":"number","format":"double"},"NumberOfFeeds":{"type":"integer","format":"int32"},"Notes":{"type":"string"},"GBRate":{"type":"number","format":"double"}},"description":"CustomerGBUsage","type":"object"}}}}
```

## The List\_CustomerGBUsage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CustomerGBUsage_":{"title":"List<CustomerGBUsage>","type":"array","items":{"$ref":"#/components/schemas/CustomerGBUsage"}},"CustomerGBUsage":{"title":"CustomerGBUsage","properties":{"CustomerId":{"type":"integer","format":"int32"},"CustomerName":{"type":"string"},"MonthlyGBUsage":{"type":"number","format":"double"},"NumberOfFeeds":{"type":"integer","format":"int32"},"Notes":{"type":"string"},"GBRate":{"type":"number","format":"double"}},"description":"CustomerGBUsage","type":"object"}}}}
```

## The ProductionQueue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProductionQueue":{"title":"ProductionQueue","properties":{"PublishedId":{"type":"integer","format":"int32"},"ImageFilepath":{"type":"string"},"EncodingStarted":{"type":"boolean"},"EncodingCompleted":{"type":"boolean"},"Reviewed":{"type":"boolean"},"Title":{"type":"string"},"MediaType":{"type":"string"},"LinkToQC":{"type":"string"},"UserInitials":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"}},"description":"ProductionQueue","type":"object"}}}}
```

## The List\_ProductionQueue\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ProductionQueue_":{"title":"List<ProductionQueue>","type":"array","items":{"$ref":"#/components/schemas/ProductionQueue"}},"ProductionQueue":{"title":"ProductionQueue","properties":{"PublishedId":{"type":"integer","format":"int32"},"ImageFilepath":{"type":"string"},"EncodingStarted":{"type":"boolean"},"EncodingCompleted":{"type":"boolean"},"Reviewed":{"type":"boolean"},"Title":{"type":"string"},"MediaType":{"type":"string"},"LinkToQC":{"type":"string"},"UserInitials":{"type":"string"},"DateCreated":{"type":"string","format":"date-time"}},"description":"ProductionQueue","type":"object"}}}}
```

## The FutureReleases3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FutureReleases3":{"title":"FutureReleases3","properties":{"ProgramType":{"type":"string"},"title":{"type":"string"},"SeasonTitle":{"type":"string"},"Id":{"type":"integer","format":"int64"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Network":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Reviewed":{"type":"string","format":"date-time"}},"description":"FutureReleases3","type":"object"}}}}
```

## The List\_FutureReleases3\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_FutureReleases3_":{"title":"List<FutureReleases3>","type":"array","items":{"$ref":"#/components/schemas/FutureReleases3"}},"FutureReleases3":{"title":"FutureReleases3","properties":{"ProgramType":{"type":"string"},"title":{"type":"string"},"SeasonTitle":{"type":"string"},"Id":{"type":"integer","format":"int64"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Network":{"type":"string"},"Score":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Reviewed":{"type":"string","format":"date-time"}},"description":"FutureReleases3","type":"object"}}}}
```

## The Parasite object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Parasite":{"title":"Parasite","properties":{"Name":{"type":"string"},"Location":{"type":"string"},"Description":{"type":"string"},"FailureThresholdInMinutes":{"type":"integer","format":"int32"},"LastTime":{"type":"string","format":"date-time"},"Active":{"type":"boolean"}},"description":"Parasite","type":"object"}}}}
```

## The VisionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VisionResponse":{"title":"VisionResponse","properties":{"id":{"type":"string"},"_object":{"type":"string"},"created":{"type":"integer","format":"int32"},"model":{"type":"string"},"choices":{"type":"array","items":{"$ref":"#/components/schemas/Choice"}},"usage":{"$ref":"#/components/schemas/Usage"},"system_fingerprint":{"type":"string"}},"description":"VisionResponse","type":"object"},"Choice":{"title":"Choice","properties":{"index":{"type":"integer","format":"int32"},"message":{"$ref":"#/components/schemas/VisionMessage"},"logprobs":{"$ref":"#/components/schemas/Object"},"finish_reason":{"type":"string"}},"description":"Choice","type":"object"},"VisionMessage":{"title":"VisionMessage","properties":{"role":{"type":"string"},"content":{"type":"string"}},"description":"VisionMessage","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Usage":{"title":"Usage","properties":{"prompt_tokens":{"type":"integer","format":"int32"},"completion_tokens":{"type":"integer","format":"int32"},"total_tokens":{"type":"integer","format":"int32"}},"description":"Usage","type":"object"}}}}
```

## The Choice object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Choice":{"title":"Choice","properties":{"index":{"type":"integer","format":"int32"},"message":{"$ref":"#/components/schemas/VisionMessage"},"logprobs":{"$ref":"#/components/schemas/Object"},"finish_reason":{"type":"string"}},"description":"Choice","type":"object"},"VisionMessage":{"title":"VisionMessage","properties":{"role":{"type":"string"},"content":{"type":"string"}},"description":"VisionMessage","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The VisionMessage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VisionMessage":{"title":"VisionMessage","properties":{"role":{"type":"string"},"content":{"type":"string"}},"description":"VisionMessage","type":"object"}}}}
```

## The Usage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Usage":{"title":"Usage","properties":{"prompt_tokens":{"type":"integer","format":"int32"},"completion_tokens":{"type":"integer","format":"int32"},"total_tokens":{"type":"integer","format":"int32"}},"description":"Usage","type":"object"}}}}
```

## The OpenApiOperationSettingResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"OpenApiOperationSettingResponse":{"title":"OpenApiOperationSettingResponse","properties":{"Id":{"type":"integer","format":"int32"},"OriginalOperationId":{"type":"string"},"Depreciated":{"type":"boolean"},"ExternalDocs":{"$ref":"#/components/schemas/OpenApiExternalDocs"},"OperationId":{"type":"string"},"Summary":{"type":"string"},"Description":{"type":"string"},"DtoName":{"type":"string"},"ApiEndpoints":{"type":"array","items":{"type":"string"}}},"description":"OpenApiOperationSettingResponse","type":"object"},"OpenApiExternalDocs":{"title":"OpenApiExternalDocs","properties":{"Description":{"type":"string"},"Url":{"type":"string"}},"description":"OpenApiExternalDocs","type":"object"}}}}
```

## The List\_OpenApiOperationSettingResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_OpenApiOperationSettingResponse_":{"title":"List<OpenApiOperationSettingResponse>","type":"array","items":{"$ref":"#/components/schemas/OpenApiOperationSettingResponse"}},"OpenApiOperationSettingResponse":{"title":"OpenApiOperationSettingResponse","properties":{"Id":{"type":"integer","format":"int32"},"OriginalOperationId":{"type":"string"},"Depreciated":{"type":"boolean"},"ExternalDocs":{"$ref":"#/components/schemas/OpenApiExternalDocs"},"OperationId":{"type":"string"},"Summary":{"type":"string"},"Description":{"type":"string"},"DtoName":{"type":"string"},"ApiEndpoints":{"type":"array","items":{"type":"string"}}},"description":"OpenApiOperationSettingResponse","type":"object"},"OpenApiExternalDocs":{"title":"OpenApiExternalDocs","properties":{"Description":{"type":"string"},"Url":{"type":"string"}},"description":"OpenApiExternalDocs","type":"object"}}}}
```

## The PersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonResponse":{"title":"PersonResponse","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/PersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/PersonAlternateId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/PersonDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"}},"description":"PersonResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"PersonImage":{"title":"PersonImage","properties":{"Id":{"description":"Unique ID of this PersonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of PersonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of PersonImage.","type":"string"},"Width":{"description":"Width in pixels of PersonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of PersonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Tags":{"description":"List of Tags associated with this PersonImage","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Attribution":{"description":"Source credit for PersonImage.","type":"string"},"Modified":{"description":"Time of last image modificication.","type":"string","format":"date-time"},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"MovieId":{"description":"Entertainment Movie ID of the movie this image is from.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show ID of the show this image is from.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season ID of the season this image is from.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment Episode ID of the episode this image is from.","type":"integer","format":"int64"}},"description":"PersonImage","type":"object"},"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"PersonAlternateId":{"title":"PersonAlternateId","properties":{"AlternateId":{"type":"string"},"Type":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonAlternateId","type":"object"},"PersonDescription":{"title":"PersonDescription","properties":{"Id":{"description":"Unique ID of this PersonDescription","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"Language":{"description":"Language object for language of PersonDescription.","type":"string"}},"description":"PersonDescription","type":"object"}}}}
```

## The PersonImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonImage":{"title":"PersonImage","properties":{"Id":{"description":"Unique ID of this PersonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of PersonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of PersonImage.","type":"string"},"Width":{"description":"Width in pixels of PersonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of PersonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Tags":{"description":"List of Tags associated with this PersonImage","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Attribution":{"description":"Source credit for PersonImage.","type":"string"},"Modified":{"description":"Time of last image modificication.","type":"string","format":"date-time"},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"MovieId":{"description":"Entertainment Movie ID of the movie this image is from.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show ID of the show this image is from.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season ID of the season this image is from.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment Episode ID of the episode this image is from.","type":"integer","format":"int64"}},"description":"PersonImage","type":"object"},"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The PersonTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"}}}}
```

## The PersonAlternateId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonAlternateId":{"title":"PersonAlternateId","properties":{"AlternateId":{"type":"string"},"Type":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonAlternateId","type":"object"}}}}
```

## The PersonDescription object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonDescription":{"title":"PersonDescription","properties":{"Id":{"description":"Unique ID of this PersonDescription","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"Language":{"description":"Language object for language of PersonDescription.","type":"string"}},"description":"PersonDescription","type":"object"}}}}
```

## The AllPeopleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AllPeopleResponse":{"title":"AllPeopleResponse","properties":{"TotalCount":{"description":"Total count of people.","type":"integer","format":"int32"},"Skip":{"description":"Records to skip used with paging.","type":"integer","format":"int32"},"Take":{"description":"Page size.","type":"integer","format":"int32"},"Result":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}},"description":"AllPeopleResponse","type":"object"},"Person":{"title":"Person","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/PersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/PersonAlternateId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/PersonDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"}},"description":"Person","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"PersonImage":{"title":"PersonImage","properties":{"Id":{"description":"Unique ID of this PersonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of PersonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of PersonImage.","type":"string"},"Width":{"description":"Width in pixels of PersonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of PersonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Tags":{"description":"List of Tags associated with this PersonImage","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Attribution":{"description":"Source credit for PersonImage.","type":"string"},"Modified":{"description":"Time of last image modificication.","type":"string","format":"date-time"},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"MovieId":{"description":"Entertainment Movie ID of the movie this image is from.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show ID of the show this image is from.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season ID of the season this image is from.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment Episode ID of the episode this image is from.","type":"integer","format":"int64"}},"description":"PersonImage","type":"object"},"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"PersonAlternateId":{"title":"PersonAlternateId","properties":{"AlternateId":{"type":"string"},"Type":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonAlternateId","type":"object"},"PersonDescription":{"title":"PersonDescription","properties":{"Id":{"description":"Unique ID of this PersonDescription","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"Language":{"description":"Language object for language of PersonDescription.","type":"string"}},"description":"PersonDescription","type":"object"}}}}
```

## The Person object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Person":{"title":"Person","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/PersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/PersonAlternateId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/PersonDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"}},"description":"Person","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"PersonImage":{"title":"PersonImage","properties":{"Id":{"description":"Unique ID of this PersonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of PersonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of PersonImage.","type":"string"},"Width":{"description":"Width in pixels of PersonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of PersonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Tags":{"description":"List of Tags associated with this PersonImage","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Attribution":{"description":"Source credit for PersonImage.","type":"string"},"Modified":{"description":"Time of last image modificication.","type":"string","format":"date-time"},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"MovieId":{"description":"Entertainment Movie ID of the movie this image is from.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show ID of the show this image is from.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season ID of the season this image is from.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment Episode ID of the episode this image is from.","type":"integer","format":"int64"}},"description":"PersonImage","type":"object"},"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"PersonAlternateId":{"title":"PersonAlternateId","properties":{"AlternateId":{"type":"string"},"Type":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonAlternateId","type":"object"},"PersonDescription":{"title":"PersonDescription","properties":{"Id":{"description":"Unique ID of this PersonDescription","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"Language":{"description":"Language object for language of PersonDescription.","type":"string"}},"description":"PersonDescription","type":"object"}}}}
```

## The PersonRankedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonRankedResponse":{"title":"PersonRankedResponse","properties":{"FilePath":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"}},"description":"PersonRankedResponse","type":"object"}}}}
```

## The List\_PersonRankedResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_PersonRankedResponse_":{"title":"List<PersonRankedResponse>","type":"array","items":{"$ref":"#/components/schemas/PersonRankedResponse"}},"PersonRankedResponse":{"title":"PersonRankedResponse","properties":{"FilePath":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"}},"description":"PersonRankedResponse","type":"object"}}}}
```

## The UpdatePeopleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdatePeopleResponse":{"title":"UpdatePeopleResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdatePeopleResponse","type":"object"}}}}
```

## The ValidateDuplicatePersonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ValidateDuplicatePersonResponse":{"title":"ValidateDuplicatePersonResponse","properties":{"IsDup":{"type":"boolean"},"CorrectId":{"type":"integer","format":"int64"},"InvalidId":{"type":"integer","format":"int64"}},"description":"ValidateDuplicatePersonResponse","type":"object"}}}}
```

## The UpdateAllPeopleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateAllPeopleResponse":{"title":"UpdateAllPeopleResponse","properties":{"success":{"type":"boolean"},"reason":{"type":"string"}},"description":"UpdateAllPeopleResponse","type":"object"}}}}
```

## The DbPersonAlternateNameResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateNameResponse":{"title":"DbPersonAlternateNameResponse","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateNameResponse","type":"object"}}}}
```

## The DbPersonDescriptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonDescriptionResponse":{"title":"DbPersonDescriptionResponse","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbPersonTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonTagResponse":{"title":"DbPersonTagResponse","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The PersonJobsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonJobsResponse":{"title":"PersonJobsResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbPersonJob"}},"description":"PersonJobsResponse","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The PersonAlternateIdTypesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonAlternateIdTypesResponse":{"title":"PersonAlternateIdTypesResponse","properties":{"Capacity":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"},"Item":{"$ref":"#/components/schemas/DbPersonAlternateIdType"}},"description":"PersonAlternateIdTypesResponse","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"}}}}
```

## The DbPersonImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonImageResponse":{"title":"DbPersonImageResponse","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImageResponse","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The CelebrityRankedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CelebrityRankedResponse":{"title":"CelebrityRankedResponse","properties":{"Description":{"$ref":"#/components/schemas/ProgramDescription"},"FilePath":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"Rank":{"type":"integer","format":"int64"},"Rating":{"type":"number","format":"double"}},"description":"CelebrityRankedResponse","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The List\_CelebrityRankedResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CelebrityRankedResponse_":{"title":"List<CelebrityRankedResponse>","type":"array","items":{"$ref":"#/components/schemas/CelebrityRankedResponse"}},"CelebrityRankedResponse":{"title":"CelebrityRankedResponse","properties":{"Description":{"$ref":"#/components/schemas/ProgramDescription"},"FilePath":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"Rank":{"type":"integer","format":"int64"},"Rating":{"type":"number","format":"double"}},"description":"CelebrityRankedResponse","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"}}}}
```

## The SearchCelebrityResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SearchCelebrityResponse":{"title":"SearchCelebrityResponse","properties":{"Took":{"type":"integer","format":"int64"},"Total":{"type":"integer","format":"int64"},"MaxScore":{"type":"number","format":"double"},"Hits":{"type":"array","items":{"$ref":"#/components/schemas/PersonSearchHit"}},"Message":{"type":"string"},"NextPageToken":{"type":"string"}},"description":"SearchCelebrityResponse","type":"object"},"PersonSearchHit":{"title":"PersonSearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/DiscoverPerson"},"Id":{"type":"string"}},"description":"PersonSearchHit","type":"object"},"DiscoverPerson":{"title":"DiscoverPerson","properties":{"Id":{"description":"Unique ID of thePerson in the form of Person/1","type":"string"},"ProgramType":{"description":"Defines the type of data this is.  Ex: Person","type":"string"},"Packages":{"type":"array","items":{"type":"string"}},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthDayOfMonth":{"description":"Day of month Person was born.","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Month of Year Person was born.","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Day of month Person died.","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Month of Year Person died.","type":"integer","format":"int32"},"BirthName":{"description":"Name of Person at birth.","type":"string"},"IvaRating":{"description":"IVA Rating for Person.","type":"integer","format":"int32"},"IvaRatingSort":{"description":"IVA Rating for Person including decimal places for accurate sorting.","type":"number","format":"double"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/ProgramPersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"type":"string"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Awards":{"description":"Awards associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/Award"}},"Summary":{"$ref":"#/components/schemas/PersonSummary"}},"description":"DiscoverPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"}}}}
```

## The PersonSearchHit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonSearchHit":{"title":"PersonSearchHit","properties":{"Score":{"type":"number","format":"double"},"Source":{"$ref":"#/components/schemas/DiscoverPerson"},"Id":{"type":"string"}},"description":"PersonSearchHit","type":"object"},"DiscoverPerson":{"title":"DiscoverPerson","properties":{"Id":{"description":"Unique ID of thePerson in the form of Person/1","type":"string"},"ProgramType":{"description":"Defines the type of data this is.  Ex: Person","type":"string"},"Packages":{"type":"array","items":{"type":"string"}},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthDayOfMonth":{"description":"Day of month Person was born.","type":"integer","format":"int32"},"BirthMonthOfYear":{"description":"Month of Year Person was born.","type":"integer","format":"int32"},"DeathDayOfMonth":{"description":"Day of month Person died.","type":"integer","format":"int32"},"DeathMonthOfYear":{"description":"Month of Year Person died.","type":"integer","format":"int32"},"BirthName":{"description":"Name of Person at birth.","type":"string"},"IvaRating":{"description":"IVA Rating for Person.","type":"integer","format":"int32"},"IvaRatingSort":{"description":"IVA Rating for Person including decimal places for accurate sorting.","type":"number","format":"double"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/ProgramPersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"type":"string"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Awards":{"description":"Awards associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/Award"}},"Summary":{"$ref":"#/components/schemas/PersonSummary"}},"description":"DiscoverPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"ProgramPersonImage":{"title":"ProgramPersonImage","properties":{"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"EntertainmentId":{"description":"Entertainment ID of the movie, show, episode this image is promoting.  If you are doing editorial about another topic and use an image from IVA, you need to reference or otherwise indicate the title of the film, TV show or game so as to be promotional.","type":"string"},"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"PersonSummary":{"title":"PersonSummary","properties":{"Image":{"$ref":"#/components/schemas/ProgramPersonImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"ImageCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"DescriptionCount":{"type":"integer","format":"int32"},"AlternateNameCount":{"type":"integer","format":"int32"}},"description":"PersonSummary","type":"object"}}}}
```

## The DbPersonChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonChangeResponse":{"title":"DbPersonChangeResponse","properties":{"ChangeId":{"description":"Unique ID of PersonChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime PersonChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"PersonChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPersonChangeResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The List\_DbPersonChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonChangeResponse_":{"title":"List<DbPersonChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonChangeResponse"}},"DbPersonChangeResponse":{"title":"DbPersonChangeResponse","properties":{"ChangeId":{"description":"Unique ID of PersonChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime PersonChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"PersonChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPersonChangeResponse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"}}}}
```

## The List\_DbPersonAlternateNameResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonAlternateNameResponse_":{"title":"List<DbPersonAlternateNameResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateNameResponse"}},"DbPersonAlternateNameResponse":{"title":"DbPersonAlternateNameResponse","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateNameResponse","type":"object"}}}}
```

## The CleanupPersonAlternateNamesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CleanupPersonAlternateNamesResponse":{"title":"CleanupPersonAlternateNamesResponse","properties":{"PeopleProcessed":{"description":"Number of people processed.","type":"integer","format":"int32"},"NamesRemoved":{"description":"Total alternate names removed.","type":"integer","format":"int32"},"NamesKept":{"description":"Total alternate names kept.","type":"integer","format":"int32"},"Details":{"description":"Details per affected person.","type":"array","items":{"$ref":"#/components/schemas/PersonCleanupDetail"}}},"description":"CleanupPersonAlternateNamesResponse","type":"object"},"PersonCleanupDetail":{"title":"PersonCleanupDetail","properties":{"PersonId":{"type":"integer","format":"int64"},"PersonName":{"type":"string"},"NamesBefore":{"type":"integer","format":"int32"},"NamesAfter":{"type":"integer","format":"int32"},"RemovedNames":{"type":"array","items":{"type":"string"}}},"description":"PersonCleanupDetail","type":"object"}}}}
```

## The PersonCleanupDetail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonCleanupDetail":{"title":"PersonCleanupDetail","properties":{"PersonId":{"type":"integer","format":"int64"},"PersonName":{"type":"string"},"NamesBefore":{"type":"integer","format":"int32"},"NamesAfter":{"type":"integer","format":"int32"},"RemovedNames":{"type":"array","items":{"type":"string"}}},"description":"PersonCleanupDetail","type":"object"}}}}
```

## The List\_DbPersonDescriptionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonDescriptionResponse_":{"title":"List<DbPersonDescriptionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescriptionResponse"}},"DbPersonDescriptionResponse":{"title":"DbPersonDescriptionResponse","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbPersonTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonTagResponse_":{"title":"List<DbPersonTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonTagResponse"}},"DbPersonTagResponse":{"title":"DbPersonTagResponse","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The PersonRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonRating":{"title":"PersonRating","properties":{"PersonId":{"type":"integer","format":"int64"},"Rating":{"type":"number","format":"double"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonRating","type":"object"}}}}
```

## The List\_DbPersonSpouse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonSpouse_":{"title":"List<DbPersonSpouse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"}}}}
```

## The PersonContributorsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PersonContributorsResponse":{"title":"PersonContributorsResponse","properties":{"MovieContributors":{"type":"array","items":{"$ref":"#/components/schemas/DbMovieContributor"}},"EpisodeContributors":{"type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}}},"description":"PersonContributorsResponse","type":"object"},"DbMovieContributor":{"title":"DbMovieContributor","properties":{"Id":{"description":"Unique ID for a MovieContributor.","type":"integer","format":"int64"},"MovieId":{"description":"ID of Movie associated with MovieContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with MovieContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with MovieContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by MovieContributor.","type":"string"},"Characters":{"description":"Roles played by MovieContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of MovieContributor in list for Movie (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime MovieContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified MovieContributor.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified MovieContributor."},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with MovieContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with MovieContributor."}},"description":"DbMovieContributor","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"}}}}
```

## The List\_Person\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Person_":{"title":"List<Person>","type":"array","items":{"$ref":"#/components/schemas/Person"}},"Person":{"title":"Person","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"AlternateNames":{"description":"List of PersonName associated with this Person.","type":"array","items":{"type":"string"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/PersonImage"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/PersonAlternateId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Descriptions":{"description":"List of biographies for this person.","type":"array","items":{"$ref":"#/components/schemas/PersonDescription"}},"Tags":{"description":"List of tags associated with person.","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"}},"description":"Person","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"PersonImage":{"title":"PersonImage","properties":{"Id":{"description":"Unique ID of this PersonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of PersonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of PersonImage.","type":"string"},"Width":{"description":"Width in pixels of PersonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of PersonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Tags":{"description":"List of Tags associated with this PersonImage","type":"array","items":{"$ref":"#/components/schemas/PersonTag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Attribution":{"description":"Source credit for PersonImage.","type":"string"},"Modified":{"description":"Time of last image modificication.","type":"string","format":"date-time"},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of the person's face in the image."},"MovieId":{"description":"Entertainment Movie ID of the movie this image is from.","type":"integer","format":"int64"},"ShowId":{"description":"Entertainment Show ID of the show this image is from.","type":"integer","format":"int64"},"SeasonId":{"description":"Entertainment Season ID of the season this image is from.","type":"integer","format":"int64"},"EpisodeId":{"description":"Entertainment Episode ID of the episode this image is from.","type":"integer","format":"int64"}},"description":"PersonImage","type":"object"},"PersonTag":{"title":"PersonTag","properties":{"Id":{"description":"ID of the object.","type":"integer","format":"int64"},"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"PersonTag","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"PersonAlternateId":{"title":"PersonAlternateId","properties":{"AlternateId":{"type":"string"},"Type":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"Modified":{"type":"string","format":"date-time"}},"description":"PersonAlternateId","type":"object"},"PersonDescription":{"title":"PersonDescription","properties":{"Id":{"description":"Unique ID of this PersonDescription","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"Language":{"description":"Language object for language of PersonDescription.","type":"string"}},"description":"PersonDescription","type":"object"}}}}
```

## The List\_DbPersonImage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonImage_":{"title":"List<DbPersonImage>","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The FilmographyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FilmographyResponse":{"title":"FilmographyResponse","properties":{"Movies":{"description":"List of Movie contributions.","type":"array","items":{"$ref":"#/components/schemas/Contribution"}},"Shows":{"description":"List of Show contributions.","type":"array","items":{"$ref":"#/components/schemas/Contribution"}},"Episodes":{"description":"List of Episode contributions.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContribution"}}},"description":"FilmographyResponse","type":"object"},"Contribution":{"title":"Contribution","properties":{"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"Contribution","type":"object"},"EpisodeContribution":{"title":"EpisodeContribution","properties":{"ShowId":{"type":"integer","format":"int64"},"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"EpisodeContribution","type":"object"}}}}
```

## The Contribution object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Contribution":{"title":"Contribution","properties":{"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"Contribution","type":"object"}}}}
```

## The EpisodeContribution object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeContribution":{"title":"EpisodeContribution","properties":{"ShowId":{"type":"integer","format":"int64"},"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"EpisodeContribution","type":"object"}}}}
```

## The DbPersonAlternateNameChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonAlternateNameChangeResponse":{"title":"DbPersonAlternateNameChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateNameChangeResponse","type":"object"}}}}
```

## The List\_DbPersonAlternateNameChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonAlternateNameChangeResponse_":{"title":"List<DbPersonAlternateNameChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateNameChangeResponse"}},"DbPersonAlternateNameChangeResponse":{"title":"DbPersonAlternateNameChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateNameChangeResponse","type":"object"}}}}
```

## The DbPersonDescriptionChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonDescriptionChangeResponse":{"title":"DbPersonDescriptionChangeResponse","properties":{"ChangeId":{"description":"ID of PersonDescriptionCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime PersonDescription was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"PersonDescriptionChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbPersonDescriptionChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonDescriptionChangeResponse_":{"title":"List<DbPersonDescriptionChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescriptionChangeResponse"}},"DbPersonDescriptionChangeResponse":{"title":"DbPersonDescriptionChangeResponse","properties":{"ChangeId":{"description":"ID of PersonDescriptionCHange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime PersonDescription was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"PersonDescriptionChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbPersonImageChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbPersonImageChangeResponse":{"title":"DbPersonImageChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImageChangeResponse","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The List\_DbPersonImageChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbPersonImageChangeResponse_":{"title":"List<DbPersonImageChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbPersonImageChangeResponse"}},"DbPersonImageChangeResponse":{"title":"DbPersonImageChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImageChangeResponse","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"}}}}
```

## The ImportProgramResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ImportProgramResponse":{"title":"ImportProgramResponse","properties":{"Success":{"type":"boolean"},"PreExistingProgram":{"type":"boolean"},"Message":{"type":"string"},"Program":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"ImportProgramResponse","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The CreateTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateTitleResponse":{"title":"CreateTitleResponse","properties":{"Success":{"type":"boolean"},"PreExistingProgram":{"type":"boolean"},"Message":{"type":"string"},"Program":{"$ref":"#/components/schemas/DiscoverProgram"}},"description":"CreateTitleResponse","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The MovieQualityPointsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieQualityPointsResponse":{"title":"MovieQualityPointsResponse","properties":{"MovieId":{"type":"integer","format":"int64"},"Title":{"type":"boolean"},"Status":{"type":"boolean"},"Type":{"type":"boolean"},"OriginalReleaseDate":{"type":"boolean"},"OriginalLanguage":{"type":"boolean"},"OriginatingNetwork":{"type":"boolean"},"OfficialSiteUrl":{"type":"boolean"},"Contributors":{"type":"boolean"},"OfficialEnglishPoster":{"type":"boolean"},"Releases":{"type":"boolean"},"AlternateIds":{"type":"boolean"},"AlternateTitles":{"type":"boolean"},"Companies":{"type":"boolean"},"Descriptions":{"type":"boolean"},"Genres":{"type":"boolean"},"Themes":{"type":"boolean"},"Tags":{"type":"boolean"},"Collections":{"type":"boolean"},"Seasons":{"type":"boolean"},"Episodes":{"type":"boolean"},"Score":{"type":"integer","format":"int32"}},"description":"MovieQualityPointsResponse","type":"object"}}}}
```

## The ShowQualityPointsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowQualityPointsResponse":{"title":"ShowQualityPointsResponse","properties":{"ShowId":{"type":"integer","format":"int64"},"Title":{"type":"boolean"},"Status":{"type":"boolean"},"Type":{"type":"boolean"},"OriginalReleaseDate":{"type":"boolean"},"OriginalLanguage":{"type":"boolean"},"OriginatingNetwork":{"type":"boolean"},"OfficialSiteUrl":{"type":"boolean"},"Contributors":{"type":"boolean"},"OfficialEnglishPoster":{"type":"boolean"},"Releases":{"type":"boolean"},"AlternateIds":{"type":"boolean"},"AlternateTitles":{"type":"boolean"},"Companies":{"type":"boolean"},"Descriptions":{"type":"boolean"},"Genres":{"type":"boolean"},"Themes":{"type":"boolean"},"Tags":{"type":"boolean"},"Collections":{"type":"boolean"},"Seasons":{"type":"boolean"},"Episodes":{"type":"boolean"},"Score":{"type":"integer","format":"int32"}},"description":"ShowQualityPointsResponse","type":"object"}}}}
```

## The SeasonQualityPointsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonQualityPointsResponse":{"title":"SeasonQualityPointsResponse","properties":{"SeasonId":{"type":"integer","format":"int64"},"Title":{"type":"boolean"},"Status":{"type":"boolean"},"Type":{"type":"boolean"},"OriginalReleaseDate":{"type":"boolean"},"OriginalLanguage":{"type":"boolean"},"OriginatingNetwork":{"type":"boolean"},"OfficialSiteUrl":{"type":"boolean"},"Contributors":{"type":"boolean"},"OfficialEnglishPoster":{"type":"boolean"},"Releases":{"type":"boolean"},"AlternateIds":{"type":"boolean"},"AlternateTitles":{"type":"boolean"},"Companies":{"type":"boolean"},"Descriptions":{"type":"boolean"},"Genres":{"type":"boolean"},"Themes":{"type":"boolean"},"Tags":{"type":"boolean"},"Collections":{"type":"boolean"},"Seasons":{"type":"boolean"},"Episodes":{"type":"boolean"},"Score":{"type":"integer","format":"int32"}},"description":"SeasonQualityPointsResponse","type":"object"}}}}
```

## The EpisodeQualityPointsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodeQualityPointsResponse":{"title":"EpisodeQualityPointsResponse","properties":{"EpisodeId":{"type":"integer","format":"int64"},"Title":{"type":"boolean"},"Status":{"type":"boolean"},"Type":{"type":"boolean"},"OriginalReleaseDate":{"type":"boolean"},"OriginalLanguage":{"type":"boolean"},"OriginatingNetwork":{"type":"boolean"},"OfficialSiteUrl":{"type":"boolean"},"Contributors":{"type":"boolean"},"OfficialEnglishPoster":{"type":"boolean"},"Releases":{"type":"boolean"},"AlternateIds":{"type":"boolean"},"AlternateTitles":{"type":"boolean"},"Companies":{"type":"boolean"},"Descriptions":{"type":"boolean"},"Genres":{"type":"boolean"},"Themes":{"type":"boolean"},"Tags":{"type":"boolean"},"Collections":{"type":"boolean"},"Seasons":{"type":"boolean"},"Episodes":{"type":"boolean"},"Score":{"type":"integer","format":"int32"}},"description":"EpisodeQualityPointsResponse","type":"object"}}}}
```

## The CreateQueueMessageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CreateQueueMessageResponse":{"title":"CreateQueueMessageResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"CreateQueueMessageResponse","type":"object"}}}}
```

## The ValidMovieReleaseInfoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ValidMovieReleaseInfoResponse":{"title":"ValidMovieReleaseInfoResponse","properties":{"MovieId":{"type":"integer","format":"int64"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Status":{"type":"string"}},"description":"ValidMovieReleaseInfoResponse","type":"object"}}}}
```

## The CheckAllMovieReleaseInfoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CheckAllMovieReleaseInfoResponse":{"title":"CheckAllMovieReleaseInfoResponse","properties":{"TotalIncorrect":{"type":"integer","format":"int32"},"TotalChecked":{"type":"integer","format":"int32"},"Incorrect":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"CheckAllMovieReleaseInfoResponse","type":"object"}}}}
```

## The RedBeeProgram object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeMediaAssets object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"}}}}
```

## The RedBeeImages object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"}}}}
```

## The RedBeeimage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"}}}}
```

## The RedBeeimageDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"}}}}
```

## The RedBeeVideos object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"}}}}
```

## The RedBeeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"}}}}
```

## The RedBeeProgramDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeEpisode object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"}}}}
```

## The RedBeeMovieinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The RedBeeRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The RedBeeLanguageinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"}}}}
```

## The RedBeeGenre object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"}}}}
```

## The RedBeeCategoryinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"}}}}
```

## The RedBeeCastinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"}}}}
```

## The RedBeeProgramentitydetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"}}}}
```

## The RedBeeEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"}}}}
```

## The RedBeeEntityDetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"}}}}
```

## The RedBeeSeasoninfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"}}}}
```

## The RedBeeSeasondetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"}}}}
```

## The RedBeeQualifiers object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeProgramSeasons object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgramSeasons":{"title":"RedBeeProgramSeasons","properties":{"_SeasonList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasonlist"}},"_SeasonProgramList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasonprogramlist"}}},"description":"RedBeeProgramSeasons","type":"object"},"RedBeeSeasonlist":{"title":"RedBeeSeasonlist","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasonlist","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeSeasonprogramlist":{"title":"RedBeeSeasonprogramlist","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeSeasonprogramlist","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeSeasonlist object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSeasonlist":{"title":"RedBeeSeasonlist","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasonlist","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"}}}}
```

## The RedBeeSeasonprogramlist object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSeasonprogramlist":{"title":"RedBeeSeasonprogramlist","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeSeasonprogramlist","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeProgramResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgramResponse":{"title":"RedBeeProgramResponse","properties":{"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_SOS":{"type":"integer","format":"int32"},"_ShowTypeCount":{"type":"integer","format":"int32"},"_EpisodeCount":{"type":"integer","format":"int32"},"_FullName":{"type":"string"},"_Character":{"type":"string"},"_Role":{"type":"string"}},"description":"RedBeeProgramResponse","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The List\_RedBeeProgramResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeProgramResponse_":{"title":"List<RedBeeProgramResponse>","type":"array","items":{"$ref":"#/components/schemas/RedBeeProgramResponse"}},"RedBeeProgramResponse":{"title":"RedBeeProgramResponse","properties":{"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_SOS":{"type":"integer","format":"int32"},"_ShowTypeCount":{"type":"integer","format":"int32"},"_EpisodeCount":{"type":"integer","format":"int32"},"_FullName":{"type":"string"},"_Character":{"type":"string"},"_Role":{"type":"string"}},"description":"RedBeeProgramResponse","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeAward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeAward":{"title":"RedBeeAward","properties":{"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_Won":{"type":"boolean"},"_Year":{"type":"string"},"_AwardShow":{"type":"string"},"_AwardCategory":{"type":"string"}},"description":"RedBeeAward","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The List\_RedBeeAward\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeAward_":{"title":"List<RedBeeAward>","type":"array","items":{"$ref":"#/components/schemas/RedBeeAward"}},"RedBeeAward":{"title":"RedBeeAward","properties":{"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_Won":{"type":"boolean"},"_Year":{"type":"string"},"_AwardShow":{"type":"string"},"_AwardCategory":{"type":"string"}},"description":"RedBeeAward","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeReference object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeReference":{"title":"RedBeeReference","properties":{"_ReferenceName":{"type":"string"},"_Description":{"type":"string"},"_URL":{"type":"string"}},"description":"RedBeeReference","type":"object"}}}}
```

## The List\_RedBeeReference\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeReference_":{"title":"List<RedBeeReference>","type":"array","items":{"$ref":"#/components/schemas/RedBeeReference"}},"RedBeeReference":{"title":"RedBeeReference","properties":{"_ReferenceName":{"type":"string"},"_Description":{"type":"string"},"_URL":{"type":"string"}},"description":"RedBeeReference","type":"object"}}}}
```

## The List\_RedBeeProgram\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeProgram_":{"title":"List<RedBeeProgram>","type":"array","items":{"$ref":"#/components/schemas/RedBeeProgram"}},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeAiring object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeAiring":{"title":"RedBeeAiring","properties":{"_StartTime":{"type":"string","format":"date-time"},"_EndTime":{"type":"string","format":"date-time"},"_Language":{"type":"string"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"},"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_AiringDetails":{"$ref":"#/components/schemas/RedBeeAiringdetails"},"_StationSpecified":{"type":"boolean"},"_AiringDetailsSpecified":{"type":"boolean"}},"description":"RedBeeAiring","type":"object"},"RedBeeStation":{"title":"RedBeeStation","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/RedBeeStationdetails"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}}},"description":"RedBeeStation","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"},"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The RedBeeStation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeStation":{"title":"RedBeeStation","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/RedBeeStationdetails"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}}},"description":"RedBeeStation","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"},"RedBeeAiring":{"title":"RedBeeAiring","properties":{"_StartTime":{"type":"string","format":"date-time"},"_EndTime":{"type":"string","format":"date-time"},"_Language":{"type":"string"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"},"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_AiringDetails":{"$ref":"#/components/schemas/RedBeeAiringdetails"},"_StationSpecified":{"type":"boolean"},"_AiringDetailsSpecified":{"type":"boolean"}},"description":"RedBeeAiring","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"},"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The RedBeeStationdetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"}}}}
```

## The RedBeeDmainfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"}}}}
```

## The RedBeeAiringdetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"}}}}
```

## The RedBeeTVRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The List\_RedBeeAiring\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeAiring_":{"title":"List<RedBeeAiring>","type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}},"RedBeeAiring":{"title":"RedBeeAiring","properties":{"_StartTime":{"type":"string","format":"date-time"},"_EndTime":{"type":"string","format":"date-time"},"_Language":{"type":"string"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"},"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_AiringDetails":{"$ref":"#/components/schemas/RedBeeAiringdetails"},"_StationSpecified":{"type":"boolean"},"_AiringDetailsSpecified":{"type":"boolean"}},"description":"RedBeeAiring","type":"object"},"RedBeeStation":{"title":"RedBeeStation","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/RedBeeStationdetails"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}}},"description":"RedBeeStation","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"},"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The List\_RedBeeMediaAssets\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeMediaAssets_":{"title":"List<RedBeeMediaAssets>","type":"array","items":{"$ref":"#/components/schemas/RedBeeMediaAssets"}},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"}}}}
```

## The List\_RedBeeCastinfo\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeCastinfo_":{"title":"List<RedBeeCastinfo>","type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"}}}}
```

## The List\_RedBeeEntity\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeEntity_":{"title":"List<RedBeeEntity>","type":"array","items":{"$ref":"#/components/schemas/RedBeeEntity"}},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"}}}}
```

## The RedBeeEntityFact object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeEntityFact":{"title":"RedBeeEntityFact","properties":{"_FactName":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityFact","type":"object"}}}}
```

## The List\_RedBeeEntityFact\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeEntityFact_":{"title":"List<RedBeeEntityFact>","type":"array","items":{"$ref":"#/components/schemas/RedBeeEntityFact"}},"RedBeeEntityFact":{"title":"RedBeeEntityFact","properties":{"_FactName":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityFact","type":"object"}}}}
```

## The RedBeeListing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeListing":{"title":"RedBeeListing","properties":{"_ChannelNumber":{"type":"string"},"_DisplayCallSign":{"type":"string"},"_LineupDetailsSpecified":{"type":"boolean"},"_LineupDetails":{"$ref":"#/components/schemas/RedBeeLineupdetails"},"_StationSpecified":{"type":"boolean"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"}},"description":"RedBeeListing","type":"object"},"RedBeeLineupdetails":{"title":"RedBeeLineupdetails","properties":{"_LastModifiedDate":{"type":"string"},"_Effective_Date":{"type":"string"},"_Expiration_Date":{"type":"string"},"_Sequence":{"type":"integer","format":"int32"},"_HDReady":{"type":"boolean"}},"description":"RedBeeLineupdetails","type":"object"},"RedBeeStation":{"title":"RedBeeStation","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/RedBeeStationdetails"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}}},"description":"RedBeeStation","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"},"RedBeeAiring":{"title":"RedBeeAiring","properties":{"_StartTime":{"type":"string","format":"date-time"},"_EndTime":{"type":"string","format":"date-time"},"_Language":{"type":"string"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"},"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_AiringDetails":{"$ref":"#/components/schemas/RedBeeAiringdetails"},"_StationSpecified":{"type":"boolean"},"_AiringDetailsSpecified":{"type":"boolean"}},"description":"RedBeeAiring","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"},"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The RedBeeLineupdetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeLineupdetails":{"title":"RedBeeLineupdetails","properties":{"_LastModifiedDate":{"type":"string"},"_Effective_Date":{"type":"string"},"_Expiration_Date":{"type":"string"},"_Sequence":{"type":"integer","format":"int32"},"_HDReady":{"type":"boolean"}},"description":"RedBeeLineupdetails","type":"object"}}}}
```

## The List\_RedBeeListing\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeListing_":{"title":"List<RedBeeListing>","type":"array","items":{"$ref":"#/components/schemas/RedBeeListing"}},"RedBeeListing":{"title":"RedBeeListing","properties":{"_ChannelNumber":{"type":"string"},"_DisplayCallSign":{"type":"string"},"_LineupDetailsSpecified":{"type":"boolean"},"_LineupDetails":{"$ref":"#/components/schemas/RedBeeLineupdetails"},"_StationSpecified":{"type":"boolean"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"}},"description":"RedBeeListing","type":"object"},"RedBeeLineupdetails":{"title":"RedBeeLineupdetails","properties":{"_LastModifiedDate":{"type":"string"},"_Effective_Date":{"type":"string"},"_Expiration_Date":{"type":"string"},"_Sequence":{"type":"integer","format":"int32"},"_HDReady":{"type":"boolean"}},"description":"RedBeeLineupdetails","type":"object"},"RedBeeStation":{"title":"RedBeeStation","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/RedBeeStationdetails"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeAiring"}}},"description":"RedBeeStation","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"RedBeeStationdetails":{"title":"RedBeeStationdetails","properties":{"_FullName":{"type":"string"},"_URL":{"type":"string"},"_FCCChannelNumber":{"type":"string"},"_LastModifiedDate":{"type":"string","format":"date-time"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/RedBeeDmainfo"},"_Description":{"type":"string"}},"description":"RedBeeStationdetails","type":"object"},"RedBeeDmainfo":{"title":"RedBeeDmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"RedBeeDmainfo","type":"object"},"RedBeeAiring":{"title":"RedBeeAiring","properties":{"_StartTime":{"type":"string","format":"date-time"},"_EndTime":{"type":"string","format":"date-time"},"_Language":{"type":"string"},"_Station":{"$ref":"#/components/schemas/RedBeeStation"},"_Program":{"$ref":"#/components/schemas/RedBeeProgram"},"_AiringDetails":{"$ref":"#/components/schemas/RedBeeAiringdetails"},"_StationSpecified":{"type":"boolean"},"_AiringDetailsSpecified":{"type":"boolean"}},"description":"RedBeeAiring","type":"object"},"RedBeeProgram":{"title":"RedBeeProgram","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_ProgramDetails":{"$ref":"#/components/schemas/RedBeeProgramDetails"},"_ProgramDetailsSpecified":{"type":"boolean"},"_ShortTitle":{"type":"string"},"_ShortDescription":{"type":"string"},"_ShowType":{"type":"string"},"_Language":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Parent_Program_ID":{"type":"integer","format":"int32"}},"description":"RedBeeProgram","type":"object"},"RedBeeMediaAssets":{"title":"RedBeeMediaAssets","properties":{"_Images":{"$ref":"#/components/schemas/RedBeeImages"},"_Videos":{"$ref":"#/components/schemas/RedBeeVideos"}},"description":"RedBeeMediaAssets","type":"object"},"RedBeeImages":{"title":"RedBeeImages","properties":{"_PrimaryImage":{"$ref":"#/components/schemas/RedBeeimage"},"_OtherImages":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeimage"}}},"description":"RedBeeImages","type":"object"},"RedBeeimage":{"title":"RedBeeimage","properties":{"_URL":{"type":"string"},"_AspectRatio":{"type":"string"},"_FileID":{"type":"integer","format":"int32"},"_Extension":{"type":"string"},"_ImageType":{"type":"string"},"_Details":{"$ref":"#/components/schemas/RedBeeimageDetails"}},"description":"RedBeeimage","type":"object"},"RedBeeimageDetails":{"title":"RedBeeimageDetails","properties":{"_CopyRight":{"type":"string"},"_Author":{"type":"string"},"_Dimensions":{"type":"string"},"_FileName":{"type":"string"},"_ImageType":{"type":"string"},"_ImageSubType":{"type":"string"},"_Orientation":{"type":"string"},"_Height":{"type":"string"},"_Width":{"type":"string"}},"description":"RedBeeimageDetails","type":"object"},"RedBeeVideos":{"title":"RedBeeVideos","properties":{"_VideoList":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeVideo"}}},"description":"RedBeeVideos","type":"object"},"RedBeeVideo":{"title":"RedBeeVideo","properties":{},"description":"RedBeeVideo","type":"object"},"RedBeeProgramDetails":{"title":"RedBeeProgramDetails","properties":{"_Episode":{"$ref":"#/components/schemas/RedBeeEpisode"},"_MovieInfo":{"$ref":"#/components/schemas/RedBeeMovieinfo"},"_LanguageInfo":{"$ref":"#/components/schemas/RedBeeLanguageinfo"},"_Genre":{"$ref":"#/components/schemas/RedBeeGenre"},"_SportsInfo":{"$ref":"#/components/schemas/Object"},"_TheatricalRuntime":{"type":"integer","format":"int32"},"_LongTitle":{"type":"string"},"_LongDescription":{"type":"string"},"_Premise":{"type":"string"},"_LastModified":{"type":"string","format":"date-time"},"_OriginalAirDate":{"type":"string","format":"date-time"},"_CategoryInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCategoryinfo"}},"_CountryOfOrigin":{"type":"string"},"_CountryDesc":{"type":"string"},"_StationOfOrigin":{"type":"string"},"_StationOfOriginID":{"type":"integer","format":"int32"},"_SortTitle":{"type":"string"},"_URL":{"type":"string"},"_CastInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCastinfo"}},"_CastInfoSpecified":{"type":"boolean"},"_CastList":{"type":"string"},"_CastListSpecified":{"type":"boolean"},"_SeasonInfo":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSeasoninfo"}},"_SeasonInfoSpecified":{"type":"boolean"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"},"_StreamInfoSpecified":{"type":"boolean"}},"description":"RedBeeProgramDetails","type":"object"},"RedBeeEpisode":{"title":"RedBeeEpisode","properties":{"_EpisodeNumber":{"type":"string"},"_SeasonEpisode":{"type":"string"},"_EpisodeTitle":{"type":"string"},"_EpisodeSortTitle":{"type":"string"}},"description":"RedBeeEpisode","type":"object"},"RedBeeMovieinfo":{"title":"RedBeeMovieinfo","properties":{"_Rating":{"$ref":"#/components/schemas/RedBeeRating"},"_BoxOfficeGross":{"type":"string"},"_Critique":{"type":"string"},"_ReleaseYear":{"type":"string"}},"description":"RedBeeMovieinfo","type":"object"},"RedBeeRating":{"title":"RedBeeRating","properties":{"_Description":{"$ref":"#/components/schemas/Object"},"_Code":{"type":"string"},"ExplanationCodes":{"type":"string"}},"description":"RedBeeRating","type":"object"},"RedBeeLanguageinfo":{"title":"RedBeeLanguageinfo","properties":{"_Language":{"type":"string"},"_LanguageCode":{"type":"string"},"_LanguageDescription":{"type":"string"}},"description":"RedBeeLanguageinfo","type":"object"},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"},"RedBeeCategoryinfo":{"title":"RedBeeCategoryinfo","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategoryinfo","type":"object"},"RedBeeCastinfo":{"title":"RedBeeCastinfo","properties":{"_ProgramEntityDetails":{"$ref":"#/components/schemas/RedBeeProgramentitydetails"},"_Entity":{"$ref":"#/components/schemas/RedBeeEntity"},"_FullName":{"type":"string"},"_CharacterName":{"type":"string"},"_Role":{"type":"string"},"_Position":{"type":"string"},"_MainCast":{"type":"boolean"},"_RoleType":{"type":"string"}},"description":"RedBeeCastinfo","type":"object"},"RedBeeProgramentitydetails":{"title":"RedBeeProgramentitydetails","properties":{"_StartDateTime":{"type":"string","format":"date-time"},"_EndDateTime":{"type":"string","format":"date-time"},"_LastModified":{"type":"string","format":"date-time"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeProgramentitydetails","type":"object"},"RedBeeEntity":{"title":"RedBeeEntity","properties":{"_Media":{"$ref":"#/components/schemas/RedBeeMediaAssets"},"_MediaInfoSpecified":{"type":"boolean"},"_EntityDetails":{"$ref":"#/components/schemas/RedBeeEntityDetails"},"_ID":{"type":"integer","format":"int32"},"_KnownName":{"type":"string"},"_EntityInfoSpecified":{"type":"boolean"}},"description":"RedBeeEntity","type":"object"},"RedBeeEntityDetails":{"title":"RedBeeEntityDetails","properties":{"_FirstName":{"type":"string"},"_MiddleName":{"type":"string"},"_LastName":{"type":"string"},"_NickName":{"type":"string"},"_DateOfBirth":{"type":"string","format":"date-time"},"_DateOfDeath":{"type":"string","format":"date-time"},"_PlaceOfBirth":{"type":"string"},"_PlaceOfDeath":{"type":"string"},"_Gender":{"type":"string"},"_Email":{"type":"string"},"_URL":{"type":"string"},"_IndustryRoles":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeEntityDetails","type":"object"},"RedBeeSeasoninfo":{"title":"RedBeeSeasoninfo","properties":{"_SeasonDetails":{"$ref":"#/components/schemas/RedBeeSeasondetails"},"_SeasonNumber":{"type":"integer","format":"int32"},"_SeasonEpisodesCount":{"type":"integer","format":"int32"},"_SeasonsCount":{"type":"integer","format":"int32"},"_EpisodesCount":{"type":"integer","format":"int32"}},"description":"RedBeeSeasoninfo","type":"object"},"RedBeeSeasondetails":{"title":"RedBeeSeasondetails","properties":{"_SeasonID":{"type":"integer","format":"int32"},"_BeginDate":{"type":"string","format":"date-time"},"_EndDate":{"type":"string","format":"date-time"},"_SeasonDescription":{"type":"string"}},"description":"RedBeeSeasondetails","type":"object"},"RedBeeQualifiers":{"title":"RedBeeQualifiers","properties":{"_InBlackWhite":{"type":"boolean"},"_InProduction":{"type":"boolean"},"_Dubbed":{"type":"boolean"},"_Colorized":{"type":"boolean"},"_In3D":{"type":"boolean"},"_FirstRunSyndicated":{"type":"boolean"},"_OffNetworkSyndicated":{"type":"boolean"}},"description":"RedBeeQualifiers","type":"object"},"RedBeeAiringdetails":{"title":"RedBeeAiringdetails","properties":{"_TVRating":{"$ref":"#/components/schemas/RedBeeTVRating"},"_PartNumber":{"type":"integer","format":"int32"},"_PartCount":{"type":"integer","format":"int32"},"_Runtime":{"type":"integer","format":"int32"},"_L_T_R":{"type":"string"},"_Qualifiers":{"$ref":"#/components/schemas/RedBeeQualifiers"}},"description":"RedBeeAiringdetails","type":"object"},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The RedBeeSportsCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeSportsCategory":{"title":"RedBeeSportsCategory","properties":{"_Parent":{"type":"string"},"_Code":{"type":"string"},"_Description":{"type":"string"},"_SubCategories":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSportsCategory"}}},"description":"RedBeeSportsCategory","type":"object"}}}}
```

## The List\_RedBeeSportsCategory\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeSportsCategory_":{"title":"List<RedBeeSportsCategory>","type":"array","items":{"$ref":"#/components/schemas/RedBeeSportsCategory"}},"RedBeeSportsCategory":{"title":"RedBeeSportsCategory","properties":{"_Parent":{"type":"string"},"_Code":{"type":"string"},"_Description":{"type":"string"},"_SubCategories":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeSportsCategory"}}},"description":"RedBeeSportsCategory","type":"object"}}}}
```

## The RedBeeProvider object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProvider":{"title":"RedBeeProvider","properties":{"_ID":{"type":"integer","format":"int32"},"_Name":{"type":"string"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_HeadendType":{"type":"string"},"_HeadendTypeName":{"type":"string"},"_HeadendDetailsSpecified":{"type":"boolean"},"_HeadendDetails":{"$ref":"#/components/schemas/Object"},"_ChannelLineupSpecified":{"type":"boolean"},"_ChannelLineup":{"type":"array","items":{"$ref":"#/components/schemas/Object"}}},"description":"RedBeeProvider","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The List\_RedBeeProvider\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeProvider_":{"title":"List<RedBeeProvider>","type":"array","items":{"$ref":"#/components/schemas/RedBeeProvider"}},"RedBeeProvider":{"title":"RedBeeProvider","properties":{"_ID":{"type":"integer","format":"int32"},"_Name":{"type":"string"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_HeadendType":{"type":"string"},"_HeadendTypeName":{"type":"string"},"_HeadendDetailsSpecified":{"type":"boolean"},"_HeadendDetails":{"$ref":"#/components/schemas/Object"},"_ChannelLineupSpecified":{"type":"boolean"},"_ChannelLineup":{"type":"array","items":{"$ref":"#/components/schemas/Object"}}},"description":"RedBeeProvider","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The RedBeeChannelLineup object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeChannelLineup":{"title":"RedBeeChannelLineup","properties":{"_ChannelNumber":{"type":"string"},"_DisplayCallSign":{"type":"string"},"_LineupDetailsSpecified":{"type":"boolean"},"_LineupDetails":{"$ref":"#/components/schemas/Object"},"_StationSpecified":{"type":"boolean"},"_Station":{"$ref":"#/components/schemas/Station"}},"description":"RedBeeChannelLineup","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Station":{"title":"Station","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/Object"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"$ref":"#/components/schemas/Object"}},"description":"Station","type":"object"}}}}
```

## The Station object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Station":{"title":"Station","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/Object"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"$ref":"#/components/schemas/Object"}},"description":"Station","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The List\_RedBeeChannelLineup\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeChannelLineup_":{"title":"List<RedBeeChannelLineup>","type":"array","items":{"$ref":"#/components/schemas/RedBeeChannelLineup"}},"RedBeeChannelLineup":{"title":"RedBeeChannelLineup","properties":{"_ChannelNumber":{"type":"string"},"_DisplayCallSign":{"type":"string"},"_LineupDetailsSpecified":{"type":"boolean"},"_LineupDetails":{"$ref":"#/components/schemas/Object"},"_StationSpecified":{"type":"boolean"},"_Station":{"$ref":"#/components/schemas/Station"}},"description":"RedBeeChannelLineup","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Station":{"title":"Station","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/Object"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"$ref":"#/components/schemas/Object"}},"description":"Station","type":"object"}}}}
```

## The RedBeeHeadendInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeHeadendInfo":{"title":"RedBeeHeadendInfo","properties":{"_ID":{"type":"integer","format":"int32"},"_Name":{"type":"string"},"_GMTOffset":{"type":"integer","format":"int32"},"_ObservesDST":{"type":"boolean"},"_HeadendType":{"type":"string"},"_HeadendTypeName":{"type":"string"},"_HeadendDetailsSpecified":{"type":"boolean"},"_HeadendDetails":{"$ref":"#/components/schemas/Headenddetails"},"_ChannelLineupSpecified":{"type":"boolean"},"_ChannelLineup":{"type":"array","items":{"$ref":"#/components/schemas/Object"}}},"description":"RedBeeHeadendInfo","type":"object"},"Headenddetails":{"title":"Headenddetails","properties":{"_LastModifiedDate":{"$ref":"#/components/schemas/Object"},"_City":{"$ref":"#/components/schemas/Object"},"_State":{"$ref":"#/components/schemas/Object"},"_TimeZone":{"$ref":"#/components/schemas/Object"},"_Classification":{"$ref":"#/components/schemas/Object"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/Dmainfo"}},"description":"Headenddetails","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Dmainfo":{"title":"Dmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"Dmainfo","type":"object"}}}}
```

## The Headenddetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Headenddetails":{"title":"Headenddetails","properties":{"_LastModifiedDate":{"$ref":"#/components/schemas/Object"},"_City":{"$ref":"#/components/schemas/Object"},"_State":{"$ref":"#/components/schemas/Object"},"_TimeZone":{"$ref":"#/components/schemas/Object"},"_Classification":{"$ref":"#/components/schemas/Object"},"_DMAInfoSpecified":{"type":"boolean"},"_DMAInfo":{"$ref":"#/components/schemas/Dmainfo"}},"description":"Headenddetails","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"Dmainfo":{"title":"Dmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"Dmainfo","type":"object"}}}}
```

## The Dmainfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dmainfo":{"title":"Dmainfo","properties":{"_DMACode":{"type":"string"},"_DMAName":{"type":"string"},"_CurrentRank":{"type":"integer","format":"int32"}},"description":"Dmainfo","type":"object"}}}}
```

## The RedBeeCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeCategory":{"title":"RedBeeCategory","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategory","type":"object"}}}}
```

## The List\_RedBeeCategory\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeCategory_":{"title":"List<RedBeeCategory>","type":"array","items":{"$ref":"#/components/schemas/RedBeeCategory"}},"RedBeeCategory":{"title":"RedBeeCategory","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeCategory","type":"object"}}}}
```

## The List\_RedBeeGenre\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeGenre_":{"title":"List<RedBeeGenre>","type":"array","items":{"$ref":"#/components/schemas/RedBeeGenre"}},"RedBeeGenre":{"title":"RedBeeGenre","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeGenre","type":"object"}}}}
```

## The RedBeeLanguage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeLanguage":{"title":"RedBeeLanguage","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeLanguage","type":"object"}}}}
```

## The List\_RedBeeLanguage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeLanguage_":{"title":"List<RedBeeLanguage>","type":"array","items":{"$ref":"#/components/schemas/RedBeeLanguage"}},"RedBeeLanguage":{"title":"RedBeeLanguage","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"},"_Parent":{"type":"string"}},"description":"RedBeeLanguage","type":"object"}}}}
```

## The List\_RedBeeTVRating\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeTVRating_":{"title":"List<RedBeeTVRating>","type":"array","items":{"$ref":"#/components/schemas/RedBeeTVRating"}},"RedBeeTVRating":{"title":"RedBeeTVRating","properties":{"_Desc":{"type":"string"},"_Code":{"type":"string"},"_ExplanationCodes":{"type":"string"}},"description":"RedBeeTVRating","type":"object"}}}}
```

## The RedBeeTVRatingExplanation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeTVRatingExplanation":{"title":"RedBeeTVRatingExplanation","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeTVRatingExplanation","type":"object"}}}}
```

## The List\_RedBeeTVRatingExplanation\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeTVRatingExplanation_":{"title":"List<RedBeeTVRatingExplanation>","type":"array","items":{"$ref":"#/components/schemas/RedBeeTVRatingExplanation"}},"RedBeeTVRatingExplanation":{"title":"RedBeeTVRatingExplanation","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeTVRatingExplanation","type":"object"}}}}
```

## The RedBeeMPAARating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeMPAARating":{"title":"RedBeeMPAARating","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeMPAARating","type":"object"}}}}
```

## The List\_RedBeeMPAARating\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeMPAARating_":{"title":"List<RedBeeMPAARating>","type":"array","items":{"$ref":"#/components/schemas/RedBeeMPAARating"}},"RedBeeMPAARating":{"title":"RedBeeMPAARating","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeMPAARating","type":"object"}}}}
```

## The RedBeeMPAARatingExplanation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeMPAARatingExplanation":{"title":"RedBeeMPAARatingExplanation","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeMPAARatingExplanation","type":"object"}}}}
```

## The List\_RedBeeMPAARatingExplanation\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeMPAARatingExplanation_":{"title":"List<RedBeeMPAARatingExplanation>","type":"array","items":{"$ref":"#/components/schemas/RedBeeMPAARatingExplanation"}},"RedBeeMPAARatingExplanation":{"title":"RedBeeMPAARatingExplanation","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeMPAARatingExplanation","type":"object"}}}}
```

## The RedBeeFactType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeFactType":{"title":"RedBeeFactType","properties":{"_ID":{"type":"string"},"_Name":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeFactType","type":"object"}}}}
```

## The List\_RedBeeFactType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeFactType_":{"title":"List<RedBeeFactType>","type":"array","items":{"$ref":"#/components/schemas/RedBeeFactType"}},"RedBeeFactType":{"title":"RedBeeFactType","properties":{"_ID":{"type":"string"},"_Name":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeFactType","type":"object"}}}}
```

## The RedBeeChannelType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeChannelType":{"title":"RedBeeChannelType","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeChannelType","type":"object"}}}}
```

## The List\_RedBeeChannelType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeChannelType_":{"title":"List<RedBeeChannelType>","type":"array","items":{"$ref":"#/components/schemas/RedBeeChannelType"}},"RedBeeChannelType":{"title":"RedBeeChannelType","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeChannelType","type":"object"}}}}
```

## The RedBeeProgramType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeProgramType":{"title":"RedBeeProgramType","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeProgramType","type":"object"}}}}
```

## The List\_RedBeeProgramType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeProgramType_":{"title":"List<RedBeeProgramType>","type":"array","items":{"$ref":"#/components/schemas/RedBeeProgramType"}},"RedBeeProgramType":{"title":"RedBeeProgramType","properties":{"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeProgramType","type":"object"}}}}
```

## The RedBeeHeadendType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeHeadendType":{"title":"RedBeeHeadendType","properties":{"_Name":{"type":"string"},"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeHeadendType","type":"object"}}}}
```

## The List\_RedBeeHeadendType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeHeadendType_":{"title":"List<RedBeeHeadendType>","type":"array","items":{"$ref":"#/components/schemas/RedBeeHeadendType"}},"RedBeeHeadendType":{"title":"RedBeeHeadendType","properties":{"_Name":{"type":"string"},"_Code":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeHeadendType","type":"object"}}}}
```

## The RedBeeRoleType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeRoleType":{"title":"RedBeeRoleType","properties":{"_Name":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeRoleType","type":"object"}}}}
```

## The List\_RedBeeRoleType\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeRoleType_":{"title":"List<RedBeeRoleType>","type":"array","items":{"$ref":"#/components/schemas/RedBeeRoleType"}},"RedBeeRoleType":{"title":"RedBeeRoleType","properties":{"_Name":{"type":"string"},"_Description":{"type":"string"}},"description":"RedBeeRoleType","type":"object"}}}}
```

## The RedBeeContentResult object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeContentResult":{"title":"RedBeeContentResult","properties":{"pageNumber":{"type":"integer","format":"int32"},"contentInstanceType":{"type":"string"},"eventType":{"type":"string"},"internalIds":{"$ref":"#/components/schemas/Internalids"},"searchableTitles":{"type":"array","items":{"$ref":"#/components/schemas/Searchabletitle"}},"nonSearchableTitles":{"type":"array","items":{"$ref":"#/components/schemas/Nonsearchabletitle"}},"searchableTextItems":{"type":"array","items":{"$ref":"#/components/schemas/Searchabletextitem"}},"nonSearchableTextItems":{"type":"array","items":{"$ref":"#/components/schemas/Nonsearchabletextitem"}},"thirdPartyIds":{"type":"array","items":{"$ref":"#/components/schemas/Thirdpartyid"}},"lastModifiedDate":{"type":"string"},"lastModifiedDateTime":{"type":"string"},"ingestDateTime":{"type":"string"},"publishedStartDateTime":{"type":"string"},"publishedEndDateTime":{"type":"string"},"publishedDuration":{"type":"integer","format":"int32"},"scheduledStartDateTime":{"type":"string"},"scheduledEndDateTime":{"type":"string"},"scheduledDuration":{"type":"integer","format":"int32"},"lastInSeason":{"type":"boolean"},"numberOfSeasonsInSeries":{"type":"integer","format":"int32"},"episodeNumber":{"type":"integer","format":"int32"},"seasonNumber":{"type":"integer","format":"int32"},"episodeAiringSequenceNumber":{"type":"integer","format":"int32"},"episodicSecondaryIdentifierNumber":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"premiumContent":{"type":"boolean"},"numberOfEpisodes":{"type":"integer","format":"int32"},"multipartProgramSequenceNumber":{"type":"integer","format":"int32"},"multipartProgramNumberOfParts":{"type":"integer","format":"int32"},"netDuration":{"type":"integer","format":"int32"},"yearOfProduction":{"type":"integer","format":"int32"},"originalAiringSourceName":{"type":"string"},"originalAiringSourceAliases":{"type":"array","items":{"$ref":"#/components/schemas/Originalairingsourcealias"}},"originalAiringDateTime":{"type":"string"},"accessServiceAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Accessserviceattribute"}},"audioAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Audioattribute"}},"videoAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Videoattribute"}},"otherAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Otherattribute"}},"ageRatings":{"type":"array","items":{"$ref":"#/components/schemas/Agerating"}},"qualityRatings":{"type":"array","items":{"$ref":"#/components/schemas/Qualityrating"}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeTag"}},"countriesOfOrigin":{"type":"array","items":{"$ref":"#/components/schemas/Countriesoforigin"}},"releaseDates":{"type":"array","items":{"$ref":"#/components/schemas/Releasedate"}},"distributors":{"type":"array","items":{"$ref":"#/components/schemas/Distributor"}},"contributions":{"type":"array","items":{"$ref":"#/components/schemas/Contribution"}},"programAwards":{"type":"array","items":{"$ref":"#/components/schemas/Programaward"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}},"streams":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeStream"}},"rights":{"type":"array","items":{"$ref":"#/components/schemas/Right1"}},"pricing":{"type":"array","items":{"$ref":"#/components/schemas/Pricing1"}},"relatedMaterial":{"type":"array","items":{"$ref":"#/components/schemas/Relatedmaterial"}},"source":{"type":"string"},"sourceId":{"type":"string"},"sourceNames":{"type":"array","items":{"$ref":"#/components/schemas/Sourcename"}},"sourceOrder":{"type":"integer","format":"int32"},"broadcaster":{"type":"string"}},"description":"RedBeeContentResult","type":"object"},"Internalids":{"title":"Internalids","properties":{"sourceId":{"type":"string"},"seriesId":{"type":"string"},"seasonId":{"type":"string"},"multipartProgramId":{"type":"string"},"programId":{"type":"string"},"programVariationId":{"type":"string"},"eventId":{"type":"string"},"seriesLinkId":{"type":"string"},"splitInstanceId":{"type":"string"},"broadcasterId":{"type":"string"},"mergedEventId":{"type":"string"},"sportsCompetitionId":{"type":"string"},"sportsSeasonId":{"type":"string"},"sportsPhaseId":{"type":"string"},"sportsEventId":{"type":"string"}},"description":"Internalids","type":"object"},"Searchabletitle":{"title":"Searchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value"}},"description":"Searchabletitle","type":"object"},"Value":{"title":"Value","properties":{},"description":"Value","type":"object"},"Nonsearchabletitle":{"title":"Nonsearchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value1"}},"description":"Nonsearchabletitle","type":"object"},"Value1":{"title":"Value1","properties":{},"description":"Value1","type":"object"},"Searchabletextitem":{"title":"Searchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value2"}},"description":"Searchabletextitem","type":"object"},"Value2":{"title":"Value2","properties":{},"description":"Value2","type":"object"},"Nonsearchabletextitem":{"title":"Nonsearchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value3"}},"description":"Nonsearchabletextitem","type":"object"},"Value3":{"title":"Value3","properties":{},"description":"Value3","type":"object"},"Thirdpartyid":{"title":"Thirdpartyid","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"description":"Thirdpartyid","type":"object"},"Originalairingsourcealias":{"title":"Originalairingsourcealias","properties":{},"description":"Originalairingsourcealias","type":"object"},"Accessserviceattribute":{"title":"Accessserviceattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute"},"value":{"$ref":"#/components/schemas/Value4"}},"description":"Accessserviceattribute","type":"object"},"Attribute":{"title":"Attribute","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames"}},"description":"Attribute","type":"object"},"Attributenames":{"title":"Attributenames","properties":{},"description":"Attributenames","type":"object"},"Value4":{"title":"Value4","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames"}},"description":"Value4","type":"object"},"Valuenames":{"title":"Valuenames","properties":{},"description":"Valuenames","type":"object"},"Audioattribute":{"title":"Audioattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute1"},"value":{"$ref":"#/components/schemas/Value5"}},"description":"Audioattribute","type":"object"},"Attribute1":{"title":"Attribute1","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames1"}},"description":"Attribute1","type":"object"},"Attributenames1":{"title":"Attributenames1","properties":{},"description":"Attributenames1","type":"object"},"Value5":{"title":"Value5","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames1"}},"description":"Value5","type":"object"},"Valuenames1":{"title":"Valuenames1","properties":{},"description":"Valuenames1","type":"object"},"Videoattribute":{"title":"Videoattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute2"},"value":{"$ref":"#/components/schemas/Value6"}},"description":"Videoattribute","type":"object"},"Attribute2":{"title":"Attribute2","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames2"}},"description":"Attribute2","type":"object"},"Attributenames2":{"title":"Attributenames2","properties":{},"description":"Attributenames2","type":"object"},"Value6":{"title":"Value6","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames2"}},"description":"Value6","type":"object"},"Valuenames2":{"title":"Valuenames2","properties":{},"description":"Valuenames2","type":"object"},"Otherattribute":{"title":"Otherattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute3"},"value":{"$ref":"#/components/schemas/Value7"}},"description":"Otherattribute","type":"object"},"Attribute3":{"title":"Attribute3","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames3"}},"description":"Attribute3","type":"object"},"Attributenames3":{"title":"Attributenames3","properties":{},"description":"Attributenames3","type":"object"},"Value7":{"title":"Value7","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames3"}},"description":"Value7","type":"object"},"Valuenames3":{"title":"Valuenames3","properties":{},"description":"Valuenames3","type":"object"},"Agerating":{"title":"Agerating","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCountry"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"age":{"type":"integer","format":"int32"}},"description":"Agerating","type":"object"},"RedBeeCountry":{"title":"RedBeeCountry","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames"}},"description":"RedBeeCountry","type":"object"},"Countrynames":{"title":"Countrynames","properties":{},"description":"Countrynames","type":"object"},"Description":{"title":"Description","properties":{},"description":"Description","type":"object"},"Qualityrating":{"title":"Qualityrating","properties":{"hierarchyLevel":{"type":"string"},"forum":{"type":"string"},"aspect":{"type":"string"},"score":{"type":"integer","format":"int32"},"maximumScore":{"type":"integer","format":"int32"}},"description":"Qualityrating","type":"object"},"RedBeeTag":{"title":"RedBeeTag","properties":{"hierarchyLevel":{"type":"string"},"referenceId":{"type":"string"},"referenceNames":{"$ref":"#/components/schemas/Referencenames"},"priority":{"type":"integer","format":"int32"},"order":{"type":"integer","format":"int32"},"category":{"$ref":"#/components/schemas/Category"},"value":{"$ref":"#/components/schemas/Value8"}},"description":"RedBeeTag","type":"object"},"Referencenames":{"title":"Referencenames","properties":{},"description":"Referencenames","type":"object"},"Category":{"title":"Category","properties":{"originator":{"type":"string"},"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames"}},"description":"Category","type":"object"},"Categorynames":{"title":"Categorynames","properties":{},"description":"Categorynames","type":"object"},"Value8":{"title":"Value8","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames4"}},"description":"Value8","type":"object"},"Valuenames4":{"title":"Valuenames4","properties":{},"description":"Valuenames4","type":"object"},"Countriesoforigin":{"title":"Countriesoforigin","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames1"}},"description":"Countriesoforigin","type":"object"},"Countrynames1":{"title":"Countrynames1","properties":{},"description":"Countrynames1","type":"object"},"Releasedate":{"title":"Releasedate","properties":{"hierarchyLevel":{"type":"string"},"country":{"$ref":"#/components/schemas/Country1"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"scope":{"type":"string"}},"description":"Releasedate","type":"object"},"Country1":{"title":"Country1","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames2"}},"description":"Country1","type":"object"},"Countrynames2":{"title":"Countrynames2","properties":{},"description":"Countrynames2","type":"object"},"Distributor":{"title":"Distributor","properties":{"hierarchyLevel":{"type":"string"},"distributorId":{"type":"string"},"distributorNames":{"$ref":"#/components/schemas/Distributornames"},"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country2"}}},"description":"Distributor","type":"object"},"Distributornames":{"title":"Distributornames","properties":{},"description":"Distributornames","type":"object"},"Country2":{"title":"Country2","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames3"}},"description":"Country2","type":"object"},"Countrynames3":{"title":"Countrynames3","properties":{},"description":"Countrynames3","type":"object"},"Contribution":{"title":"Contribution","properties":{"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"Contribution","type":"object"},"Programaward":{"title":"Programaward","properties":{"hierarchyLevel":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme1"},"category":{"$ref":"#/components/schemas/Category2"},"year":{"type":"integer","format":"int32"},"grade":{"type":"string"}},"description":"Programaward","type":"object"},"Scheme1":{"title":"Scheme1","properties":{"schemeId":{"type":"string"},"schemeNames":{"$ref":"#/components/schemas/Schemenames1"}},"description":"Scheme1","type":"object"},"Schemenames1":{"title":"Schemenames1","properties":{},"description":"Schemenames1","type":"object"},"Category2":{"title":"Category2","properties":{"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames2"}},"description":"Category2","type":"object"},"Categorynames2":{"title":"Categorynames2","properties":{},"description":"Categorynames2","type":"object"},"Image":{"title":"Image","properties":{"type":{"type":"string"},"url":{"type":"string"}},"description":"Image","type":"object"},"RedBeeStream":{"title":"RedBeeStream","properties":{"streamId":{"type":"string"},"platform":{"type":"string"},"type":{"type":"string"},"availabilityStart":{"type":"string"},"availabilityEnd":{"type":"string"},"url":{"type":"string"},"fileSize":{"type":"integer","format":"int32"},"netDuration":{"type":"integer","format":"int32"},"rights":{"type":"array","items":{"$ref":"#/components/schemas/Right"}},"pricing":{"type":"array","items":{"$ref":"#/components/schemas/Pricing"}},"accessServiceAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Accessserviceattribute1"}},"audioAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Audioattribute1"}},"videoAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Videoattribute1"}},"otherAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Otherattribute1"}},"ageRatings":{"type":"array","items":{"$ref":"#/components/schemas/Agerating1"}}},"description":"RedBeeStream","type":"object"},"Right":{"title":"Right","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute4"}}},"description":"Right","type":"object"},"Attribute4":{"title":"Attribute4","properties":{"attribute":{"$ref":"#/components/schemas/Attribute5"},"value":{"$ref":"#/components/schemas/Value9"}},"description":"Attribute4","type":"object"},"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"},"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"},"Pricing":{"title":"Pricing","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute6"}}},"description":"Pricing","type":"object"},"Attribute6":{"title":"Attribute6","properties":{"attribute":{"$ref":"#/components/schemas/Attribute7"},"value":{"$ref":"#/components/schemas/Value10"}},"description":"Attribute6","type":"object"},"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"},"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"},"Accessserviceattribute1":{"title":"Accessserviceattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute8"},"value":{"$ref":"#/components/schemas/Value11"}},"description":"Accessserviceattribute1","type":"object"},"Attribute8":{"title":"Attribute8","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames6"}},"description":"Attribute8","type":"object"},"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"},"Value11":{"title":"Value11","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames7"}},"description":"Value11","type":"object"},"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"},"Audioattribute1":{"title":"Audioattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute9"},"value":{"$ref":"#/components/schemas/Value12"}},"description":"Audioattribute1","type":"object"},"Attribute9":{"title":"Attribute9","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames7"}},"description":"Attribute9","type":"object"},"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"},"Value12":{"title":"Value12","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames8"}},"description":"Value12","type":"object"},"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"},"Videoattribute1":{"title":"Videoattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute10"},"value":{"$ref":"#/components/schemas/Value13"}},"description":"Videoattribute1","type":"object"},"Attribute10":{"title":"Attribute10","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames8"}},"description":"Attribute10","type":"object"},"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"},"Value13":{"title":"Value13","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames9"}},"description":"Value13","type":"object"},"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"},"Otherattribute1":{"title":"Otherattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute11"},"value":{"$ref":"#/components/schemas/Value14"}},"description":"Otherattribute1","type":"object"},"Attribute11":{"title":"Attribute11","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames9"}},"description":"Attribute11","type":"object"},"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"},"Value14":{"title":"Value14","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames10"}},"description":"Value14","type":"object"},"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"},"Agerating1":{"title":"Agerating1","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country3"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description1"},"age":{"type":"integer","format":"int32"}},"description":"Agerating1","type":"object"},"Country3":{"title":"Country3","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames4"}},"description":"Country3","type":"object"},"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"},"Description1":{"title":"Description1","properties":{},"description":"Description1","type":"object"},"Right1":{"title":"Right1","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute12"}}},"description":"Right1","type":"object"},"Attribute12":{"title":"Attribute12","properties":{"attribute":{"$ref":"#/components/schemas/Attribute13"},"value":{"$ref":"#/components/schemas/Value15"}},"description":"Attribute12","type":"object"},"Attribute13":{"title":"Attribute13","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames10"}},"description":"Attribute13","type":"object"},"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"},"Value15":{"title":"Value15","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames11"}},"description":"Value15","type":"object"},"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"},"Pricing1":{"title":"Pricing1","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute14"}}},"description":"Pricing1","type":"object"},"Attribute14":{"title":"Attribute14","properties":{"attribute":{"$ref":"#/components/schemas/Attribute15"},"value":{"$ref":"#/components/schemas/Value16"}},"description":"Attribute14","type":"object"},"Attribute15":{"title":"Attribute15","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames11"}},"description":"Attribute15","type":"object"},"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"},"Value16":{"title":"Value16","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames12"}},"description":"Value16","type":"object"},"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"},"Relatedmaterial":{"title":"Relatedmaterial","properties":{"hierarchyLevel":{"type":"string"},"relatedMaterialId":{"type":"string"},"value":{"type":"string"},"rationale":{"type":"string"},"origin":{"type":"string"},"resourceType":{"type":"string"}},"description":"Relatedmaterial","type":"object"},"Sourcename":{"title":"Sourcename","properties":{},"description":"Sourcename","type":"object"}}}}
```

## The Internalids object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Internalids":{"title":"Internalids","properties":{"sourceId":{"type":"string"},"seriesId":{"type":"string"},"seasonId":{"type":"string"},"multipartProgramId":{"type":"string"},"programId":{"type":"string"},"programVariationId":{"type":"string"},"eventId":{"type":"string"},"seriesLinkId":{"type":"string"},"splitInstanceId":{"type":"string"},"broadcasterId":{"type":"string"},"mergedEventId":{"type":"string"},"sportsCompetitionId":{"type":"string"},"sportsSeasonId":{"type":"string"},"sportsPhaseId":{"type":"string"},"sportsEventId":{"type":"string"}},"description":"Internalids","type":"object"}}}}
```

## The Searchabletitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Searchabletitle":{"title":"Searchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value"}},"description":"Searchabletitle","type":"object"},"Value":{"title":"Value","properties":{},"description":"Value","type":"object"}}}}
```

## The Value object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value":{"title":"Value","properties":{},"description":"Value","type":"object"}}}}
```

## The Nonsearchabletitle object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Nonsearchabletitle":{"title":"Nonsearchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value1"}},"description":"Nonsearchabletitle","type":"object"},"Value1":{"title":"Value1","properties":{},"description":"Value1","type":"object"}}}}
```

## The Value1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value1":{"title":"Value1","properties":{},"description":"Value1","type":"object"}}}}
```

## The Searchabletextitem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Searchabletextitem":{"title":"Searchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value2"}},"description":"Searchabletextitem","type":"object"},"Value2":{"title":"Value2","properties":{},"description":"Value2","type":"object"}}}}
```

## The Value2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value2":{"title":"Value2","properties":{},"description":"Value2","type":"object"}}}}
```

## The Nonsearchabletextitem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Nonsearchabletextitem":{"title":"Nonsearchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value3"}},"description":"Nonsearchabletextitem","type":"object"},"Value3":{"title":"Value3","properties":{},"description":"Value3","type":"object"}}}}
```

## The Value3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value3":{"title":"Value3","properties":{},"description":"Value3","type":"object"}}}}
```

## The Thirdpartyid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Thirdpartyid":{"title":"Thirdpartyid","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"description":"Thirdpartyid","type":"object"}}}}
```

## The Originalairingsourcealias object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Originalairingsourcealias":{"title":"Originalairingsourcealias","properties":{},"description":"Originalairingsourcealias","type":"object"}}}}
```

## The Accessserviceattribute object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Accessserviceattribute":{"title":"Accessserviceattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute"},"value":{"$ref":"#/components/schemas/Value4"}},"description":"Accessserviceattribute","type":"object"},"Attribute":{"title":"Attribute","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames"}},"description":"Attribute","type":"object"},"Attributenames":{"title":"Attributenames","properties":{},"description":"Attributenames","type":"object"},"Value4":{"title":"Value4","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames"}},"description":"Value4","type":"object"},"Valuenames":{"title":"Valuenames","properties":{},"description":"Valuenames","type":"object"}}}}
```

## The Attribute object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute":{"title":"Attribute","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames"}},"description":"Attribute","type":"object"},"Attributenames":{"title":"Attributenames","properties":{},"description":"Attributenames","type":"object"}}}}
```

## The Attributenames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames":{"title":"Attributenames","properties":{},"description":"Attributenames","type":"object"}}}}
```

## The Value4 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value4":{"title":"Value4","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames"}},"description":"Value4","type":"object"},"Valuenames":{"title":"Valuenames","properties":{},"description":"Valuenames","type":"object"}}}}
```

## The Valuenames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames":{"title":"Valuenames","properties":{},"description":"Valuenames","type":"object"}}}}
```

## The Audioattribute object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Audioattribute":{"title":"Audioattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute1"},"value":{"$ref":"#/components/schemas/Value5"}},"description":"Audioattribute","type":"object"},"Attribute1":{"title":"Attribute1","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames1"}},"description":"Attribute1","type":"object"},"Attributenames1":{"title":"Attributenames1","properties":{},"description":"Attributenames1","type":"object"},"Value5":{"title":"Value5","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames1"}},"description":"Value5","type":"object"},"Valuenames1":{"title":"Valuenames1","properties":{},"description":"Valuenames1","type":"object"}}}}
```

## The Attribute1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute1":{"title":"Attribute1","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames1"}},"description":"Attribute1","type":"object"},"Attributenames1":{"title":"Attributenames1","properties":{},"description":"Attributenames1","type":"object"}}}}
```

## The Attributenames1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames1":{"title":"Attributenames1","properties":{},"description":"Attributenames1","type":"object"}}}}
```

## The Value5 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value5":{"title":"Value5","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames1"}},"description":"Value5","type":"object"},"Valuenames1":{"title":"Valuenames1","properties":{},"description":"Valuenames1","type":"object"}}}}
```

## The Valuenames1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames1":{"title":"Valuenames1","properties":{},"description":"Valuenames1","type":"object"}}}}
```

## The Videoattribute object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Videoattribute":{"title":"Videoattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute2"},"value":{"$ref":"#/components/schemas/Value6"}},"description":"Videoattribute","type":"object"},"Attribute2":{"title":"Attribute2","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames2"}},"description":"Attribute2","type":"object"},"Attributenames2":{"title":"Attributenames2","properties":{},"description":"Attributenames2","type":"object"},"Value6":{"title":"Value6","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames2"}},"description":"Value6","type":"object"},"Valuenames2":{"title":"Valuenames2","properties":{},"description":"Valuenames2","type":"object"}}}}
```

## The Attribute2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute2":{"title":"Attribute2","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames2"}},"description":"Attribute2","type":"object"},"Attributenames2":{"title":"Attributenames2","properties":{},"description":"Attributenames2","type":"object"}}}}
```

## The Attributenames2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames2":{"title":"Attributenames2","properties":{},"description":"Attributenames2","type":"object"}}}}
```

## The Value6 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value6":{"title":"Value6","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames2"}},"description":"Value6","type":"object"},"Valuenames2":{"title":"Valuenames2","properties":{},"description":"Valuenames2","type":"object"}}}}
```

## The Valuenames2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames2":{"title":"Valuenames2","properties":{},"description":"Valuenames2","type":"object"}}}}
```

## The Otherattribute object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Otherattribute":{"title":"Otherattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute3"},"value":{"$ref":"#/components/schemas/Value7"}},"description":"Otherattribute","type":"object"},"Attribute3":{"title":"Attribute3","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames3"}},"description":"Attribute3","type":"object"},"Attributenames3":{"title":"Attributenames3","properties":{},"description":"Attributenames3","type":"object"},"Value7":{"title":"Value7","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames3"}},"description":"Value7","type":"object"},"Valuenames3":{"title":"Valuenames3","properties":{},"description":"Valuenames3","type":"object"}}}}
```

## The Attribute3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute3":{"title":"Attribute3","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames3"}},"description":"Attribute3","type":"object"},"Attributenames3":{"title":"Attributenames3","properties":{},"description":"Attributenames3","type":"object"}}}}
```

## The Attributenames3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames3":{"title":"Attributenames3","properties":{},"description":"Attributenames3","type":"object"}}}}
```

## The Value7 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value7":{"title":"Value7","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames3"}},"description":"Value7","type":"object"},"Valuenames3":{"title":"Valuenames3","properties":{},"description":"Valuenames3","type":"object"}}}}
```

## The Valuenames3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames3":{"title":"Valuenames3","properties":{},"description":"Valuenames3","type":"object"}}}}
```

## The Agerating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Agerating":{"title":"Agerating","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCountry"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"age":{"type":"integer","format":"int32"}},"description":"Agerating","type":"object"},"RedBeeCountry":{"title":"RedBeeCountry","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames"}},"description":"RedBeeCountry","type":"object"},"Countrynames":{"title":"Countrynames","properties":{},"description":"Countrynames","type":"object"},"Description":{"title":"Description","properties":{},"description":"Description","type":"object"}}}}
```

## The RedBeeCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeCountry":{"title":"RedBeeCountry","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames"}},"description":"RedBeeCountry","type":"object"},"Countrynames":{"title":"Countrynames","properties":{},"description":"Countrynames","type":"object"}}}}
```

## The Countrynames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countrynames":{"title":"Countrynames","properties":{},"description":"Countrynames","type":"object"}}}}
```

## The Description object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Description":{"title":"Description","properties":{},"description":"Description","type":"object"}}}}
```

## The Qualityrating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Qualityrating":{"title":"Qualityrating","properties":{"hierarchyLevel":{"type":"string"},"forum":{"type":"string"},"aspect":{"type":"string"},"score":{"type":"integer","format":"int32"},"maximumScore":{"type":"integer","format":"int32"}},"description":"Qualityrating","type":"object"}}}}
```

## The RedBeeTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeTag":{"title":"RedBeeTag","properties":{"hierarchyLevel":{"type":"string"},"referenceId":{"type":"string"},"referenceNames":{"$ref":"#/components/schemas/Referencenames"},"priority":{"type":"integer","format":"int32"},"order":{"type":"integer","format":"int32"},"category":{"$ref":"#/components/schemas/Category"},"value":{"$ref":"#/components/schemas/Value8"}},"description":"RedBeeTag","type":"object"},"Referencenames":{"title":"Referencenames","properties":{},"description":"Referencenames","type":"object"},"Category":{"title":"Category","properties":{"originator":{"type":"string"},"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames"}},"description":"Category","type":"object"},"Categorynames":{"title":"Categorynames","properties":{},"description":"Categorynames","type":"object"},"Value8":{"title":"Value8","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames4"}},"description":"Value8","type":"object"},"Valuenames4":{"title":"Valuenames4","properties":{},"description":"Valuenames4","type":"object"}}}}
```

## The Referencenames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Referencenames":{"title":"Referencenames","properties":{},"description":"Referencenames","type":"object"}}}}
```

## The Category object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Category":{"title":"Category","properties":{"originator":{"type":"string"},"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames"}},"description":"Category","type":"object"},"Categorynames":{"title":"Categorynames","properties":{},"description":"Categorynames","type":"object"}}}}
```

## The Categorynames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Categorynames":{"title":"Categorynames","properties":{},"description":"Categorynames","type":"object"}}}}
```

## The Value8 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value8":{"title":"Value8","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames4"}},"description":"Value8","type":"object"},"Valuenames4":{"title":"Valuenames4","properties":{},"description":"Valuenames4","type":"object"}}}}
```

## The Valuenames4 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames4":{"title":"Valuenames4","properties":{},"description":"Valuenames4","type":"object"}}}}
```

## The Countriesoforigin object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countriesoforigin":{"title":"Countriesoforigin","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames1"}},"description":"Countriesoforigin","type":"object"},"Countrynames1":{"title":"Countrynames1","properties":{},"description":"Countrynames1","type":"object"}}}}
```

## The Countrynames1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countrynames1":{"title":"Countrynames1","properties":{},"description":"Countrynames1","type":"object"}}}}
```

## The Releasedate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Releasedate":{"title":"Releasedate","properties":{"hierarchyLevel":{"type":"string"},"country":{"$ref":"#/components/schemas/Country1"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"scope":{"type":"string"}},"description":"Releasedate","type":"object"},"Country1":{"title":"Country1","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames2"}},"description":"Country1","type":"object"},"Countrynames2":{"title":"Countrynames2","properties":{},"description":"Countrynames2","type":"object"}}}}
```

## The Country1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Country1":{"title":"Country1","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames2"}},"description":"Country1","type":"object"},"Countrynames2":{"title":"Countrynames2","properties":{},"description":"Countrynames2","type":"object"}}}}
```

## The Countrynames2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countrynames2":{"title":"Countrynames2","properties":{},"description":"Countrynames2","type":"object"}}}}
```

## The Distributor object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Distributor":{"title":"Distributor","properties":{"hierarchyLevel":{"type":"string"},"distributorId":{"type":"string"},"distributorNames":{"$ref":"#/components/schemas/Distributornames"},"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country2"}}},"description":"Distributor","type":"object"},"Distributornames":{"title":"Distributornames","properties":{},"description":"Distributornames","type":"object"},"Country2":{"title":"Country2","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames3"}},"description":"Country2","type":"object"},"Countrynames3":{"title":"Countrynames3","properties":{},"description":"Countrynames3","type":"object"}}}}
```

## The Distributornames object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Distributornames":{"title":"Distributornames","properties":{},"description":"Distributornames","type":"object"}}}}
```

## The Country2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Country2":{"title":"Country2","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames3"}},"description":"Country2","type":"object"},"Countrynames3":{"title":"Countrynames3","properties":{},"description":"Countrynames3","type":"object"}}}}
```

## The Countrynames3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countrynames3":{"title":"Countrynames3","properties":{},"description":"Countrynames3","type":"object"}}}}
```

## The Programaward object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Programaward":{"title":"Programaward","properties":{"hierarchyLevel":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme1"},"category":{"$ref":"#/components/schemas/Category2"},"year":{"type":"integer","format":"int32"},"grade":{"type":"string"}},"description":"Programaward","type":"object"},"Scheme1":{"title":"Scheme1","properties":{"schemeId":{"type":"string"},"schemeNames":{"$ref":"#/components/schemas/Schemenames1"}},"description":"Scheme1","type":"object"},"Schemenames1":{"title":"Schemenames1","properties":{},"description":"Schemenames1","type":"object"},"Category2":{"title":"Category2","properties":{"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames2"}},"description":"Category2","type":"object"},"Categorynames2":{"title":"Categorynames2","properties":{},"description":"Categorynames2","type":"object"}}}}
```

## The Scheme1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Scheme1":{"title":"Scheme1","properties":{"schemeId":{"type":"string"},"schemeNames":{"$ref":"#/components/schemas/Schemenames1"}},"description":"Scheme1","type":"object"},"Schemenames1":{"title":"Schemenames1","properties":{},"description":"Schemenames1","type":"object"}}}}
```

## The Schemenames1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Schemenames1":{"title":"Schemenames1","properties":{},"description":"Schemenames1","type":"object"}}}}
```

## The Category2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Category2":{"title":"Category2","properties":{"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames2"}},"description":"Category2","type":"object"},"Categorynames2":{"title":"Categorynames2","properties":{},"description":"Categorynames2","type":"object"}}}}
```

## The Categorynames2 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Categorynames2":{"title":"Categorynames2","properties":{},"description":"Categorynames2","type":"object"}}}}
```

## The RedBeeStream object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RedBeeStream":{"title":"RedBeeStream","properties":{"streamId":{"type":"string"},"platform":{"type":"string"},"type":{"type":"string"},"availabilityStart":{"type":"string"},"availabilityEnd":{"type":"string"},"url":{"type":"string"},"fileSize":{"type":"integer","format":"int32"},"netDuration":{"type":"integer","format":"int32"},"rights":{"type":"array","items":{"$ref":"#/components/schemas/Right"}},"pricing":{"type":"array","items":{"$ref":"#/components/schemas/Pricing"}},"accessServiceAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Accessserviceattribute1"}},"audioAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Audioattribute1"}},"videoAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Videoattribute1"}},"otherAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Otherattribute1"}},"ageRatings":{"type":"array","items":{"$ref":"#/components/schemas/Agerating1"}}},"description":"RedBeeStream","type":"object"},"Right":{"title":"Right","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute4"}}},"description":"Right","type":"object"},"Attribute4":{"title":"Attribute4","properties":{"attribute":{"$ref":"#/components/schemas/Attribute5"},"value":{"$ref":"#/components/schemas/Value9"}},"description":"Attribute4","type":"object"},"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"},"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"},"Pricing":{"title":"Pricing","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute6"}}},"description":"Pricing","type":"object"},"Attribute6":{"title":"Attribute6","properties":{"attribute":{"$ref":"#/components/schemas/Attribute7"},"value":{"$ref":"#/components/schemas/Value10"}},"description":"Attribute6","type":"object"},"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"},"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"},"Accessserviceattribute1":{"title":"Accessserviceattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute8"},"value":{"$ref":"#/components/schemas/Value11"}},"description":"Accessserviceattribute1","type":"object"},"Attribute8":{"title":"Attribute8","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames6"}},"description":"Attribute8","type":"object"},"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"},"Value11":{"title":"Value11","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames7"}},"description":"Value11","type":"object"},"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"},"Audioattribute1":{"title":"Audioattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute9"},"value":{"$ref":"#/components/schemas/Value12"}},"description":"Audioattribute1","type":"object"},"Attribute9":{"title":"Attribute9","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames7"}},"description":"Attribute9","type":"object"},"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"},"Value12":{"title":"Value12","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames8"}},"description":"Value12","type":"object"},"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"},"Videoattribute1":{"title":"Videoattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute10"},"value":{"$ref":"#/components/schemas/Value13"}},"description":"Videoattribute1","type":"object"},"Attribute10":{"title":"Attribute10","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames8"}},"description":"Attribute10","type":"object"},"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"},"Value13":{"title":"Value13","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames9"}},"description":"Value13","type":"object"},"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"},"Otherattribute1":{"title":"Otherattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute11"},"value":{"$ref":"#/components/schemas/Value14"}},"description":"Otherattribute1","type":"object"},"Attribute11":{"title":"Attribute11","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames9"}},"description":"Attribute11","type":"object"},"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"},"Value14":{"title":"Value14","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames10"}},"description":"Value14","type":"object"},"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"},"Agerating1":{"title":"Agerating1","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country3"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description1"},"age":{"type":"integer","format":"int32"}},"description":"Agerating1","type":"object"},"Country3":{"title":"Country3","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames4"}},"description":"Country3","type":"object"},"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"},"Description1":{"title":"Description1","properties":{},"description":"Description1","type":"object"}}}}
```

## The Right object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Right":{"title":"Right","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute4"}}},"description":"Right","type":"object"},"Attribute4":{"title":"Attribute4","properties":{"attribute":{"$ref":"#/components/schemas/Attribute5"},"value":{"$ref":"#/components/schemas/Value9"}},"description":"Attribute4","type":"object"},"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"},"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"}}}}
```

## The Attribute4 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute4":{"title":"Attribute4","properties":{"attribute":{"$ref":"#/components/schemas/Attribute5"},"value":{"$ref":"#/components/schemas/Value9"}},"description":"Attribute4","type":"object"},"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"},"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"}}}}
```

## The Attribute5 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"}}}}
```

## The Attributenames4 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"}}}}
```

## The Value9 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"}}}}
```

## The Valuenames5 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"}}}}
```

## The Pricing object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Pricing":{"title":"Pricing","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute6"}}},"description":"Pricing","type":"object"},"Attribute6":{"title":"Attribute6","properties":{"attribute":{"$ref":"#/components/schemas/Attribute7"},"value":{"$ref":"#/components/schemas/Value10"}},"description":"Attribute6","type":"object"},"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"},"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"}}}}
```

## The Attribute6 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute6":{"title":"Attribute6","properties":{"attribute":{"$ref":"#/components/schemas/Attribute7"},"value":{"$ref":"#/components/schemas/Value10"}},"description":"Attribute6","type":"object"},"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"},"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"}}}}
```

## The Attribute7 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"}}}}
```

## The Attributenames5 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"}}}}
```

## The Value10 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"}}}}
```

## The Valuenames6 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"}}}}
```

## The Accessserviceattribute1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Accessserviceattribute1":{"title":"Accessserviceattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute8"},"value":{"$ref":"#/components/schemas/Value11"}},"description":"Accessserviceattribute1","type":"object"},"Attribute8":{"title":"Attribute8","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames6"}},"description":"Attribute8","type":"object"},"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"},"Value11":{"title":"Value11","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames7"}},"description":"Value11","type":"object"},"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"}}}}
```

## The Attribute8 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute8":{"title":"Attribute8","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames6"}},"description":"Attribute8","type":"object"},"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"}}}}
```

## The Attributenames6 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"}}}}
```

## The Value11 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value11":{"title":"Value11","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames7"}},"description":"Value11","type":"object"},"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"}}}}
```

## The Valuenames7 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"}}}}
```

## The Audioattribute1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Audioattribute1":{"title":"Audioattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute9"},"value":{"$ref":"#/components/schemas/Value12"}},"description":"Audioattribute1","type":"object"},"Attribute9":{"title":"Attribute9","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames7"}},"description":"Attribute9","type":"object"},"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"},"Value12":{"title":"Value12","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames8"}},"description":"Value12","type":"object"},"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"}}}}
```

## The Attribute9 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute9":{"title":"Attribute9","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames7"}},"description":"Attribute9","type":"object"},"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"}}}}
```

## The Attributenames7 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"}}}}
```

## The Value12 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value12":{"title":"Value12","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames8"}},"description":"Value12","type":"object"},"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"}}}}
```

## The Valuenames8 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"}}}}
```

## The Videoattribute1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Videoattribute1":{"title":"Videoattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute10"},"value":{"$ref":"#/components/schemas/Value13"}},"description":"Videoattribute1","type":"object"},"Attribute10":{"title":"Attribute10","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames8"}},"description":"Attribute10","type":"object"},"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"},"Value13":{"title":"Value13","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames9"}},"description":"Value13","type":"object"},"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"}}}}
```

## The Attribute10 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute10":{"title":"Attribute10","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames8"}},"description":"Attribute10","type":"object"},"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"}}}}
```

## The Attributenames8 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"}}}}
```

## The Value13 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value13":{"title":"Value13","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames9"}},"description":"Value13","type":"object"},"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"}}}}
```

## The Valuenames9 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"}}}}
```

## The Otherattribute1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Otherattribute1":{"title":"Otherattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute11"},"value":{"$ref":"#/components/schemas/Value14"}},"description":"Otherattribute1","type":"object"},"Attribute11":{"title":"Attribute11","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames9"}},"description":"Attribute11","type":"object"},"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"},"Value14":{"title":"Value14","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames10"}},"description":"Value14","type":"object"},"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"}}}}
```

## The Attribute11 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute11":{"title":"Attribute11","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames9"}},"description":"Attribute11","type":"object"},"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"}}}}
```

## The Attributenames9 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"}}}}
```

## The Value14 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value14":{"title":"Value14","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames10"}},"description":"Value14","type":"object"},"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"}}}}
```

## The Valuenames10 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"}}}}
```

## The Agerating1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Agerating1":{"title":"Agerating1","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country3"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description1"},"age":{"type":"integer","format":"int32"}},"description":"Agerating1","type":"object"},"Country3":{"title":"Country3","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames4"}},"description":"Country3","type":"object"},"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"},"Description1":{"title":"Description1","properties":{},"description":"Description1","type":"object"}}}}
```

## The Country3 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Country3":{"title":"Country3","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames4"}},"description":"Country3","type":"object"},"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"}}}}
```

## The Countrynames4 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"}}}}
```

## The Description1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Description1":{"title":"Description1","properties":{},"description":"Description1","type":"object"}}}}
```

## The Right1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Right1":{"title":"Right1","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute12"}}},"description":"Right1","type":"object"},"Attribute12":{"title":"Attribute12","properties":{"attribute":{"$ref":"#/components/schemas/Attribute13"},"value":{"$ref":"#/components/schemas/Value15"}},"description":"Attribute12","type":"object"},"Attribute13":{"title":"Attribute13","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames10"}},"description":"Attribute13","type":"object"},"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"},"Value15":{"title":"Value15","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames11"}},"description":"Value15","type":"object"},"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"}}}}
```

## The Attribute12 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute12":{"title":"Attribute12","properties":{"attribute":{"$ref":"#/components/schemas/Attribute13"},"value":{"$ref":"#/components/schemas/Value15"}},"description":"Attribute12","type":"object"},"Attribute13":{"title":"Attribute13","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames10"}},"description":"Attribute13","type":"object"},"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"},"Value15":{"title":"Value15","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames11"}},"description":"Value15","type":"object"},"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"}}}}
```

## The Attribute13 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute13":{"title":"Attribute13","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames10"}},"description":"Attribute13","type":"object"},"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"}}}}
```

## The Attributenames10 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"}}}}
```

## The Value15 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value15":{"title":"Value15","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames11"}},"description":"Value15","type":"object"},"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"}}}}
```

## The Valuenames11 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"}}}}
```

## The Pricing1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Pricing1":{"title":"Pricing1","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute14"}}},"description":"Pricing1","type":"object"},"Attribute14":{"title":"Attribute14","properties":{"attribute":{"$ref":"#/components/schemas/Attribute15"},"value":{"$ref":"#/components/schemas/Value16"}},"description":"Attribute14","type":"object"},"Attribute15":{"title":"Attribute15","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames11"}},"description":"Attribute15","type":"object"},"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"},"Value16":{"title":"Value16","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames12"}},"description":"Value16","type":"object"},"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"}}}}
```

## The Attribute14 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute14":{"title":"Attribute14","properties":{"attribute":{"$ref":"#/components/schemas/Attribute15"},"value":{"$ref":"#/components/schemas/Value16"}},"description":"Attribute14","type":"object"},"Attribute15":{"title":"Attribute15","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames11"}},"description":"Attribute15","type":"object"},"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"},"Value16":{"title":"Value16","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames12"}},"description":"Value16","type":"object"},"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"}}}}
```

## The Attribute15 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attribute15":{"title":"Attribute15","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames11"}},"description":"Attribute15","type":"object"},"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"}}}}
```

## The Attributenames11 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"}}}}
```

## The Value16 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Value16":{"title":"Value16","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames12"}},"description":"Value16","type":"object"},"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"}}}}
```

## The Valuenames12 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"}}}}
```

## The Relatedmaterial object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Relatedmaterial":{"title":"Relatedmaterial","properties":{"hierarchyLevel":{"type":"string"},"relatedMaterialId":{"type":"string"},"value":{"type":"string"},"rationale":{"type":"string"},"origin":{"type":"string"},"resourceType":{"type":"string"}},"description":"Relatedmaterial","type":"object"}}}}
```

## The Sourcename object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Sourcename":{"title":"Sourcename","properties":{},"description":"Sourcename","type":"object"}}}}
```

## The List\_RedBeeContentResult\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_RedBeeContentResult_":{"title":"List<RedBeeContentResult>","type":"array","items":{"$ref":"#/components/schemas/RedBeeContentResult"}},"RedBeeContentResult":{"title":"RedBeeContentResult","properties":{"pageNumber":{"type":"integer","format":"int32"},"contentInstanceType":{"type":"string"},"eventType":{"type":"string"},"internalIds":{"$ref":"#/components/schemas/Internalids"},"searchableTitles":{"type":"array","items":{"$ref":"#/components/schemas/Searchabletitle"}},"nonSearchableTitles":{"type":"array","items":{"$ref":"#/components/schemas/Nonsearchabletitle"}},"searchableTextItems":{"type":"array","items":{"$ref":"#/components/schemas/Searchabletextitem"}},"nonSearchableTextItems":{"type":"array","items":{"$ref":"#/components/schemas/Nonsearchabletextitem"}},"thirdPartyIds":{"type":"array","items":{"$ref":"#/components/schemas/Thirdpartyid"}},"lastModifiedDate":{"type":"string"},"lastModifiedDateTime":{"type":"string"},"ingestDateTime":{"type":"string"},"publishedStartDateTime":{"type":"string"},"publishedEndDateTime":{"type":"string"},"publishedDuration":{"type":"integer","format":"int32"},"scheduledStartDateTime":{"type":"string"},"scheduledEndDateTime":{"type":"string"},"scheduledDuration":{"type":"integer","format":"int32"},"lastInSeason":{"type":"boolean"},"numberOfSeasonsInSeries":{"type":"integer","format":"int32"},"episodeNumber":{"type":"integer","format":"int32"},"seasonNumber":{"type":"integer","format":"int32"},"episodeAiringSequenceNumber":{"type":"integer","format":"int32"},"episodicSecondaryIdentifierNumber":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"premiumContent":{"type":"boolean"},"numberOfEpisodes":{"type":"integer","format":"int32"},"multipartProgramSequenceNumber":{"type":"integer","format":"int32"},"multipartProgramNumberOfParts":{"type":"integer","format":"int32"},"netDuration":{"type":"integer","format":"int32"},"yearOfProduction":{"type":"integer","format":"int32"},"originalAiringSourceName":{"type":"string"},"originalAiringSourceAliases":{"type":"array","items":{"$ref":"#/components/schemas/Originalairingsourcealias"}},"originalAiringDateTime":{"type":"string"},"accessServiceAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Accessserviceattribute"}},"audioAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Audioattribute"}},"videoAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Videoattribute"}},"otherAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Otherattribute"}},"ageRatings":{"type":"array","items":{"$ref":"#/components/schemas/Agerating"}},"qualityRatings":{"type":"array","items":{"$ref":"#/components/schemas/Qualityrating"}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeTag"}},"countriesOfOrigin":{"type":"array","items":{"$ref":"#/components/schemas/Countriesoforigin"}},"releaseDates":{"type":"array","items":{"$ref":"#/components/schemas/Releasedate"}},"distributors":{"type":"array","items":{"$ref":"#/components/schemas/Distributor"}},"contributions":{"type":"array","items":{"$ref":"#/components/schemas/Contribution"}},"programAwards":{"type":"array","items":{"$ref":"#/components/schemas/Programaward"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}},"streams":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeStream"}},"rights":{"type":"array","items":{"$ref":"#/components/schemas/Right1"}},"pricing":{"type":"array","items":{"$ref":"#/components/schemas/Pricing1"}},"relatedMaterial":{"type":"array","items":{"$ref":"#/components/schemas/Relatedmaterial"}},"source":{"type":"string"},"sourceId":{"type":"string"},"sourceNames":{"type":"array","items":{"$ref":"#/components/schemas/Sourcename"}},"sourceOrder":{"type":"integer","format":"int32"},"broadcaster":{"type":"string"}},"description":"RedBeeContentResult","type":"object"},"Internalids":{"title":"Internalids","properties":{"sourceId":{"type":"string"},"seriesId":{"type":"string"},"seasonId":{"type":"string"},"multipartProgramId":{"type":"string"},"programId":{"type":"string"},"programVariationId":{"type":"string"},"eventId":{"type":"string"},"seriesLinkId":{"type":"string"},"splitInstanceId":{"type":"string"},"broadcasterId":{"type":"string"},"mergedEventId":{"type":"string"},"sportsCompetitionId":{"type":"string"},"sportsSeasonId":{"type":"string"},"sportsPhaseId":{"type":"string"},"sportsEventId":{"type":"string"}},"description":"Internalids","type":"object"},"Searchabletitle":{"title":"Searchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value"}},"description":"Searchabletitle","type":"object"},"Value":{"title":"Value","properties":{},"description":"Value","type":"object"},"Nonsearchabletitle":{"title":"Nonsearchabletitle","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value1"}},"description":"Nonsearchabletitle","type":"object"},"Value1":{"title":"Value1","properties":{},"description":"Value1","type":"object"},"Searchabletextitem":{"title":"Searchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value2"}},"description":"Searchabletextitem","type":"object"},"Value2":{"title":"Value2","properties":{},"description":"Value2","type":"object"},"Nonsearchabletextitem":{"title":"Nonsearchabletextitem","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"$ref":"#/components/schemas/Value3"}},"description":"Nonsearchabletextitem","type":"object"},"Value3":{"title":"Value3","properties":{},"description":"Value3","type":"object"},"Thirdpartyid":{"title":"Thirdpartyid","properties":{"hierarchyLevel":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"description":"Thirdpartyid","type":"object"},"Originalairingsourcealias":{"title":"Originalairingsourcealias","properties":{},"description":"Originalairingsourcealias","type":"object"},"Accessserviceattribute":{"title":"Accessserviceattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute"},"value":{"$ref":"#/components/schemas/Value4"}},"description":"Accessserviceattribute","type":"object"},"Attribute":{"title":"Attribute","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames"}},"description":"Attribute","type":"object"},"Attributenames":{"title":"Attributenames","properties":{},"description":"Attributenames","type":"object"},"Value4":{"title":"Value4","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames"}},"description":"Value4","type":"object"},"Valuenames":{"title":"Valuenames","properties":{},"description":"Valuenames","type":"object"},"Audioattribute":{"title":"Audioattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute1"},"value":{"$ref":"#/components/schemas/Value5"}},"description":"Audioattribute","type":"object"},"Attribute1":{"title":"Attribute1","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames1"}},"description":"Attribute1","type":"object"},"Attributenames1":{"title":"Attributenames1","properties":{},"description":"Attributenames1","type":"object"},"Value5":{"title":"Value5","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames1"}},"description":"Value5","type":"object"},"Valuenames1":{"title":"Valuenames1","properties":{},"description":"Valuenames1","type":"object"},"Videoattribute":{"title":"Videoattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute2"},"value":{"$ref":"#/components/schemas/Value6"}},"description":"Videoattribute","type":"object"},"Attribute2":{"title":"Attribute2","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames2"}},"description":"Attribute2","type":"object"},"Attributenames2":{"title":"Attributenames2","properties":{},"description":"Attributenames2","type":"object"},"Value6":{"title":"Value6","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames2"}},"description":"Value6","type":"object"},"Valuenames2":{"title":"Valuenames2","properties":{},"description":"Valuenames2","type":"object"},"Otherattribute":{"title":"Otherattribute","properties":{"attribute":{"$ref":"#/components/schemas/Attribute3"},"value":{"$ref":"#/components/schemas/Value7"}},"description":"Otherattribute","type":"object"},"Attribute3":{"title":"Attribute3","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames3"}},"description":"Attribute3","type":"object"},"Attributenames3":{"title":"Attributenames3","properties":{},"description":"Attributenames3","type":"object"},"Value7":{"title":"Value7","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames3"}},"description":"Value7","type":"object"},"Valuenames3":{"title":"Valuenames3","properties":{},"description":"Valuenames3","type":"object"},"Agerating":{"title":"Agerating","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/RedBeeCountry"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"age":{"type":"integer","format":"int32"}},"description":"Agerating","type":"object"},"RedBeeCountry":{"title":"RedBeeCountry","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames"}},"description":"RedBeeCountry","type":"object"},"Countrynames":{"title":"Countrynames","properties":{},"description":"Countrynames","type":"object"},"Description":{"title":"Description","properties":{},"description":"Description","type":"object"},"Qualityrating":{"title":"Qualityrating","properties":{"hierarchyLevel":{"type":"string"},"forum":{"type":"string"},"aspect":{"type":"string"},"score":{"type":"integer","format":"int32"},"maximumScore":{"type":"integer","format":"int32"}},"description":"Qualityrating","type":"object"},"RedBeeTag":{"title":"RedBeeTag","properties":{"hierarchyLevel":{"type":"string"},"referenceId":{"type":"string"},"referenceNames":{"$ref":"#/components/schemas/Referencenames"},"priority":{"type":"integer","format":"int32"},"order":{"type":"integer","format":"int32"},"category":{"$ref":"#/components/schemas/Category"},"value":{"$ref":"#/components/schemas/Value8"}},"description":"RedBeeTag","type":"object"},"Referencenames":{"title":"Referencenames","properties":{},"description":"Referencenames","type":"object"},"Category":{"title":"Category","properties":{"originator":{"type":"string"},"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames"}},"description":"Category","type":"object"},"Categorynames":{"title":"Categorynames","properties":{},"description":"Categorynames","type":"object"},"Value8":{"title":"Value8","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames4"}},"description":"Value8","type":"object"},"Valuenames4":{"title":"Valuenames4","properties":{},"description":"Valuenames4","type":"object"},"Countriesoforigin":{"title":"Countriesoforigin","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames1"}},"description":"Countriesoforigin","type":"object"},"Countrynames1":{"title":"Countrynames1","properties":{},"description":"Countrynames1","type":"object"},"Releasedate":{"title":"Releasedate","properties":{"hierarchyLevel":{"type":"string"},"country":{"$ref":"#/components/schemas/Country1"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"scope":{"type":"string"}},"description":"Releasedate","type":"object"},"Country1":{"title":"Country1","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames2"}},"description":"Country1","type":"object"},"Countrynames2":{"title":"Countrynames2","properties":{},"description":"Countrynames2","type":"object"},"Distributor":{"title":"Distributor","properties":{"hierarchyLevel":{"type":"string"},"distributorId":{"type":"string"},"distributorNames":{"$ref":"#/components/schemas/Distributornames"},"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country2"}}},"description":"Distributor","type":"object"},"Distributornames":{"title":"Distributornames","properties":{},"description":"Distributornames","type":"object"},"Country2":{"title":"Country2","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames3"}},"description":"Country2","type":"object"},"Countrynames3":{"title":"Countrynames3","properties":{},"description":"Countrynames3","type":"object"},"Contribution":{"title":"Contribution","properties":{"Id":{"type":"integer","format":"int64"},"OriginalTitle":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Job":{"type":"string"},"Character":{"type":"string"}},"description":"Contribution","type":"object"},"Programaward":{"title":"Programaward","properties":{"hierarchyLevel":{"type":"string"},"scheme":{"$ref":"#/components/schemas/Scheme1"},"category":{"$ref":"#/components/schemas/Category2"},"year":{"type":"integer","format":"int32"},"grade":{"type":"string"}},"description":"Programaward","type":"object"},"Scheme1":{"title":"Scheme1","properties":{"schemeId":{"type":"string"},"schemeNames":{"$ref":"#/components/schemas/Schemenames1"}},"description":"Scheme1","type":"object"},"Schemenames1":{"title":"Schemenames1","properties":{},"description":"Schemenames1","type":"object"},"Category2":{"title":"Category2","properties":{"categoryId":{"type":"string"},"categoryNames":{"$ref":"#/components/schemas/Categorynames2"}},"description":"Category2","type":"object"},"Categorynames2":{"title":"Categorynames2","properties":{},"description":"Categorynames2","type":"object"},"Image":{"title":"Image","properties":{"type":{"type":"string"},"url":{"type":"string"}},"description":"Image","type":"object"},"RedBeeStream":{"title":"RedBeeStream","properties":{"streamId":{"type":"string"},"platform":{"type":"string"},"type":{"type":"string"},"availabilityStart":{"type":"string"},"availabilityEnd":{"type":"string"},"url":{"type":"string"},"fileSize":{"type":"integer","format":"int32"},"netDuration":{"type":"integer","format":"int32"},"rights":{"type":"array","items":{"$ref":"#/components/schemas/Right"}},"pricing":{"type":"array","items":{"$ref":"#/components/schemas/Pricing"}},"accessServiceAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Accessserviceattribute1"}},"audioAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Audioattribute1"}},"videoAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Videoattribute1"}},"otherAttributes":{"type":"array","items":{"$ref":"#/components/schemas/Otherattribute1"}},"ageRatings":{"type":"array","items":{"$ref":"#/components/schemas/Agerating1"}}},"description":"RedBeeStream","type":"object"},"Right":{"title":"Right","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute4"}}},"description":"Right","type":"object"},"Attribute4":{"title":"Attribute4","properties":{"attribute":{"$ref":"#/components/schemas/Attribute5"},"value":{"$ref":"#/components/schemas/Value9"}},"description":"Attribute4","type":"object"},"Attribute5":{"title":"Attribute5","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames4"}},"description":"Attribute5","type":"object"},"Attributenames4":{"title":"Attributenames4","properties":{},"description":"Attributenames4","type":"object"},"Value9":{"title":"Value9","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames5"}},"description":"Value9","type":"object"},"Valuenames5":{"title":"Valuenames5","properties":{},"description":"Valuenames5","type":"object"},"Pricing":{"title":"Pricing","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute6"}}},"description":"Pricing","type":"object"},"Attribute6":{"title":"Attribute6","properties":{"attribute":{"$ref":"#/components/schemas/Attribute7"},"value":{"$ref":"#/components/schemas/Value10"}},"description":"Attribute6","type":"object"},"Attribute7":{"title":"Attribute7","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames5"}},"description":"Attribute7","type":"object"},"Attributenames5":{"title":"Attributenames5","properties":{},"description":"Attributenames5","type":"object"},"Value10":{"title":"Value10","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames6"}},"description":"Value10","type":"object"},"Valuenames6":{"title":"Valuenames6","properties":{},"description":"Valuenames6","type":"object"},"Accessserviceattribute1":{"title":"Accessserviceattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute8"},"value":{"$ref":"#/components/schemas/Value11"}},"description":"Accessserviceattribute1","type":"object"},"Attribute8":{"title":"Attribute8","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames6"}},"description":"Attribute8","type":"object"},"Attributenames6":{"title":"Attributenames6","properties":{},"description":"Attributenames6","type":"object"},"Value11":{"title":"Value11","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames7"}},"description":"Value11","type":"object"},"Valuenames7":{"title":"Valuenames7","properties":{},"description":"Valuenames7","type":"object"},"Audioattribute1":{"title":"Audioattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute9"},"value":{"$ref":"#/components/schemas/Value12"}},"description":"Audioattribute1","type":"object"},"Attribute9":{"title":"Attribute9","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames7"}},"description":"Attribute9","type":"object"},"Attributenames7":{"title":"Attributenames7","properties":{},"description":"Attributenames7","type":"object"},"Value12":{"title":"Value12","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames8"}},"description":"Value12","type":"object"},"Valuenames8":{"title":"Valuenames8","properties":{},"description":"Valuenames8","type":"object"},"Videoattribute1":{"title":"Videoattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute10"},"value":{"$ref":"#/components/schemas/Value13"}},"description":"Videoattribute1","type":"object"},"Attribute10":{"title":"Attribute10","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames8"}},"description":"Attribute10","type":"object"},"Attributenames8":{"title":"Attributenames8","properties":{},"description":"Attributenames8","type":"object"},"Value13":{"title":"Value13","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames9"}},"description":"Value13","type":"object"},"Valuenames9":{"title":"Valuenames9","properties":{},"description":"Valuenames9","type":"object"},"Otherattribute1":{"title":"Otherattribute1","properties":{"attribute":{"$ref":"#/components/schemas/Attribute11"},"value":{"$ref":"#/components/schemas/Value14"}},"description":"Otherattribute1","type":"object"},"Attribute11":{"title":"Attribute11","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames9"}},"description":"Attribute11","type":"object"},"Attributenames9":{"title":"Attributenames9","properties":{},"description":"Attributenames9","type":"object"},"Value14":{"title":"Value14","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames10"}},"description":"Value14","type":"object"},"Valuenames10":{"title":"Valuenames10","properties":{},"description":"Valuenames10","type":"object"},"Agerating1":{"title":"Agerating1","properties":{"countries":{"type":"array","items":{"$ref":"#/components/schemas/Country3"}},"scheme":{"type":"string"},"rating":{"type":"string"},"description":{"$ref":"#/components/schemas/Description1"},"age":{"type":"integer","format":"int32"}},"description":"Agerating1","type":"object"},"Country3":{"title":"Country3","properties":{"countryId":{"type":"string"},"countryNames":{"$ref":"#/components/schemas/Countrynames4"}},"description":"Country3","type":"object"},"Countrynames4":{"title":"Countrynames4","properties":{},"description":"Countrynames4","type":"object"},"Description1":{"title":"Description1","properties":{},"description":"Description1","type":"object"},"Right1":{"title":"Right1","properties":{"platform":{"type":"string"},"type":{"type":"string"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute12"}}},"description":"Right1","type":"object"},"Attribute12":{"title":"Attribute12","properties":{"attribute":{"$ref":"#/components/schemas/Attribute13"},"value":{"$ref":"#/components/schemas/Value15"}},"description":"Attribute12","type":"object"},"Attribute13":{"title":"Attribute13","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames10"}},"description":"Attribute13","type":"object"},"Attributenames10":{"title":"Attributenames10","properties":{},"description":"Attributenames10","type":"object"},"Value15":{"title":"Value15","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames11"}},"description":"Value15","type":"object"},"Valuenames11":{"title":"Valuenames11","properties":{},"description":"Valuenames11","type":"object"},"Pricing1":{"title":"Pricing1","properties":{"platform":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","format":"int32"},"validityStart":{"type":"string"},"validityEnd":{"type":"string"},"type":{"type":"string"},"duration":{"type":"integer","format":"int32"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute14"}}},"description":"Pricing1","type":"object"},"Attribute14":{"title":"Attribute14","properties":{"attribute":{"$ref":"#/components/schemas/Attribute15"},"value":{"$ref":"#/components/schemas/Value16"}},"description":"Attribute14","type":"object"},"Attribute15":{"title":"Attribute15","properties":{"attributeId":{"type":"string"},"attributeNames":{"$ref":"#/components/schemas/Attributenames11"}},"description":"Attribute15","type":"object"},"Attributenames11":{"title":"Attributenames11","properties":{},"description":"Attributenames11","type":"object"},"Value16":{"title":"Value16","properties":{"valueId":{"type":"string"},"valueNames":{"$ref":"#/components/schemas/Valuenames12"}},"description":"Value16","type":"object"},"Valuenames12":{"title":"Valuenames12","properties":{},"description":"Valuenames12","type":"object"},"Relatedmaterial":{"title":"Relatedmaterial","properties":{"hierarchyLevel":{"type":"string"},"relatedMaterialId":{"type":"string"},"value":{"type":"string"},"rationale":{"type":"string"},"origin":{"type":"string"},"resourceType":{"type":"string"}},"description":"Relatedmaterial","type":"object"},"Sourcename":{"title":"Sourcename","properties":{},"description":"Sourcename","type":"object"}}}}
```

## The FileSyncResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FileSyncResponse":{"title":"FileSyncResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"FileSyncResponse","type":"object"}}}}
```

## The RecordStats object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RecordStats":{"title":"RecordStats","properties":{"Episodes":{"type":"integer","format":"int32"},"Seasons":{"type":"integer","format":"int32"},"Shows":{"type":"integer","format":"int32"},"Movies":{"type":"integer","format":"int32"},"MoviePosters":{"type":"integer","format":"int32"},"MoviePhoto":{"type":"integer","format":"int32"},"OfficialMoviePosters":{"type":"integer","format":"int32"},"OfficialMovieImages":{"type":"integer","format":"int32"},"ShowPosters":{"type":"integer","format":"int32"},"ShowPhoto":{"type":"integer","format":"int32"},"OfficialShowPosters":{"type":"integer","format":"int32"},"OfficialShowImages":{"type":"integer","format":"int32"},"SeasonPosters":{"type":"integer","format":"int32"},"SeasonPhoto":{"type":"integer","format":"int32"},"EpisodePosters":{"type":"integer","format":"int32"},"EpisodePhoto":{"type":"integer","format":"int32"},"MovieVideos":{"type":"integer","format":"int32"},"ShowVideos":{"type":"integer","format":"int32"},"SeasonVideos":{"type":"integer","format":"int32"},"EpisodeVideos":{"type":"integer","format":"int32"},"AllVideos":{"type":"integer","format":"int32"},"MovieReleases":{"type":"integer","format":"int32"},"ShowReleases":{"type":"integer","format":"int32"},"SeasonReleases":{"type":"integer","format":"int32"},"EpisodeReleases":{"type":"integer","format":"int32"},"MovieContributors":{"type":"integer","format":"int32"},"EpisodeContributors":{"type":"integer","format":"int32"},"MovieDescriptions":{"type":"integer","format":"int32"},"ShowDescriptions":{"type":"integer","format":"int32"},"SeasonDescriptions":{"type":"integer","format":"int32"},"EpisodeDescriptions":{"type":"integer","format":"int32"},"MovieIds":{"type":"integer","format":"int32"},"ShowIds":{"type":"integer","format":"int32"},"SeasonIds":{"type":"integer","format":"int32"},"EpisodeIds":{"type":"integer","format":"int32"},"MovieMovieGenres":{"type":"integer","format":"int32"},"ShowShowGenres":{"type":"integer","format":"int32"},"MovieTags":{"type":"integer","format":"int32"},"ShowTags":{"type":"integer","format":"int32"},"People":{"type":"integer","format":"int32"},"PeopleImages":{"type":"integer","format":"int32"},"PeoplePhotos":{"type":"integer","format":"int32"},"OfficialPeopleImages":{"type":"integer","format":"int32"},"DistinctPeopleImages":{"type":"integer","format":"int32"},"OfficialPeoplePortraits":{"type":"integer","format":"int32"},"PersonFacebookIds":{"type":"integer","format":"int32"},"PersonInstagramIds":{"type":"integer","format":"int32"},"PersonTwitterIds":{"type":"integer","format":"int32"},"Biographies":{"type":"integer","format":"int32"},"MovieImageTags":{"type":"integer","format":"int32"},"ShowImageTags":{"type":"integer","format":"int32"},"SeasonImageTags":{"type":"integer","format":"int32"},"EpisodeImageTags":{"type":"integer","format":"int32"},"PersonImageTags":{"type":"integer","format":"int32"},"PeoplePortraits":{"type":"integer","format":"int32"},"NewSeries":{"type":"integer","format":"int32"},"ReturningSeries":{"type":"integer","format":"int32"},"InTheaters":{"type":"integer","format":"int32"},"InTheaterDescriptions":{"type":"integer","format":"int32"},"InTheaterVideos":{"type":"integer","format":"int32"},"InTheaterContributors":{"type":"integer","format":"int32"},"InTheaterImages":{"type":"integer","format":"int32"},"InTheaterPosters":{"type":"integer","format":"int32"},"InTheaterOfficialPosters":{"type":"integer","format":"int32"},"InTheaterOfficialImages":{"type":"integer","format":"int32"},"InTheaterPhotos":{"type":"integer","format":"int32"},"InTheaterTags":{"type":"integer","format":"int32"},"InTheaterImageTags":{"type":"integer","format":"int32"},"ComingSoon":{"type":"integer","format":"int32"},"ComingSoonDescriptions":{"type":"integer","format":"int32"},"ComingSoonVideos":{"type":"integer","format":"int32"},"ComingSoonContributors":{"type":"integer","format":"int32"},"ComingSoonImages":{"type":"integer","format":"int32"},"ComingSoonPosters":{"type":"integer","format":"int32"},"ComingSoonOfficialPosters":{"type":"integer","format":"int32"},"ComingSoonOfficialImages":{"type":"integer","format":"int32"},"ComingSoonPhotos":{"type":"integer","format":"int32"},"ComingSoonTags":{"type":"integer","format":"int32"},"ComingSoonImageTags":{"type":"integer","format":"int32"},"Games":{"type":"integer","format":"int32"},"GameGenres":{"type":"integer","format":"int32"},"GameReleases":{"type":"integer","format":"int32"},"GameVideos":{"type":"integer","format":"int32"},"GameTags":{"type":"integer","format":"int32"},"GameDescriptions":{"type":"integer","format":"int32"},"GameExternalIds":{"type":"integer","format":"int32"},"TheatricalMoviesCount":{"type":"integer","format":"int32"},"TheatricalMoviesVideoCount":{"type":"integer","format":"int32"},"TheatricalMoviesImageCount":{"type":"integer","format":"int32"},"TheatricalMoviesCelebrityCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryMovieCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryShowCount":{"type":"integer","format":"int32"},"EntertainmentDiscoverySeasonCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryEpisodeCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryVideoCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryImageCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryCelebrityCount":{"type":"integer","format":"int32"},"EntertainmentDiscoveryGameCount":{"type":"integer","format":"int32"},"AllAccessMovieCount":{"type":"integer","format":"int32"},"AllAccessShowCount":{"type":"integer","format":"int32"},"AllAccessSeasonCount":{"type":"integer","format":"int32"},"AllAccessEpisodeCount":{"type":"integer","format":"int32"},"AllAccessVideoCount":{"type":"integer","format":"int32"},"AllAccessImageCount":{"type":"integer","format":"int32"},"AllAccessCelebrityCount":{"type":"integer","format":"int32"},"AllAccessGameCount":{"type":"integer","format":"int32"}},"description":"RecordStats","type":"object"}}}}
```

## The NewEpisodeListingsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"NewEpisodeListingsResponse":{"title":"NewEpisodeListingsResponse","properties":{"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"webLink":{"type":"string"},"listDateTime":{"type":"string"},"startHour":{"type":"integer","format":"int32"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"educational":{"type":"boolean"},"live":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"showHost":{"type":"string"},"PremieresAndFinalesOnly":{"type":"boolean"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"NewEpisodeListingsResponse","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaExternalId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The List\_NewEpisodeListingsResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_NewEpisodeListingsResponse_":{"title":"List<NewEpisodeListingsResponse>","type":"array","items":{"$ref":"#/components/schemas/NewEpisodeListingsResponse"}},"NewEpisodeListingsResponse":{"title":"NewEpisodeListingsResponse","properties":{"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"webLink":{"type":"string"},"listDateTime":{"type":"string"},"startHour":{"type":"integer","format":"int32"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"educational":{"type":"boolean"},"live":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"showHost":{"type":"string"},"PremieresAndFinalesOnly":{"type":"boolean"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"NewEpisodeListingsResponse","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The encodebyCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"encodebyCountryResponse":{"title":"encodebyCountryResponse","properties":{"count":{"type":"integer","format":"int32"},"tarrgetcountry":{"type":"string"}},"description":"encodebyCountryResponse","type":"object"}}}}
```

## The List\_encodebyCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_encodebyCountryResponse_":{"title":"List<encodebyCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/encodebyCountryResponse"}},"encodebyCountryResponse":{"title":"encodebyCountryResponse","properties":{"count":{"type":"integer","format":"int32"},"tarrgetcountry":{"type":"string"}},"description":"encodebyCountryResponse","type":"object"}}}}
```

## The VideoStatisticsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoStatisticsResponse":{"title":"VideoStatisticsResponse","properties":{"Movies":{"$ref":"#/components/schemas/VideoTypeCounts"},"Shows":{"$ref":"#/components/schemas/VideoTypeCounts"},"Episodes":{"$ref":"#/components/schemas/VideoTypeCounts"},"Seasons":{"$ref":"#/components/schemas/VideoTypeCounts"},"Games":{"$ref":"#/components/schemas/VideoTypeCounts"},"CountByMedia":{"type":"array","items":{"$ref":"#/components/schemas/VideoCountByMediaType"}}},"description":"VideoStatisticsResponse","type":"object"},"VideoTypeCounts":{"title":"VideoTypeCounts","properties":{"Trailers":{"type":"integer","format":"int32"},"SceneOrClips":{"type":"integer","format":"int32"},"BehindTheScenes":{"type":"integer","format":"int32"},"Interview":{"type":"integer","format":"int32"},"AlternateVersion":{"type":"integer","format":"int32"}},"description":"VideoTypeCounts","type":"object"},"VideoCountByMediaType":{"title":"VideoCountByMediaType","properties":{"MediaId":{"type":"integer","format":"int32"},"Media":{"type":"string"},"VideoCount":{"type":"integer","format":"int32"}},"description":"VideoCountByMediaType","type":"object"}}}}
```

## The VideoTypeCounts object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoTypeCounts":{"title":"VideoTypeCounts","properties":{"Trailers":{"type":"integer","format":"int32"},"SceneOrClips":{"type":"integer","format":"int32"},"BehindTheScenes":{"type":"integer","format":"int32"},"Interview":{"type":"integer","format":"int32"},"AlternateVersion":{"type":"integer","format":"int32"}},"description":"VideoTypeCounts","type":"object"}}}}
```

## The VideoCountByMediaType object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoCountByMediaType":{"title":"VideoCountByMediaType","properties":{"MediaId":{"type":"integer","format":"int32"},"Media":{"type":"string"},"VideoCount":{"type":"integer","format":"int32"}},"description":"VideoCountByMediaType","type":"object"}}}}
```

## The ResponseVideoStatsByCountry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResponseVideoStatsByCountry":{"title":"ResponseVideoStatsByCountry","properties":{"Country":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"ResponseVideoStatsByCountry","type":"object"}}}}
```

## The List\_ResponseVideoStatsByCountry\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ResponseVideoStatsByCountry_":{"title":"List<ResponseVideoStatsByCountry>","type":"array","items":{"$ref":"#/components/schemas/ResponseVideoStatsByCountry"}},"ResponseVideoStatsByCountry":{"title":"ResponseVideoStatsByCountry","properties":{"Country":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"ResponseVideoStatsByCountry","type":"object"}}}}
```

## The ResponseVideoStatsByUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResponseVideoStatsByUser":{"title":"ResponseVideoStatsByUser","properties":{"ReviewerId":{"type":"integer","format":"int32"},"Reviewer":{"type":"string"},"ReviewCount":{"type":"integer","format":"int32"}},"description":"ResponseVideoStatsByUser","type":"object"}}}}
```

## The List\_ResponseVideoStatsByUser\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ResponseVideoStatsByUser_":{"title":"List<ResponseVideoStatsByUser>","type":"array","items":{"$ref":"#/components/schemas/ResponseVideoStatsByUser"}},"ResponseVideoStatsByUser":{"title":"ResponseVideoStatsByUser","properties":{"ReviewerId":{"type":"integer","format":"int32"},"Reviewer":{"type":"string"},"ReviewCount":{"type":"integer","format":"int32"}},"description":"ResponseVideoStatsByUser","type":"object"}}}}
```

## The ReviewerAndMedia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReviewerAndMedia":{"title":"ReviewerAndMedia","properties":{"ReviewerName":{"type":"string"},"MovieCount":{"$ref":"#/components/schemas/VideoTypeCounts"},"SeriesCount":{"$ref":"#/components/schemas/VideoTypeCounts"},"EpisodeCount":{"$ref":"#/components/schemas/VideoTypeCounts"},"SeasonCount":{"$ref":"#/components/schemas/VideoTypeCounts"},"GameCount":{"$ref":"#/components/schemas/VideoTypeCounts"}},"description":"ReviewerAndMedia","type":"object"},"VideoTypeCounts":{"title":"VideoTypeCounts","properties":{"Trailers":{"type":"integer","format":"int32"},"SceneOrClips":{"type":"integer","format":"int32"},"BehindTheScenes":{"type":"integer","format":"int32"},"Interview":{"type":"integer","format":"int32"},"AlternateVersion":{"type":"integer","format":"int32"}},"description":"VideoTypeCounts","type":"object"}}}}
```

## The VideoQualityPoints object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoQualityPoints":{"title":"VideoQualityPoints","properties":{"CreatedDate":{"type":"string","format":"date-time"},"MoviePoints":{"type":"integer","format":"int32"},"ShowPoints":{"type":"integer","format":"int32"},"SeasonPoints":{"type":"integer","format":"int32"},"EpisodePoints":{"type":"integer","format":"int32"},"GamePoints":{"type":"integer","format":"int32"},"ExtraActionsPoints":{"type":"integer","format":"int32"},"TotalPoints":{"type":"integer","format":"int32"},"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"}},"description":"VideoQualityPoints","type":"object"}}}}
```

## The List\_VideoQualityPoints\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_VideoQualityPoints_":{"title":"List<VideoQualityPoints>","type":"array","items":{"$ref":"#/components/schemas/VideoQualityPoints"}},"VideoQualityPoints":{"title":"VideoQualityPoints","properties":{"CreatedDate":{"type":"string","format":"date-time"},"MoviePoints":{"type":"integer","format":"int32"},"ShowPoints":{"type":"integer","format":"int32"},"SeasonPoints":{"type":"integer","format":"int32"},"EpisodePoints":{"type":"integer","format":"int32"},"GamePoints":{"type":"integer","format":"int32"},"ExtraActionsPoints":{"type":"integer","format":"int32"},"TotalPoints":{"type":"integer","format":"int32"},"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"}},"description":"VideoQualityPoints","type":"object"}}}}
```

## The VideoQualityByUser object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoQualityByUser":{"title":"VideoQualityByUser","properties":{"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"},"QualityPoints":{"type":"array","items":{"$ref":"#/components/schemas/VideoQualityPoints"}}},"description":"VideoQualityByUser","type":"object"},"VideoQualityPoints":{"title":"VideoQualityPoints","properties":{"CreatedDate":{"type":"string","format":"date-time"},"MoviePoints":{"type":"integer","format":"int32"},"ShowPoints":{"type":"integer","format":"int32"},"SeasonPoints":{"type":"integer","format":"int32"},"EpisodePoints":{"type":"integer","format":"int32"},"GamePoints":{"type":"integer","format":"int32"},"ExtraActionsPoints":{"type":"integer","format":"int32"},"TotalPoints":{"type":"integer","format":"int32"},"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"}},"description":"VideoQualityPoints","type":"object"}}}}
```

## The List\_VideoQualityByUser\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_VideoQualityByUser_":{"title":"List<VideoQualityByUser>","type":"array","items":{"$ref":"#/components/schemas/VideoQualityByUser"}},"VideoQualityByUser":{"title":"VideoQualityByUser","properties":{"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"},"QualityPoints":{"type":"array","items":{"$ref":"#/components/schemas/VideoQualityPoints"}}},"description":"VideoQualityByUser","type":"object"},"VideoQualityPoints":{"title":"VideoQualityPoints","properties":{"CreatedDate":{"type":"string","format":"date-time"},"MoviePoints":{"type":"integer","format":"int32"},"ShowPoints":{"type":"integer","format":"int32"},"SeasonPoints":{"type":"integer","format":"int32"},"EpisodePoints":{"type":"integer","format":"int32"},"GamePoints":{"type":"integer","format":"int32"},"ExtraActionsPoints":{"type":"integer","format":"int32"},"TotalPoints":{"type":"integer","format":"int32"},"UserId":{"type":"integer","format":"int32"},"UserName":{"type":"string"}},"description":"VideoQualityPoints","type":"object"}}}}
```

## The ExecutiveSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExecutiveSummary":{"title":"ExecutiveSummary","properties":{"Movies":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"MoviesSOS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"MoviesBTS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"MoviesAlt":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"Shows":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"ShowsSOS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"ShowsBTS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"ShowsAlt":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"SeasonsSOS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"SeasonsBTS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"SeasonsAlt":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"Episodes":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"EpisodesSOS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"EpisodesBTS":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"EpisodesAlt":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}},"Games":{"type":"array","items":{"$ref":"#/components/schemas/ExecutiveSummaryItem"}}},"description":"ExecutiveSummary","type":"object"},"ExecutiveSummaryItem":{"title":"ExecutiveSummaryItem","properties":{"Year":{"type":"integer","format":"int32"},"Month":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"description":"ExecutiveSummaryItem","type":"object"}}}}
```

## The ExecutiveSummaryItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ExecutiveSummaryItem":{"title":"ExecutiveSummaryItem","properties":{"Year":{"type":"integer","format":"int32"},"Month":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"description":"ExecutiveSummaryItem","type":"object"}}}}
```

## The ResponseApiStatistics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResponseApiStatistics":{"title":"ResponseApiStatistics","properties":{"CustomerName":{"type":"string"},"Email":{"type":"string"},"FullName":{"type":"string"},"CustomerId":{"type":"string"},"AsDisplayName":{"type":"string"},"ProductName":{"type":"string"},"CreatedDate":{"type":"string","format":"date-time"},"CountBlocked":{"type":"integer","format":"int32"},"CountFailed":{"type":"integer","format":"int32"},"CountOther":{"type":"integer","format":"int32"},"CountSuccess":{"type":"integer","format":"int32"},"CountTotal":{"type":"integer","format":"int32"},"TimeStamp":{"type":"string","format":"date-time"}},"description":"ResponseApiStatistics","type":"object"}}}}
```

## The List\_ResponseApiStatistics\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ResponseApiStatistics_":{"title":"List<ResponseApiStatistics>","type":"array","items":{"$ref":"#/components/schemas/ResponseApiStatistics"}},"ResponseApiStatistics":{"title":"ResponseApiStatistics","properties":{"CustomerName":{"type":"string"},"Email":{"type":"string"},"FullName":{"type":"string"},"CustomerId":{"type":"string"},"AsDisplayName":{"type":"string"},"ProductName":{"type":"string"},"CreatedDate":{"type":"string","format":"date-time"},"CountBlocked":{"type":"integer","format":"int32"},"CountFailed":{"type":"integer","format":"int32"},"CountOther":{"type":"integer","format":"int32"},"CountSuccess":{"type":"integer","format":"int32"},"CountTotal":{"type":"integer","format":"int32"},"TimeStamp":{"type":"string","format":"date-time"}},"description":"ResponseApiStatistics","type":"object"}}}}
```

## The QueryGameResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryGameResponse":{"title":"QueryGameResponse","properties":{"PublishedId":{"type":"integer","format":"int32"},"Title":{"type":"string"},"FirstReleasedYear":{"type":"string"},"CopyRightHolder":{"type":"string"}},"description":"QueryGameResponse","type":"object"}}}}
```

## The List\_QueryGameResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_QueryGameResponse_":{"title":"List<QueryGameResponse>","type":"array","items":{"$ref":"#/components/schemas/QueryGameResponse"}},"QueryGameResponse":{"title":"QueryGameResponse","properties":{"PublishedId":{"type":"integer","format":"int32"},"Title":{"type":"string"},"FirstReleasedYear":{"type":"string"},"CopyRightHolder":{"type":"string"}},"description":"QueryGameResponse","type":"object"}}}}
```

## The List\_Int64\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Int64_":{"title":"List<Int64>","type":"array","items":{"type":"integer","format":"int64"}}}}}
```

## The QueryResponse\_EIDRMovies\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EIDRMovies_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EIDRMovies"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EIDRMovies>","type":"object"},"EIDRMovies":{"title":"EIDRMovies","properties":{"originid":{"type":"string"},"eidrid":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"}},"description":"EIDRMovies","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EIDRMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMovies":{"title":"EIDRMovies","properties":{"originid":{"type":"string"},"eidrid":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"}},"description":"EIDRMovies","type":"object"}}}}
```

## The QueryResponse\_EIDRShows\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EIDRShows_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EIDRShows"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EIDRShows>","type":"object"},"EIDRShows":{"title":"EIDRShows","properties":{"originid":{"type":"string"},"eidrid":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"}},"description":"EIDRShows","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EIDRShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRShows":{"title":"EIDRShows","properties":{"originid":{"type":"string"},"eidrid":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"}},"description":"EIDRShows","type":"object"}}}}
```

## The QueryResponse\_EIDRMoviesVersionTwo\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EIDRMoviesVersionTwo_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EIDRMoviesVersionTwo"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EIDRMoviesVersionTwo>","type":"object"},"EIDRMoviesVersionTwo":{"title":"EIDRMoviesVersionTwo","properties":{"OriginId":{"type":"string"},"EIDRId":{"type":"string"},"EIDRModified":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"},"RecordModified":{"type":"string","format":"date-time"},"IMDB":{"type":"string"},"TMDB":{"type":"string"}},"description":"EIDRMoviesVersionTwo","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EIDRMoviesVersionTwo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRMoviesVersionTwo":{"title":"EIDRMoviesVersionTwo","properties":{"OriginId":{"type":"string"},"EIDRId":{"type":"string"},"EIDRModified":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"},"RecordModified":{"type":"string","format":"date-time"},"IMDB":{"type":"string"},"TMDB":{"type":"string"}},"description":"EIDRMoviesVersionTwo","type":"object"}}}}
```

## The QueryResponse\_EIDRShowsVersionTwo\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EIDRShowsVersionTwo_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EIDRShowsVersionTwo"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EIDRShowsVersionTwo>","type":"object"},"EIDRShowsVersionTwo":{"title":"EIDRShowsVersionTwo","properties":{"OriginId":{"type":"string"},"EIDRId":{"type":"string"},"EIDRModified":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"},"RecordModified":{"type":"string","format":"date-time"},"IMDB":{"type":"string"},"TMDB":{"type":"string"}},"description":"EIDRShowsVersionTwo","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EIDRShowsVersionTwo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EIDRShowsVersionTwo":{"title":"EIDRShowsVersionTwo","properties":{"OriginId":{"type":"string"},"EIDRId":{"type":"string"},"EIDRModified":{"type":"string","format":"date-time"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"LanguageName":{"type":"string"},"CompanyName":{"type":"string"},"ACTOR1":{"type":"string"},"ACTOR2":{"type":"string"},"ACTOR3":{"type":"string"},"ACTOR4":{"type":"string"},"Director":{"type":"string"},"CountryOfOrigin":{"type":"string"},"RecordModified":{"type":"string","format":"date-time"},"IMDB":{"type":"string"},"TMDB":{"type":"string"}},"description":"EIDRShowsVersionTwo","type":"object"}}}}
```

## The QueryResponse\_MovieAltIdSummary\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MovieAltIdSummary_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MovieAltIdSummary"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MovieAltIdSummary>","type":"object"},"MovieAltIdSummary":{"title":"MovieAltIdSummary","properties":{"Type":{"type":"string"},"recs":{"type":"integer","format":"int32"}},"description":"MovieAltIdSummary","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MovieAltIdSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MovieAltIdSummary":{"title":"MovieAltIdSummary","properties":{"Type":{"type":"string"},"recs":{"type":"integer","format":"int32"}},"description":"MovieAltIdSummary","type":"object"}}}}
```

## The QueryResponse\_UpcomingShowsWithIssues\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_UpcomingShowsWithIssues_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/UpcomingShowsWithIssues"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<UpcomingShowsWithIssues>","type":"object"},"UpcomingShowsWithIssues":{"title":"UpcomingShowsWithIssues","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"UpcomingShowsWithIssues","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_Goldenshow\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_Goldenshow_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/Goldenshow"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<Goldenshow>","type":"object"},"Goldenshow":{"title":"Goldenshow","properties":{"id":{"type":"integer","format":"int32"},"OriginalTitle":{"type":"string"},"score":{"type":"integer","format":"int32"},"LastSeasonReleaseDate":{"type":"string","format":"date-time"},"Releasestatus":{"type":"string"}},"description":"Goldenshow","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The Goldenshow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Goldenshow":{"title":"Goldenshow","properties":{"id":{"type":"integer","format":"int32"},"OriginalTitle":{"type":"string"},"score":{"type":"integer","format":"int32"},"LastSeasonReleaseDate":{"type":"string","format":"date-time"},"Releasestatus":{"type":"string"}},"description":"Goldenshow","type":"object"}}}}
```

## The QueryResponse\_Goldenmovie\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_Goldenmovie_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/Goldenmovie"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<Goldenmovie>","type":"object"},"Goldenmovie":{"title":"Goldenmovie","properties":{"id":{"type":"integer","format":"int32"},"originaltitle":{"type":"string"},"score":{"type":"integer","format":"int32"},"releasedate":{"type":"string","format":"date-time"},"Releasestatus":{"type":"string"}},"description":"Goldenmovie","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The Goldenmovie object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Goldenmovie":{"title":"Goldenmovie","properties":{"id":{"type":"integer","format":"int32"},"originaltitle":{"type":"string"},"score":{"type":"integer","format":"int32"},"releasedate":{"type":"string","format":"date-time"},"Releasestatus":{"type":"string"}},"description":"Goldenmovie","type":"object"}}}}
```

## The QueryResponse\_View\_AllHandMatch\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_View_AllHandMatch_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/View_AllHandMatch"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<View_AllHandMatch>","type":"object"},"View_AllHandMatch":{"title":"View_AllHandMatch","properties":{"Name":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"AlternateId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"View_AllHandMatch","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The View\_AllHandMatch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"View_AllHandMatch":{"title":"View_AllHandMatch","properties":{"Name":{"type":"string"},"PersonId":{"type":"integer","format":"int64"},"AlternateId":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"View_AllHandMatch","type":"object"}}}}
```

## The QueryResponse\_MissMoviesTag\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissMoviesTag_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissMoviesTag"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissMoviesTag>","type":"object"},"MissMoviesTag":{"title":"MissMoviesTag","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissMoviesTag","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissMoviesTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissMoviesTag":{"title":"MissMoviesTag","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissMoviesTag","type":"object"}}}}
```

## The QueryResponse\_MissMoviesTheme\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissMoviesTheme_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissMoviesTheme"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissMoviesTheme>","type":"object"},"MissMoviesTheme":{"title":"MissMoviesTheme","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissMoviesTheme","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissMoviesTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissMoviesTheme":{"title":"MissMoviesTheme","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissMoviesTheme","type":"object"}}}}
```

## The QueryResponse\_MissShowTag\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissShowTag_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissShowTag"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissShowTag>","type":"object"},"MissShowTag":{"title":"MissShowTag","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissShowTag","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissShowTag object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissShowTag":{"title":"MissShowTag","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissShowTag","type":"object"}}}}
```

## The QueryResponse\_MissShowTheme\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissShowTheme_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissShowTheme"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissShowTheme>","type":"object"},"MissShowTheme":{"title":"MissShowTheme","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissShowTheme","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissShowTheme object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissShowTheme":{"title":"MissShowTheme","properties":{"Originid":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"MissShowTheme","type":"object"}}}}
```

## The QueryResponse\_AvailabilityReportitem\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_AvailabilityReportitem_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/AvailabilityReportitem"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<AvailabilityReportitem>","type":"object"},"AvailabilityReportitem":{"title":"AvailabilityReportitem","properties":{"Provider":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"AvailabilityReportitem","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The AvailabilityReportitem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AvailabilityReportitem":{"title":"AvailabilityReportitem","properties":{"Provider":{"type":"string"},"Count":{"type":"integer","format":"int32"}},"description":"AvailabilityReportitem","type":"object"}}}}
```

## The QueryResponse\_ProgramsInTrendingWithoutVideo\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ProgramsInTrendingWithoutVideo_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ProgramsInTrendingWithoutVideo"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ProgramsInTrendingWithoutVideo>","type":"object"},"ProgramsInTrendingWithoutVideo":{"title":"ProgramsInTrendingWithoutVideo","properties":{"ProgramType":{"type":"string"},"Id":{"type":"integer","format":"int64"},"EntertainmentId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Videos":{"type":"integer","format":"int32"},"Status":{"type":"string"},"LastTrended":{"type":"string","format":"date-time"}},"description":"ProgramsInTrendingWithoutVideo","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ProgramsInTrendingWithoutVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProgramsInTrendingWithoutVideo":{"title":"ProgramsInTrendingWithoutVideo","properties":{"ProgramType":{"type":"string"},"Id":{"type":"integer","format":"int64"},"EntertainmentId":{"type":"string"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Videos":{"type":"integer","format":"int32"},"Status":{"type":"string"},"LastTrended":{"type":"string","format":"date-time"}},"description":"ProgramsInTrendingWithoutVideo","type":"object"}}}}
```

## The QueryResponse\_MissingIMDbShows\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissingIMDbShows_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissingIMDbShows"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissingIMDbShows>","type":"object"},"MissingIMDbShows":{"title":"MissingIMDbShows","properties":{"Id":{"type":"integer","format":"int64"},"TitleID":{"type":"string"},"TitleType":{"type":"string"},"PrimaryTitle":{"type":"string"},"OriginalTitle":{"type":"string"},"IsAdult":{"type":"boolean"},"StartYear":{"type":"integer","format":"int32"},"EndYEar":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"Genres":{"type":"string"},"AverageRating":{"type":"number","format":"double"},"NumVotes":{"type":"number","format":"double"}},"description":"MissingIMDbShows","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissingIMDbShows object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissingIMDbShows":{"title":"MissingIMDbShows","properties":{"Id":{"type":"integer","format":"int64"},"TitleID":{"type":"string"},"TitleType":{"type":"string"},"PrimaryTitle":{"type":"string"},"OriginalTitle":{"type":"string"},"IsAdult":{"type":"boolean"},"StartYear":{"type":"integer","format":"int32"},"EndYEar":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"Genres":{"type":"string"},"AverageRating":{"type":"number","format":"double"},"NumVotes":{"type":"number","format":"double"}},"description":"MissingIMDbShows","type":"object"}}}}
```

## The QueryResponse\_MissingIMDbMovies\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MissingIMDbMovies_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MissingIMDbMovies"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MissingIMDbMovies>","type":"object"},"MissingIMDbMovies":{"title":"MissingIMDbMovies","properties":{"Id":{"type":"integer","format":"int64"},"TitleID":{"type":"string"},"TitleType":{"type":"string"},"PrimaryTitle":{"type":"string"},"OriginalTitle":{"type":"string"},"IsAdult":{"type":"boolean"},"StartYear":{"type":"integer","format":"int32"},"EndYEar":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"Genres":{"type":"string"},"AverageRating":{"type":"number","format":"double"},"NumVotes":{"type":"number","format":"double"}},"description":"MissingIMDbMovies","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MissingIMDbMovies object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MissingIMDbMovies":{"title":"MissingIMDbMovies","properties":{"Id":{"type":"integer","format":"int64"},"TitleID":{"type":"string"},"TitleType":{"type":"string"},"PrimaryTitle":{"type":"string"},"OriginalTitle":{"type":"string"},"IsAdult":{"type":"boolean"},"StartYear":{"type":"integer","format":"int32"},"EndYEar":{"type":"integer","format":"int32"},"Runtime":{"type":"integer","format":"int32"},"Genres":{"type":"string"},"AverageRating":{"type":"number","format":"double"},"NumVotes":{"type":"number","format":"double"}},"description":"MissingIMDbMovies","type":"object"}}}}
```

## The CaptionOrderResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CaptionOrderResponse":{"title":"CaptionOrderResponse","properties":{"Id":{"type":"integer","format":"int64"},"Status":{"type":"string"}},"description":"CaptionOrderResponse","type":"object"}}}}
```

## The AllRevCaptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AllRevCaptionsResponse":{"title":"AllRevCaptionsResponse","properties":{"TotalCount":{"description":"Total count of captions.","type":"integer","format":"int64"},"Skip":{"description":"Records to skip used with paging.","type":"integer","format":"int32"},"Take":{"description":"Page size.","type":"integer","format":"int32"},"Result":{"type":"array","items":{"$ref":"#/components/schemas/RevCaptionsResponse"}}},"description":"AllRevCaptionsResponse","type":"object"},"RevCaptionsResponse":{"title":"RevCaptionsResponse","properties":{"Id":{"description":"Caption Order Id.  Use this ID to get individual captions.","type":"integer","format":"int64"},"VideoId":{"description":"ID of the video getting captioned.","type":"integer","format":"int64"},"OrderNumber":{"description":"Rev internal order number.","type":"string"},"ReferenceId":{"description":"Optional reference Id used when creating the order.","type":"string"},"Status":{"description":"Status of the order.","type":"string"},"Comments":{"description":"List of comments from Rev.","type":"array","items":{"$ref":"#/components/schemas/RevOrderComment"}},"Captions":{"description":"List of captions.","type":"array","items":{"$ref":"#/components/schemas/RevCaptionItem"}},"Created":{"description":"DateTime order was placed.","type":"string","format":"date-time"},"Modified":{"description":"DateTime order was last modified.","type":"string","format":"date-time"},"UseSandbox":{"description":"Determines if order was placed using Rev's testing environment. ","type":"boolean"}},"description":"RevCaptionsResponse","type":"object"},"RevOrderComment":{"title":"RevOrderComment","properties":{"by":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"text":{"type":"string"}},"description":"RevOrderComment","type":"object"},"RevCaptionItem":{"title":"RevCaptionItem","properties":{"Kind":{"type":"string"},"Text":{"type":"string"},"Content_Type":{"type":"string"}},"description":"RevCaptionItem","type":"object"}}}}
```

## The RevCaptionsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevCaptionsResponse":{"title":"RevCaptionsResponse","properties":{"Id":{"description":"Caption Order Id.  Use this ID to get individual captions.","type":"integer","format":"int64"},"VideoId":{"description":"ID of the video getting captioned.","type":"integer","format":"int64"},"OrderNumber":{"description":"Rev internal order number.","type":"string"},"ReferenceId":{"description":"Optional reference Id used when creating the order.","type":"string"},"Status":{"description":"Status of the order.","type":"string"},"Comments":{"description":"List of comments from Rev.","type":"array","items":{"$ref":"#/components/schemas/RevOrderComment"}},"Captions":{"description":"List of captions.","type":"array","items":{"$ref":"#/components/schemas/RevCaptionItem"}},"Created":{"description":"DateTime order was placed.","type":"string","format":"date-time"},"Modified":{"description":"DateTime order was last modified.","type":"string","format":"date-time"},"UseSandbox":{"description":"Determines if order was placed using Rev's testing environment. ","type":"boolean"}},"description":"RevCaptionsResponse","type":"object"},"RevOrderComment":{"title":"RevOrderComment","properties":{"by":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"text":{"type":"string"}},"description":"RevOrderComment","type":"object"},"RevCaptionItem":{"title":"RevCaptionItem","properties":{"Kind":{"type":"string"},"Text":{"type":"string"},"Content_Type":{"type":"string"}},"description":"RevCaptionItem","type":"object"}}}}
```

## The RevOrderComment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrderComment":{"title":"RevOrderComment","properties":{"by":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"text":{"type":"string"}},"description":"RevOrderComment","type":"object"}}}}
```

## The RevCaptionItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevCaptionItem":{"title":"RevCaptionItem","properties":{"Kind":{"type":"string"},"Text":{"type":"string"},"Content_Type":{"type":"string"}},"description":"RevCaptionItem","type":"object"}}}}
```

## The RevCaptionOrderResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevCaptionOrderResponse":{"title":"RevCaptionOrderResponse","properties":{"Location":{"type":"string"},"ErrorCode":{"type":"string"},"errormessage":{"type":"string"}},"description":"RevCaptionOrderResponse","type":"object"}}}}
```

## The RevCaptionProcessResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevCaptionProcessResponse":{"title":"RevCaptionProcessResponse","properties":{"Complete":{"type":"boolean"},"Message":{"type":"string"}},"description":"RevCaptionProcessResponse","type":"object"}}}}
```

## The RevOrderApiResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrderApiResponse":{"title":"RevOrderApiResponse","properties":{"order_number":{"type":"string"},"client_ref":{"type":"string"},"price":{"type":"integer","format":"int32"},"status":{"type":"string"},"priority":{"type":"string"},"non_standard_tat_guarantee":{"type":"boolean"},"caption":{"$ref":"#/components/schemas/RevOrderCaption"},"comments":{"type":"array","items":{"$ref":"#/components/schemas/RevOrderComment"}},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/RevOrderAttachment"}}},"description":"RevOrderApiResponse","type":"object"},"RevOrderCaption":{"title":"RevOrderCaption","properties":{"total_length":{"type":"integer","format":"int32"},"total_length_seconds":{"type":"integer","format":"int32"}},"description":"RevOrderCaption","type":"object"},"RevOrderComment":{"title":"RevOrderComment","properties":{"by":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"text":{"type":"string"}},"description":"RevOrderComment","type":"object"},"RevOrderAttachment":{"title":"RevOrderAttachment","properties":{"kind":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"},"video_length_seconds":{"type":"integer","format":"int32"},"links":{"type":"array","items":{"$ref":"#/components/schemas/RevOrderAttachementLink"}}},"description":"RevOrderAttachment","type":"object"},"RevOrderAttachementLink":{"title":"RevOrderAttachementLink","properties":{"rel":{"type":"string"},"href":{"type":"string"},"contenttype":{"type":"string"}},"description":"RevOrderAttachementLink","type":"object"}}}}
```

## The RevOrderCaption object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrderCaption":{"title":"RevOrderCaption","properties":{"total_length":{"type":"integer","format":"int32"},"total_length_seconds":{"type":"integer","format":"int32"}},"description":"RevOrderCaption","type":"object"}}}}
```

## The RevOrderAttachment object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrderAttachment":{"title":"RevOrderAttachment","properties":{"kind":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"},"video_length_seconds":{"type":"integer","format":"int32"},"links":{"type":"array","items":{"$ref":"#/components/schemas/RevOrderAttachementLink"}}},"description":"RevOrderAttachment","type":"object"},"RevOrderAttachementLink":{"title":"RevOrderAttachementLink","properties":{"rel":{"type":"string"},"href":{"type":"string"},"contenttype":{"type":"string"}},"description":"RevOrderAttachementLink","type":"object"}}}}
```

## The RevOrderAttachementLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RevOrderAttachementLink":{"title":"RevOrderAttachementLink","properties":{"rel":{"type":"string"},"href":{"type":"string"},"contenttype":{"type":"string"}},"description":"RevOrderAttachementLink","type":"object"}}}}
```

## The RokuResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RokuResponse":{"title":"RokuResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RokuResponse","type":"object"}}}}
```

## The ReviewData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReviewData":{"title":"ReviewData","properties":{"FanSummary":{"$ref":"#/components/schemas/FanSummary"},"CriticSummary":{"$ref":"#/components/schemas/CriticSummary"},"Reviews":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesReview"}},"Ratings":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesRating"}}},"description":"ReviewData","type":"object"},"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"},"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"},"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The FanSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The SummaryScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The CriticSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The SummaryFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The RottenTomatoesReview object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The ReviewFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"}}}}
```

## The Critic object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"}}}}
```

## The Publication object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The RottenTomatoesRating object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The RatingScore object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The RottenTomatoesMatchResposnse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RottenTomatoesMatchResposnse":{"title":"RottenTomatoesMatchResposnse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RottenTomatoesMatchResposnse","type":"object"}}}}
```

## The RottenTomatoesReviewsResposnse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RottenTomatoesReviewsResposnse":{"title":"RottenTomatoesReviewsResposnse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RottenTomatoesReviewsResposnse","type":"object"}}}}
```

## The List\_ShowResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowResponse_":{"title":"List<ShowResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowResponse"}},"ShowResponse":{"title":"ShowResponse","required":["OriginalTitle","Year"],"properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Show.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Show record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Show record last modified.","type":"string","format":"date-time"},"Deleted":{"description":"Flag signifies if Show record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Release year of Show.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Show original language.","type":"string"},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowGenre"}},"Releases":{"description":"List of releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowTheme"}},"Images":{"description":"List of images associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowImage"}},"Videos":{"description":"List of videos associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowVideo"}},"ExternalIds":{"description":"List of external Ids associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"OriginatingNetwork":{"description":"Last network new episodes aired on.","type":"string"},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}},"EpisodeVideos":{"description":"All EpisodesVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoExtended"}},"SeasonVideos":{"description":"All SeasonVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoExtended"}},"Availabilities":{"description":"List of show availability.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"ShowResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"},"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"},"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"},"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"},"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"},"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"}}}}
```

## The AllShowsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"AllShowsResponse":{"title":"AllShowsResponse","properties":{"TotalCount":{"description":"Total count of shows.","type":"integer","format":"int32"},"Skip":{"description":"Records to skip used with paging.","type":"integer","format":"int32"},"Take":{"description":"Page size.","type":"integer","format":"int32"},"Result":{"type":"array","items":{"$ref":"#/components/schemas/Show"}}},"description":"AllShowsResponse","type":"object"},"Show":{"title":"Show","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Show.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Show record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Show record last modified.","type":"string","format":"date-time"},"Deleted":{"description":"Flag signifies if Show record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Release year of Show.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Show original language.","type":"string"},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowGenre"}},"Releases":{"description":"List of releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowTheme"}},"Images":{"description":"List of images associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowImage"}},"Videos":{"description":"List of videos associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowVideo"}},"ExternalIds":{"description":"List of external Ids associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"OriginatingNetwork":{"description":"Last network new episodes aired on.","type":"string"},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}},"EpisodeVideos":{"description":"All EpisodesVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoExtended"}},"SeasonVideos":{"description":"All SeasonVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoExtended"}},"Availabilities":{"description":"List of show availability.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"Show","type":"object"},"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"},"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"},"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"},"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"},"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"},"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"}}}}
```

## The Show object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Show":{"title":"Show","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Show.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Show record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Show record last modified.","type":"string","format":"date-time"},"Deleted":{"description":"Flag signifies if Show record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Release year of Show.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Show original language.","type":"string"},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowGenre"}},"Releases":{"description":"List of releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowTheme"}},"Images":{"description":"List of images associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowImage"}},"Videos":{"description":"List of videos associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowVideo"}},"ExternalIds":{"description":"List of external Ids associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"OriginatingNetwork":{"description":"Last network new episodes aired on.","type":"string"},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}},"EpisodeVideos":{"description":"All EpisodesVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoExtended"}},"SeasonVideos":{"description":"All SeasonVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoExtended"}},"Availabilities":{"description":"List of show availability.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"Show","type":"object"},"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"},"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"},"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"},"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"},"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"},"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"}}}}
```

## The DbShowResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowResponse":{"title":"DbShowResponse","properties":{"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"DbShowResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The DbShowThemeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowThemeResponse":{"title":"DbShowThemeResponse","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowThemeResponse","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowImageResponse":{"title":"DbShowImageResponse","properties":{"Id":{"description":"Id of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"Id of Show associated with ShowImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width of ShowImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of ShowImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The DbSeasonResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonResponse":{"title":"DbSeasonResponse","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeasonResponse","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The DbShowChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowChangeResponse":{"title":"DbShowChangeResponse","properties":{"ChangeId":{"description":"Unique ID of ShowChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime ShowChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"ShowChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"DbShowChangeResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The List\_DbShowChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowChangeResponse_":{"title":"List<DbShowChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowChangeResponse"}},"DbShowChangeResponse":{"title":"DbShowChangeResponse","properties":{"ChangeId":{"description":"Unique ID of ShowChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime ShowChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"ShowChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a Show.","type":"integer","format":"int64"},"Created":{"description":"Datetime Show was created.","type":"string","format":"date-time"},"Modified":{"description":"Datetime Show was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Show.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating if Show is deleted.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show.","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Year of Show's first release.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of OriginalLanguage of Show.","type":"integer","format":"int32"},"CountriesOfOrigin":{"description":"Show countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to other record.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenre"}},"Releases":{"description":"List of Releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateId"}},"Descriptions":{"description":"List of Descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowCompany"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowTheme"}},"Images":{"description":"List of Images for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowImage"}},"Videos":{"description":"List of Videos for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideo"}},"Seasons":{"description":"List of Seasons for this Show.","type":"array","items":{"$ref":"#/components/schemas/DbSeason"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified this Show."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for Original Language of this Show."},"OriginatingNetworkId":{"description":"Originating network the show appeared on.  In the event new shows move to a new network, we will switch to last originating network.","type":"integer","format":"int32"},"OriginatingNetwork":{"$ref":"#/components/schemas/DbNetwork"}},"description":"DbShowChangeResponse","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"DbShowShowGenre":{"title":"DbShowShowGenre","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenre","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"},"DbShowRelease":{"title":"DbShowRelease","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbShowAlternateTitle":{"title":"DbShowAlternateTitle","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbShowAlternateId":{"title":"DbShowAlternateId","properties":{"Id":{"description":"Unique ID of a ShowAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a ShowAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"ShowAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateId.","type":"integer","format":"int32"},"ShowId":{"description":"ID of Show associated with ShowAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Show and ShowAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of ShowAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified ShowAlternateId."}},"description":"DbShowAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbShowDescription":{"title":"DbShowDescription","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescription","type":"object"},"DbShowCompany":{"title":"DbShowCompany","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompany","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowTag":{"title":"DbShowTag","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbShowTheme":{"title":"DbShowTheme","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowTheme","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbShowImage":{"title":"DbShowImage","properties":{"Id":{"description":"Unique ID of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of ShowImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with ShowImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Tags":{"description":"Tags for ShowImage.","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbShowImageTag":{"title":"DbShowImageTag","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbShowVideo":{"title":"DbShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbSeason":{"title":"DbSeason","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeason","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbNetwork":{"title":"DbNetwork","properties":{"Id":{"description":"Unique ID Network.","type":"integer","format":"int32"},"Name":{"description":"Call Sign of Network.  Ex: ABC, CBS, NBC","type":"string"},"FullName":{"description":"Full name of the network.  Ex:  American Broadcast Corporation (ABC)","type":"string"},"ProviderName":{"description":"Provider name of the network correlating to Enum used for availabilities.","type":"string"},"Logo":{"description":"URL to logo image.","type":"string"},"Modified":{"description":"DateTime network record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"AlternateNames":{"description":"Alternate Names for matching networks.","type":"array","items":{"type":"string"}},"Packages":{"description":"List of packages network belongs to.","type":"array","items":{"type":"string"}}},"description":"DbNetwork","type":"object"}}}}
```

## The DbShowDescriptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowDescriptionResponse":{"title":"DbShowDescriptionResponse","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbShowDescriptionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowDescriptionResponse_":{"title":"List<DbShowDescriptionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowDescriptionResponse"}},"DbShowDescriptionResponse":{"title":"DbShowDescriptionResponse","properties":{"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowReleaseResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowReleaseResponse":{"title":"DbShowReleaseResponse","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowReleaseResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowReleaseResponse_":{"title":"List<DbShowReleaseResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowReleaseResponse"}},"DbShowReleaseResponse":{"title":"DbShowReleaseResponse","properties":{"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowShowGenreResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowShowGenreResponse":{"title":"DbShowShowGenreResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenreResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The List\_DbShowShowGenreResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowShowGenreResponse_":{"title":"List<DbShowShowGenreResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowShowGenreResponse"}},"DbShowShowGenreResponse":{"title":"DbShowShowGenreResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowShowGenre.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowShowGenre.","type":"integer","format":"int64"},"GenreId":{"description":"ID of Genre associated with ShowShowGenre.","type":"integer","format":"int32"},"Modified":{"description":"Datetime when the ShowShowGenre was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowShowGenre.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowShowGenre"},"ShowGenre":{"$ref":"#/components/schemas/DbShowGenre","description":"ID of ShowGenre associated with ShowShowGenre."}},"description":"DbShowShowGenreResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowGenre":{"title":"DbShowGenre","properties":{"Id":{"description":"ID of ShowGenre.","type":"integer","format":"int32"},"Genre":{"description":"Genre associated with Show.","type":"string"},"IABUniqueId":{"description":"Unique IAB Id for Genre.","type":"integer","format":"int32"},"IABParentId":{"description":"IAB Parent Id of IABUniqueId for Genre.","type":"integer","format":"int32"}},"description":"DbShowGenre","type":"object"}}}}
```

## The ShowContributorResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowContributorResponse":{"title":"ShowContributorResponse","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributorResponse","type":"object"}}}}
```

## The List\_ShowContributorResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ShowContributorResponse_":{"title":"List<ShowContributorResponse>","type":"array","items":{"$ref":"#/components/schemas/ShowContributorResponse"}},"ShowContributorResponse":{"title":"ShowContributorResponse","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributorResponse","type":"object"}}}}
```

## The DbShowAlternateTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateTitleResponse":{"title":"DbShowAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbShowAlternateTitleResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowAlternateTitleResponse_":{"title":"List<DbShowAlternateTitleResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitleResponse"}},"DbShowAlternateTitleResponse":{"title":"DbShowAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowCompanyResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowCompanyResponse":{"title":"DbShowCompanyResponse","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompanyResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The List\_DbShowCompanyResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowCompanyResponse_":{"title":"List<DbShowCompanyResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowCompanyResponse"}},"DbShowCompanyResponse":{"title":"DbShowCompanyResponse","properties":{"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompanyResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The List\_DbShowTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowTagResponse_":{"title":"List<DbShowTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowTagResponse"}},"DbShowTagResponse":{"title":"DbShowTagResponse","properties":{"Id":{"description":"Unique ID of ShowTag.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with ShowTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of ShowTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTag."}},"description":"DbShowTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowThemeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowThemeResponse_":{"title":"List<DbShowThemeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowThemeResponse"}},"DbShowThemeResponse":{"title":"DbShowThemeResponse","properties":{"Id":{"description":"Unique ID of the ShowTheme.","type":"integer","format":"int32"},"ShowId":{"description":"Show ID to associate with Theme.","type":"integer","format":"int64"},"ThemeId":{"description":"Theme ID to assoiate with Show.","type":"integer","format":"int32"},"Modified":{"description":"DateTime ShowTheme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this ShowTheme.","type":"integer","format":"int32"},"Theme":{"$ref":"#/components/schemas/DbTheme","description":"Theme object related to ThemeId of ShowTheme."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowTheme."}},"description":"DbShowThemeResponse","type":"object"},"DbTheme":{"title":"DbTheme","properties":{"Id":{"description":"Unique ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"},"Modified":{"description":"DateTime Theme was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Theme.","type":"integer","format":"int32"}},"description":"DbTheme","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoResponse":{"title":"DbShowVideoResponse","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbShowVideoResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowVideoResponse_":{"title":"List<DbShowVideoResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoResponse"}},"DbShowVideoResponse":{"title":"DbShowVideoResponse","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with ShowVideo.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"TypeId":{"description":"ID of VideoType for the ShowVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the ShowVideo."},"Created":{"description":"Description of the ShowVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime ShowVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied ShowVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with ShowVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with ShowVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with ShowVideo."},"CompanyId":{"description":"ID of Company associated with ShowVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with ShowVideo."},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountry"}},"Certification":{"description":"Ceritfication for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"}},"description":"DbShowVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbShowVideoScreenCapture":{"title":"DbShowVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbShowVideoEncode":{"title":"DbShowVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbShowVideoTargetCountry":{"title":"DbShowVideoTargetCountry","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbShowImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowImageResponse_":{"title":"List<DbShowImageResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowImageResponse"}},"DbShowImageResponse":{"title":"DbShowImageResponse","properties":{"Id":{"description":"Id of ShowImage.","type":"integer","format":"int64"},"ShowId":{"description":"Id of Show associated with ShowImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width of ShowImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of ShowImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of ShowImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with ShowImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"DbShowImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The List\_SeasonResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SeasonResponse_":{"title":"List<SeasonResponse>","type":"array","items":{"$ref":"#/components/schemas/SeasonResponse"}},"SeasonResponse":{"title":"SeasonResponse","properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"SeasonResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"}}}}
```

## The DbSeasonImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonImageResponse":{"title":"DbSeasonImageResponse","properties":{"Id":{"description":"Id of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"Id of Movie associated with SeasonImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width of SeasonImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of SeasonImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The DbEpisodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeResponse":{"title":"DbEpisodeResponse","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisodeResponse","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The List\_Show\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Show_":{"title":"List<Show>","type":"array","items":{"$ref":"#/components/schemas/Show"}},"Show":{"title":"Show","required":["OriginalTitle","Year"],"properties":{"Id":{"description":"Unique ID of the Show.","type":"integer","format":"int64"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Show record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Show record last modified.","type":"string","format":"date-time"},"Deleted":{"description":"Flag signifies if Show record is 'Deleted'.","type":"boolean"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalTitle":{"description":"Original title of Show","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Show.","type":"string","format":"date-time"},"Year":{"description":"Release year of Show.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"ID of Show original language.","type":"string"},"OfficialSiteUrl":{"description":"Show website home page.","type":"string"},"Status":{"description":"Status of the show.","type":"string"},"Type":{"description":"Type of show.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate shows with identical titles and year.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Genres":{"description":"List of genres associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowGenre"}},"Releases":{"description":"List of releases associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Show.","type":"array","items":{"$ref":"#/components/schemas/ShowDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Show.","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Themes":{"description":"List of themes associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowTheme"}},"Images":{"description":"List of images associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowImage"}},"Videos":{"description":"List of videos associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ShowVideo"}},"ExternalIds":{"description":"List of external Ids associated with Show.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"OriginatingNetwork":{"description":"Last network new episodes aired on.","type":"string"},"Seasons":{"type":"array","items":{"$ref":"#/components/schemas/Season"}},"EpisodeVideos":{"description":"All EpisodesVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoExtended"}},"SeasonVideos":{"description":"All SeasonVideos including season and episode number.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoExtended"}},"Availabilities":{"description":"List of show availability.","type":"array","items":{"$ref":"#/components/schemas/ShowAvailabilityResponse"}}},"description":"Show","type":"object"},"ShowGenre":{"title":"ShowGenre","properties":{"Id":{"description":"Id of the Genre object.","type":"integer","format":"int32"},"Name":{"description":"Name of the Genre.","type":"string"}},"description":"ShowGenre","type":"object"},"ShowRelease":{"title":"ShowRelease","properties":{"Id":{"description":"Unique Id of this ShowRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this ShowRelease.","type":"string"},"Country":{"description":"The Country Show was released.","type":"string"},"CountryId":{"description":"Country ID associated with this ShowRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for ShowRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowRelease","type":"object"},"ShowContributor":{"title":"ShowContributor","properties":{"PersonId":{"description":"ID of Person associated with ShowContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with ShowContributor.","type":"string"},"Job":{"description":"Job of Person associated with ShowContributor.","type":"string"},"Character":{"description":"Role played by ShowContributor.","type":"string"},"Characters":{"description":"Roles played by ShowContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Number of episodes this actors contributed.","type":"integer","format":"int32"}},"description":"ShowContributor","type":"object"},"ShowAlternateTitle":{"title":"ShowAlternateTitle","properties":{"Id":{"description":"Unique ID of this ShowAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowAlternateTitle","type":"object"},"ShowDescription":{"title":"ShowDescription","properties":{"Id":{"description":"Unique ID of this ShowDescription","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"Language":{"description":"Language object for language of ShowDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"ShowTheme":{"title":"ShowTheme","properties":{"ThemeId":{"description":"ID of the Theme.","type":"integer","format":"int32"},"Name":{"description":"Name of the Theme.","type":"string"}},"description":"ShowTheme","type":"object"},"ShowImage":{"title":"ShowImage","properties":{"Id":{"description":"Unique ID of this ShowImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of ShowImage.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowImage.","type":"string"},"Width":{"description":"Width in pixels of ShowImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with ShowImage.","type":"string"},"Tags":{"description":"List of Tags associated with this ShowImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with ShowImage.","type":"integer","format":"int64"}},"description":"ShowImage","type":"object"},"ShowVideo":{"title":"ShowVideo","properties":{"Id":{"description":"Unique ID of ShowVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowVideo, not Show.","type":"string"},"Type":{"description":"VideoType for the ShowVideo.","type":"string"},"StartDate":{"description":"First date of ShowVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date ShowVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of ShowVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with MovieVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with ShowVideo.","type":"string"},"Company":{"description":"Company associated with ShowVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/ShowVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by ShowVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for ShowVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of ShowVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of ShowVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime ShowVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideo","type":"object"},"ShowVideoScreenCapture":{"title":"ShowVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoScreenCapture","type":"object"},"ShowVideoEncode":{"title":"ShowVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"ShowVideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"ShowVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"},"EpisodeVideoExtended":{"title":"EpisodeVideoExtended","properties":{"EpisodeNumber":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoExtended","type":"object"},"SeasonVideoExtended":{"title":"SeasonVideoExtended","properties":{"SeasonNumber":{"type":"integer","format":"int32"},"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoExtended","type":"object"},"ShowAvailabilityResponse":{"title":"ShowAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"ShowAvailabilityResponse","type":"object"}}}}
```

## The DbShowDescriptionChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowDescriptionChangeResponse":{"title":"DbShowDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbShowDescriptionChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowDescriptionChangeResponse_":{"title":"List<DbShowDescriptionChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowDescriptionChangeResponse"}},"DbShowDescriptionChangeResponse":{"title":"DbShowDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of ShowDescription.","type":"integer","format":"int64"},"Description":{"description":"Show Description.","type":"string"},"Attribution":{"description":"Source of ShowDescription.","type":"string"},"ShowId":{"description":"ID of Show associated with ShowDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of ShowDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime ShowDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of ShowDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowDescription."}},"description":"DbShowDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowReleaseChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowReleaseChangeResponse":{"title":"DbShowReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowReleaseChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowReleaseChangeResponse_":{"title":"List<DbShowReleaseChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowReleaseChangeResponse"}},"DbShowReleaseChangeResponse":{"title":"DbShowReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of MovieRelease.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Movie associated with this ShowRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this ShowRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the type of this ShowRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this ShowRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Show was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for ShowRelease.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for ShowRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of ShowRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of ShowRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowRelease"}},"description":"DbShowReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowAlternateTitleChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowAlternateTitleChangeResponse":{"title":"DbShowAlternateTitleChangeResponse","properties":{"ChangeId":{"description":"ID of ShowAlternateTitleChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime ShowAlternateTitleChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"ShowAlternateTitleChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitleChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbShowAlternateTitleChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowAlternateTitleChangeResponse_":{"title":"List<DbShowAlternateTitleChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowAlternateTitleChangeResponse"}},"DbShowAlternateTitleChangeResponse":{"title":"DbShowAlternateTitleChangeResponse","properties":{"ChangeId":{"description":"ID of ShowAlternateTitleChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime ShowAlternateTitleChange was created.","type":"string","format":"date-time"},"ChangeStatus":{"description":"ShowAlternateTitleChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of a ShowAlternateTitle.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of ShowAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with ShowAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of ShowAlternateTitle."}},"description":"DbShowAlternateTitleChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbShowCompanyChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowCompanyChangeResponse":{"title":"DbShowCompanyChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompanyChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The List\_DbShowCompanyChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowCompanyChangeResponse_":{"title":"List<DbShowCompanyChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowCompanyChangeResponse"}},"DbShowCompanyChangeResponse":{"title":"DbShowCompanyChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of ShowCompany.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show associated with ShowCompany.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company associated with ShowCompany.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowCompany was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowCompany.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowCompany."},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company object fopr Company associated with ShowCompany."}},"description":"DbShowCompanyChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"}}}}
```

## The DbShowVideoEncodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoEncodeResponse":{"title":"DbShowVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowVideoEncodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowVideoEncodeResponse_":{"title":"List<DbShowVideoEncodeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoEncodeResponse"}},"DbShowVideoEncodeResponse":{"title":"DbShowVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of ShowVideoEncode.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of ShowVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the ShowVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of ShowVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"ShowVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoEncode."}},"description":"DbShowVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideoScreenCaptureResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoScreenCaptureResponse":{"title":"DbShowVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowVideoScreenCaptureResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowVideoScreenCaptureResponse_":{"title":"List<DbShowVideoScreenCaptureResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoScreenCaptureResponse"}},"DbShowVideoScreenCaptureResponse":{"title":"DbShowVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of ShowVideoScreenCapture.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the ShowVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of ShowVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of ShowVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of ShowVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoScreenCapture."}},"description":"DbShowVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowVideoTargetCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowVideoTargetCountryResponse":{"title":"DbShowVideoTargetCountryResponse","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowVideoTargetCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowVideoTargetCountryResponse_":{"title":"List<DbShowVideoTargetCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowVideoTargetCountryResponse"}},"DbShowVideoTargetCountryResponse":{"title":"DbShowVideoTargetCountryResponse","properties":{"Id":{"description":"ID of ShowVideoTargetCountry.","type":"integer","format":"int64"},"ShowVideoId":{"description":"ID of ShowVideo associated with ShowVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with ShowVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime ShowVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with ShowVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowVideoTargetCountry."}},"description":"DbShowVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbShowImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowImageTagResponse":{"title":"DbShowImageTagResponse","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowImageTagResponse_":{"title":"List<DbShowImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTagResponse"}},"DbShowImageTagResponse":{"title":"DbShowImageTagResponse","properties":{"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonDescriptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonDescriptionResponse":{"title":"DbSeasonDescriptionResponse","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbSeasonDescriptionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonDescriptionResponse_":{"title":"List<DbSeasonDescriptionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescriptionResponse"}},"DbSeasonDescriptionResponse":{"title":"DbSeasonDescriptionResponse","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbSeasonReleaseResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonReleaseResponse":{"title":"DbSeasonReleaseResponse","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonReleaseResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonReleaseResponse_":{"title":"List<DbSeasonReleaseResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonReleaseResponse"}},"DbSeasonReleaseResponse":{"title":"DbSeasonReleaseResponse","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The SeasonContributorResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonContributorResponse":{"title":"SeasonContributorResponse","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributorResponse","type":"object"}}}}
```

## The List\_SeasonContributorResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SeasonContributorResponse_":{"title":"List<SeasonContributorResponse>","type":"array","items":{"$ref":"#/components/schemas/SeasonContributorResponse"}},"SeasonContributorResponse":{"title":"SeasonContributorResponse","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributorResponse","type":"object"}}}}
```

## The DbSeasonAlternateTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonAlternateTitleResponse":{"title":"DbSeasonAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbSeasonAlternateTitleResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonAlternateTitleResponse_":{"title":"List<DbSeasonAlternateTitleResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitleResponse"}},"DbSeasonAlternateTitleResponse":{"title":"DbSeasonAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbSeasonVideoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoResponse":{"title":"DbSeasonVideoResponse","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbSeasonVideoResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoResponse_":{"title":"List<DbSeasonVideoResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoResponse"}},"DbSeasonVideoResponse":{"title":"DbSeasonVideoResponse","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbSeasonImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonImageResponse_":{"title":"List<DbSeasonImageResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageResponse"}},"DbSeasonImageResponse":{"title":"DbSeasonImageResponse","properties":{"Id":{"description":"Id of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"Id of Movie associated with SeasonImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width of SeasonImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of SeasonImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The DbSeasonChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonChangeResponse":{"title":"DbSeasonChangeResponse","properties":{"ChangeId":{"description":"Unique ID of SeasonChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime SeasonChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"SeasonChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeasonChangeResponse","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The List\_DbSeasonChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonChangeResponse_":{"title":"List<DbSeasonChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonChangeResponse"}},"DbSeasonChangeResponse":{"title":"DbSeasonChangeResponse","properties":{"ChangeId":{"description":"Unique ID of SeasonChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime SeasonChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"SeasonChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modifiied.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Season original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Season record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonRelease"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideo"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/DbEpisode"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Season."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Season."}},"description":"DbSeasonChangeResponse","type":"object"},"DbSeasonRelease":{"title":"DbSeasonRelease","properties":{"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbSeasonAlternateTitle":{"title":"DbSeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of a SeasonAlternateTitle.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateTitle.","type":"integer","format":"int64"},"Title":{"type":"string"},"CountryId":{"description":"ID of Country associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with SeasonAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonAlternateTitle."}},"description":"DbSeasonAlternateTitle","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbSeasonAlternateId":{"title":"DbSeasonAlternateId","properties":{"Id":{"description":"Unique ID of a SeasonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a SeasonAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"SeasonAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonAlternateId.","type":"integer","format":"int32"},"SeasonId":{"description":"ID of Season associated with SeasonAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Season and SeasonAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of SeasonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object fro user who last modified SeasonAlternateId."}},"description":"DbSeasonAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbSeasonDescription":{"title":"DbSeasonDescription","properties":{"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescription","type":"object"},"DbSeasonImage":{"title":"DbSeasonImage","properties":{"Id":{"description":"Unique ID of SeasonImage.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of SeasonImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with SeasonImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of SeasonImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with SeasonImage."},"Tags":{"description":"Tags for SeasonImage.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"DbSeasonImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbSeasonImageTag":{"title":"DbSeasonImageTag","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbSeasonVideo":{"title":"DbSeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with SeasonVideo.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the SeasonVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the SeasonVideo."},"Created":{"description":"Description of the SeasonVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime SeasonVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied SeasonVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with SeasonVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with SeasonVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with SeasonVideo."},"CompanyId":{"description":"ID of Company associated with SeasonVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with SeasonVideo."},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountry"}},"Certification":{"description":"Ceritfication for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"}},"description":"DbSeasonVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbSeasonVideoScreenCapture":{"title":"DbSeasonVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCapture","type":"object"},"DbSeasonVideoEncode":{"title":"DbSeasonVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbSeasonVideoTargetCountry":{"title":"DbSeasonVideoTargetCountry","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountry","type":"object"},"DbEpisode":{"title":"DbEpisode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisode","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The List\_EpisodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_EpisodeResponse_":{"title":"List<EpisodeResponse>","type":"array","items":{"$ref":"#/components/schemas/EpisodeResponse"}},"EpisodeResponse":{"title":"EpisodeResponse","properties":{"ReportedProblems":{"description":"Reported problems (Acquisition title problem reports) for this program.","type":"array","items":{"$ref":"#/components/schemas/AcquisitionTitleProblemReportResponse"}},"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"EpisodeResponse","type":"object"},"AcquisitionTitleProblemReportResponse":{"title":"AcquisitionTitleProblemReportResponse","required":["ProgramId","ProgramType","ReasonCodeId","Explanation"],"properties":{"ProgramTitle":{"description":"Resolved display title for the requested program.","type":"string"},"ReasonCode":{"$ref":"#/components/schemas/AcquisitionTitleProblemReasonCode"},"ReportedByName":{"description":"Full name of the person who reported the problem.","type":"string"},"Id":{"description":"Unique ID of the title problem report.","type":"integer","format":"int64"},"ProgramId":{"description":"Program ID in Entertainment.","type":"integer","format":"int64"},"ProgramType":{"description":"Program type for ProgramId.","type":"string"},"ReasonCodeId":{"description":"Reason code ID for this problem report.","type":"integer","format":"int32"},"Explanation":{"description":"Human explanation for the issue.","type":"string"},"Created":{"description":"Date report was created.","type":"string","format":"date-time"},"Modified":{"description":"Date report was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify this report.","type":"integer","format":"int32"},"ResolvedDate":{"description":"Date the problem was resolved. Non-null means resolved.","type":"string","format":"date-time"}},"description":"AcquisitionTitleProblemReportResponse","type":"object"},"AcquisitionTitleProblemReasonCode":{"title":"AcquisitionTitleProblemReasonCode","properties":{"Id":{"description":"Unique ID of the reason code.","type":"integer","format":"int32"},"Name":{"description":"Reason code name used by ACQ reporting.","type":"string"},"Modified":{"description":"Date reason code was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"Last person to modify reason code.","type":"integer","format":"int32"}},"description":"AcquisitionTitleProblemReasonCode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The DbEpisodeImageResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeImageResponse":{"title":"DbEpisodeImageResponse","properties":{"Id":{"description":"Id of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"Id of Movie associated with EpisodeImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width of EpisodeImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of EpisodeImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The List\_Season\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Season_":{"title":"List<Season>","type":"array","items":{"$ref":"#/components/schemas/Season"}},"Season":{"title":"Season","properties":{"Id":{"description":"Unique ID of the Season.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show Season is associated with.","type":"integer","format":"int64"},"OriginalTitle":{"description":"Original title of Season","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Season record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Season record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Season record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Season.","type":"string","format":"date-time"},"Year":{"description":"Release year of Season.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Season original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"NumberOfEpisodes":{"description":"Number of Episodes associated with Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonDescription"}},"Images":{"description":"List of images associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonImage"}},"Videos":{"description":"List of videos associated with Season.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideo"}},"ExternalIds":{"description":"List of external Ids associated with Season.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Episodes":{"description":"List of Episodes associated with Season.","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of season offers.","type":"array","items":{"$ref":"#/components/schemas/SeasonAvailabilityResponse"}}},"description":"Season","type":"object"},"SeasonRelease":{"title":"SeasonRelease","properties":{"Id":{"description":"Unique Id of this SeasonRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this SeasonRelease.","type":"string"},"Country":{"description":"The Country Season was released.","type":"string"},"CountryId":{"description":"Country ID associated with this SeasonRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for SeasonRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonRelease","type":"object"},"SeasonContributor":{"title":"SeasonContributor","properties":{"Id":{"description":"Unique ID of the SeasonContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with SeasonContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with SeasonContributor.","type":"string"},"Job":{"description":"Job of Person associated with SeasonContributor.","type":"string"},"Character":{"description":"Role played by SeasonContributor.","type":"string"},"Characters":{"description":"Roles played by SeasonContributor.","type":"array","items":{"type":"string"}},"NumberOfEpisodes":{"description":"Count of episodes this person contributed to.","type":"integer","format":"int32"}},"description":"SeasonContributor","type":"object"},"SeasonAlternateTitle":{"title":"SeasonAlternateTitle","properties":{"Id":{"description":"Unique ID of this SeasonAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonAlternateTitle","type":"object"},"SeasonDescription":{"title":"SeasonDescription","properties":{"Id":{"description":"Unique ID of this SeasonDescription","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"Language":{"description":"Language object for language of SeasonDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonDescription","type":"object"},"SeasonImage":{"title":"SeasonImage","properties":{"Id":{"description":"Unique ID of this SeasonImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of SeasonImage.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonImage.","type":"string"},"Width":{"description":"Width in pixels of SeasonImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonImage.","type":"string"},"Tags":{"description":"List of Tags associated with this SeasonImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was last modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with SeasonImage.","type":"integer","format":"int64"}},"description":"SeasonImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"SeasonVideo":{"title":"SeasonVideo","properties":{"Id":{"description":"Unique ID of SeasonVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of SeasonVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the SeasonVideo.","type":"string"},"StartDate":{"description":"First date of SeasonVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date SeasonVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of SeasonVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with SeasonVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with SeasonVideo.","type":"string"},"Company":{"description":"Company associated with SeasonVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/SeasonVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by SeasonVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for SeasonVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting Tune In.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of SeasonVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of SeasonVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of content.","type":"boolean"},"Encoded":{"description":"Datetime SeasonVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideo","type":"object"},"SeasonVideoScreenCapture":{"title":"SeasonVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoScreenCapture","type":"object"},"SeasonVideoEncode":{"title":"SeasonVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"SeasonVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"SeasonAvailabilityResponse":{"title":"SeasonAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"SeasonAvailabilityResponse","type":"object"}}}}
```

## The DbShowImageTagChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbShowImageTagChangeResponse":{"title":"DbShowImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbShowImageTagChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbShowImageTagChangeResponse_":{"title":"List<DbShowImageTagChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbShowImageTagChangeResponse"}},"DbShowImageTagChangeResponse":{"title":"DbShowImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of ShowImageTag.","type":"integer","format":"int64"},"ShowImageId":{"description":"ID of ShowImage associated with ShowImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ShowImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime ShowImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ShowImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ShowImageTag."}},"description":"DbShowImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoEncodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoEncodeResponse":{"title":"DbSeasonVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoEncodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoEncodeResponse_":{"title":"List<DbSeasonVideoEncodeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncodeResponse"}},"DbSeasonVideoEncodeResponse":{"title":"DbSeasonVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoScreenCaptureResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoScreenCaptureResponse":{"title":"DbSeasonVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoScreenCaptureResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoScreenCaptureResponse_":{"title":"List<DbSeasonVideoScreenCaptureResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCaptureResponse"}},"DbSeasonVideoScreenCaptureResponse":{"title":"DbSeasonVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoTargetCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoTargetCountryResponse":{"title":"DbSeasonVideoTargetCountryResponse","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoTargetCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoTargetCountryResponse_":{"title":"List<DbSeasonVideoTargetCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountryResponse"}},"DbSeasonVideoTargetCountryResponse":{"title":"DbSeasonVideoTargetCountryResponse","properties":{"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonImageTagResponse":{"title":"DbSeasonImageTagResponse","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonImageTagResponse_":{"title":"List<DbSeasonImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTagResponse"}},"DbSeasonImageTagResponse":{"title":"DbSeasonImageTagResponse","properties":{"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeChangeResponse":{"title":"DbEpisodeChangeResponse","properties":{"ChangeId":{"description":"Unique ID of EpisodeChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime EpisodeChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"EpisodeChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisodeChangeResponse","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The List\_DbEpisodeChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeChangeResponse_":{"title":"List<DbEpisodeChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeChangeResponse"}},"DbEpisodeChangeResponse":{"title":"DbEpisodeChangeResponse","properties":{"ChangeId":{"description":"Unique ID of EpisodeChange.","type":"integer","format":"int64"},"ChangeCreated":{"description":"Datetime EpisodeChange was last modified.","type":"string","format":"date-time"},"ChangeStatus":{"description":"EpisodeChange status (Insert, Update or Delete).","type":"string"},"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguageId":{"description":"ID of Episode original language.","type":"integer","format":"int32"},"OwnerId":{"description":"User who has ownership of the Episode record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitle"}},"AlternateIds":{"description":"List of alternate Ids for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateId"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideo"}},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for the User who last modified the Episode."},"OriginalLanguage":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for the Original language of Episode."}},"description":"DbEpisodeChangeResponse","type":"object"},"DbEpisodeRelease":{"title":"DbEpisodeRelease","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeRelease","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeContributor":{"title":"DbEpisodeContributor","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributor","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"},"DbEpisodeAlternateTitle":{"title":"DbEpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitle","type":"object"},"DbEpisodeAlternateId":{"title":"DbEpisodeAlternateId","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"Provider AlternateId of a EpisodeAlternateId.","type":"string"},"AlternateIdTypeId":{"description":"EpisodeAlternateId Provider Type Id.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateId was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateId.","type":"integer","format":"int32"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateId.","type":"integer","format":"int64"},"Score":{"description":"Score of match between this Episode and EpisodeAlternateId.","type":"integer","format":"int32"},"ShowAlternateIdType":{"$ref":"#/components/schemas/DbShowAlternateIdType","description":"Provider type of EpisodeAlternateId."}},"description":"DbEpisodeAlternateId","type":"object"},"DbShowAlternateIdType":{"title":"DbShowAlternateIdType","properties":{"Id":{"description":"Unique ID of a ShowAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Provider type of a ShowAlternateIdType.","type":"string"}},"description":"DbShowAlternateIdType","type":"object"},"DbEpisodeDescription":{"title":"DbEpisodeDescription","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescription","type":"object"},"DbEpisodeImage":{"title":"DbEpisodeImage","properties":{"Id":{"description":"Unique ID of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeImage.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of EpisodeImage.","type":"integer","format":"int32"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"LanguageId":{"description":"ID of language associated with EpisodeImage.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImage.","type":"integer","format":"int32"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Tags":{"description":"Tags for EpisodeImage.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTag"}},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image data for MovieImage."},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImage","type":"object"},"DbEpisodeImageTag":{"title":"DbEpisodeImageTag","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTag","type":"object"},"DbEpisodeVideo":{"title":"DbEpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideo","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"}}}}
```

## The DbEpisodeDescriptionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeDescriptionResponse":{"title":"DbEpisodeDescriptionResponse","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbEpisodeDescriptionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeDescriptionResponse_":{"title":"List<DbEpisodeDescriptionResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescriptionResponse"}},"DbEpisodeDescriptionResponse":{"title":"DbEpisodeDescriptionResponse","properties":{"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescriptionResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeReleaseResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeReleaseResponse":{"title":"DbEpisodeReleaseResponse","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeReleaseResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeReleaseResponse_":{"title":"List<DbEpisodeReleaseResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeReleaseResponse"}},"DbEpisodeReleaseResponse":{"title":"DbEpisodeReleaseResponse","properties":{"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeReleaseResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeContributorResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeContributorResponse":{"title":"DbEpisodeContributorResponse","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributorResponse","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The List\_DbEpisodeContributorResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeContributorResponse_":{"title":"List<DbEpisodeContributorResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributorResponse"}},"DbEpisodeContributorResponse":{"title":"DbEpisodeContributorResponse","properties":{"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributorResponse","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbEpisodeAlternateTitleResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeAlternateTitleResponse":{"title":"DbEpisodeAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbEpisodeAlternateTitleResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeAlternateTitleResponse_":{"title":"List<DbEpisodeAlternateTitleResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitleResponse"}},"DbEpisodeAlternateTitleResponse":{"title":"DbEpisodeAlternateTitleResponse","properties":{"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitleResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeVideoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoResponse":{"title":"DbEpisodeVideoResponse","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbEpisodeVideoResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoResponse_":{"title":"List<DbEpisodeVideoResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoResponse"}},"DbEpisodeVideoResponse":{"title":"DbEpisodeVideoResponse","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"StreamingVideoId":{"description":"ID of video associated with EpisodeVideo.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo.","type":"string"},"TypeId":{"description":"ID of VideoType for the EpisodeVideo.","type":"integer","format":"int32"},"Type":{"$ref":"#/components/schemas/DbVideoType","description":"VideoType for the EpisodeVideo."},"Created":{"description":"Description of the EpisodeVideo.","type":"string","format":"date-time"},"Modified":{"description":"Datetime EpisodeVideo was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modofied EpisodeVideo.","type":"integer","format":"int32"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpokenId":{"description":"ID of language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSpoken":{"$ref":"#/components/schemas/DbLanguage","description":"Language associated with EpisodeVideo."},"LanguageSubtitledId":{"description":"ID of subtitle language associated with EpisodeVideo.","type":"integer","format":"int32"},"LanguageSubtitled":{"$ref":"#/components/schemas/DbLanguage","description":"Subtitle language associated with EpisodeVideo."},"CompanyId":{"description":"ID of Company associated with EpisodeVideo.","type":"integer","format":"int32"},"Company":{"$ref":"#/components/schemas/DbCompany","description":"Company associated with EpisodeVideo."},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCapture"}},"Encodes":{"description":"LIst of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountry"}},"Certification":{"description":"Ceritfication for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting scheduled airtime.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, TuneIn, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content..","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"}},"description":"DbEpisodeVideoResponse","type":"object"},"DbVideoType":{"title":"DbVideoType","properties":{"Id":{"description":"Unique ID of VideoType.","type":"integer","format":"int32"},"Type":{"description":"Type of VideoType.","type":"string"}},"description":"DbVideoType","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbCompany":{"title":"DbCompany","properties":{"Id":{"description":"Unique ID of a Company.","type":"integer","format":"int32"},"Name":{"description":"Name of a Company.","type":"string"},"Modified":{"description":"Datetime Company was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Company.","type":"integer","format":"int32"}},"description":"DbCompany","type":"object"},"DbEpisodeVideoScreenCapture":{"title":"DbEpisodeVideoScreenCapture","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCapture","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbEpisodeVideoEncode":{"title":"DbEpisodeVideoEncode","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncode","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbEpisodeVideoTargetCountry":{"title":"DbEpisodeVideoTargetCountry","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountry","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"}}}}
```

## The List\_DbEpisodeImageResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeImageResponse_":{"title":"List<DbEpisodeImageResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageResponse"}},"DbEpisodeImageResponse":{"title":"DbEpisodeImageResponse","properties":{"Id":{"description":"Id of EpisodeImage.","type":"integer","format":"int64"},"EpisodeId":{"description":"Id of Movie associated with EpisodeImage.","type":"integer","format":"int64"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width of EpisodeImage in pixels.","type":"integer","format":"int32"},"Height":{"description":"Height of EpisodeImage in pixels.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeImage was last modified.","type":"string","format":"date-time"},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo or Poster) of EpisodeImage."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImage."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with EpisodeImage."},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"SourceId":{"description":"Unique Id of source.","type":"string"},"Fingerprint":{"description":"Fingerprint of the image","type":"string"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"Verifications":{"description":"List of sites and time where image has been found.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"DbEpisodeImageResponse","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"}}}}
```

## The List\_Episode\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_Episode_":{"title":"List<Episode>","type":"array","items":{"$ref":"#/components/schemas/Episode"}},"Episode":{"title":"Episode","properties":{"Id":{"description":"Unique ID of the Episode.","type":"integer","format":"int64"},"ShowId":{"description":"ID of Show this Episode is associated with.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season this Episode is associated with.","type":"integer","format":"int64"},"EpisodeNumber":{"description":"Number of Episode within its associated Season.","type":"integer","format":"int32"},"SeasonNumber":{"description":"Number of Season within its associated Show.","type":"integer","format":"int32"},"OriginalTitle":{"description":"Original title of Episode","type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime Episode record created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime Episode record last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the Episode record.","type":"integer","format":"int32"},"OwnerStudio":{"description":"Signifies studio ownership, only visible to that studio","type":"string"},"OriginalReleaseDate":{"description":"Original release date of Episode.","type":"string","format":"date-time"},"Year":{"description":"Release year of Episode.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Episode original language.","type":"string"},"OwnerId":{"description":"User who has ownership of the Show record.","type":"integer","format":"int32"},"Releases":{"description":"List of releases associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeDescription"}},"Images":{"description":"List of images associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeImage"}},"Videos":{"description":"List of videos associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideo"}},"ExternalIds":{"description":"List of external Ids associated with Episode.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"TimeStamp":{"description":"Time of last change to overall object.","type":"string","format":"date-time"},"Availabilities":{"description":"List of episode offers.","type":"array","items":{"$ref":"#/components/schemas/EpisodeAvailabilityResponse"}}},"description":"Episode","type":"object"},"EpisodeRelease":{"title":"EpisodeRelease","properties":{"Id":{"description":"Unique Id of this EpisodeRelease.","type":"integer","format":"int64"},"Date":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"Type":{"description":"The type of this EpisodeRelease.","type":"string"},"Country":{"description":"The Country Episode was released.","type":"string"},"CountryId":{"description":"Country ID associated with this EpisodeRelease.","type":"integer","format":"int32"},"Certification":{"description":"Certification for EpisodeRelease.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeRelease","type":"object"},"EpisodeContributor":{"title":"EpisodeContributor","properties":{"Id":{"description":"Unique ID of the EpisodeContributor object.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonName":{"description":"Person's Name associated with EpisodeContributor.","type":"string"},"Job":{"description":"Job of Person associated with EpisodeContributor.","type":"string"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeContributor","type":"object"},"EpisodeAlternateTitle":{"title":"EpisodeAlternateTitle","properties":{"Id":{"description":"Unique ID of this EpisodeAlternateTitle","type":"integer","format":"int64"},"Title":{"description":"The alternate title.","type":"string"},"Country":{"description":"Country associated with this alternate title.","type":"string"},"CountryId":{"description":"Country ID associated with this alternate title.","type":"integer","format":"int32"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeAlternateTitle","type":"object"},"EpisodeDescription":{"title":"EpisodeDescription","properties":{"Id":{"description":"Unique ID of this EpisodeDescription","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"Language":{"description":"Language object for language of EpisodeDescription.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeDescription","type":"object"},"EpisodeImage":{"title":"EpisodeImage","properties":{"Id":{"description":"Unique ID of this EpisodeImage","type":"integer","format":"int64"},"ImageType":{"description":"ImageType of EpisodeImage.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeImage.","type":"string"},"Width":{"description":"Width in pixels of EpisodeImage.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeImage.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeImage.","type":"string"},"Tags":{"description":"List of Tags associated with this EpisodeImage","type":"array","items":{"$ref":"#/components/schemas/Tag"}},"Official":{"description":"Determines if image is official.","type":"boolean"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"},"Modified":{"description":"Time when image was modified.","type":"string","format":"date-time"},"ImageId":{"description":"ID of Image associated with EpisodeImage.","type":"integer","format":"int64"}},"description":"EpisodeImage","type":"object"},"Tag":{"title":"Tag","properties":{"TagId":{"description":"ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"}},"description":"Tag","type":"object"},"EpisodeVideo":{"title":"EpisodeVideo","properties":{"Id":{"description":"Unique ID of EpisodeVideo.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeVideo, not Season.","type":"string"},"Type":{"description":"VideoType for the EpisodeVideo.","type":"string"},"StartDate":{"description":"First date of EpisodeVideo availability.","type":"string","format":"date-time"},"ExpirationDate":{"description":"Date EpisodeVideo expires.","type":"string","format":"date-time"},"Mature":{"description":"Flag for designating video content not suitable for children. Age gate required.","type":"boolean"},"Duration":{"description":"Runtime of EpisodeVideo.","type":"integer","format":"int32"},"Language":{"description":"Language associated with EpisodeVideo.","type":"string"},"LanguageSubtitled":{"description":"Subtitle language associated with EpisodeVideo.","type":"string"},"Company":{"description":"Company associated with EpisodeVideo.","type":"string"},"ScreenCaptures":{"description":"List of screen captures from EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoScreenCapture"}},"Encodes":{"description":"List of Encodes (bitrate and type) for EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/EpisodeVideoEncode"}},"TargetCountries":{"description":"List of countries targeted by EpisodeVideo.","type":"array","items":{"$ref":"#/components/schemas/TargetCountry"}},"Certification":{"description":"Certification for EpisodeVideo.","type":"boolean"},"TuneIn":{"description":"Flag for promoting tune in.","type":"boolean"},"HomeVideo":{"description":"Flag for promoting Home Video.","type":"boolean"},"Clean":{"description":"True if Certification, Theatrical, and HomeVideo are False.","type":"boolean"},"SourceVideoWidth":{"description":"Width in pixels of EpisodeVideo.","type":"integer","format":"int32"},"SourceVideoHeight":{"description":"Height in pixels of EpisodeVideo.","type":"integer","format":"int32"},"AllowAdvertising":{"description":"Flag denoting if pre-roll video ads are allowed in front of of content.","type":"boolean"},"Encoded":{"description":"Datetime EpisodeVideo was encoded.","type":"string","format":"date-time"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideo","type":"object"},"EpisodeVideoScreenCapture":{"title":"EpisodeVideoScreenCapture","properties":{"Id":{"description":"Unique ID of the screen capture","type":"integer","format":"int64"},"Height":{"description":"Height in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of VideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of VideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of VideoScreenCapture.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoScreenCapture","type":"object"},"EpisodeVideoEncode":{"title":"EpisodeVideoEncode","properties":{"Id":{"description":"Unique ID of the video encode","type":"integer","format":"int64"},"BitRate":{"description":"BitRate of VideoEncode.","type":"integer","format":"int32"},"EncodeType":{"description":"VideoEncode Encode type.","type":"string"},"Modifier":{"description":"ID of last user who modified the item.","type":"integer","format":"int32"}},"description":"EpisodeVideoEncode","type":"object"},"TargetCountry":{"title":"TargetCountry","properties":{"Id":{"description":"ID of the TargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of the Country.","type":"integer","format":"int64"},"Name":{"description":"Name of the country","type":"string"}},"description":"TargetCountry","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"EpisodeAvailabilityResponse":{"title":"EpisodeAvailabilityResponse","properties":{"Id":{"type":"integer","format":"int64"},"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"Quality":{"type":"string"},"Country":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"PreSale":{"type":"boolean"},"Title":{"type":"string"}},"description":"EpisodeAvailabilityResponse","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"}}}}
```

## The DbSeasonDescriptionChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonDescriptionChangeResponse":{"title":"DbSeasonDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbSeasonDescriptionChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonDescriptionChangeResponse_":{"title":"List<DbSeasonDescriptionChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonDescriptionChangeResponse"}},"DbSeasonDescriptionChangeResponse":{"title":"DbSeasonDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonDescription.","type":"integer","format":"int64"},"Description":{"description":"Season Description.","type":"string"},"Attribution":{"description":"Source of SeasonDescription.","type":"string"},"SeasonId":{"description":"ID of Season associated with SeasonDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of SeasonDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"Modified":{"description":"Datetime SeasonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonDescription.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language of SeasonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of SeasonDescription."}},"description":"DbSeasonDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbSeasonReleaseChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonReleaseChangeResponse":{"title":"DbSeasonReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonReleaseChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonReleaseChangeResponse_":{"title":"List<DbSeasonReleaseChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonReleaseChangeResponse"}},"DbSeasonReleaseChangeResponse":{"title":"DbSeasonReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonRelease.","type":"integer","format":"int64"},"SeasonId":{"description":"ID of Season associated with this SeasonRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this SeasonRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this SeasonRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this SeasonRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Season was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Season in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for SeasonRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of SeasonRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of SeasonRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonRelease"}},"description":"DbSeasonReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoEncodeChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoEncodeChangeResponse":{"title":"DbSeasonVideoEncodeChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncodeChangeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoEncodeChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoEncodeChangeResponse_":{"title":"List<DbSeasonVideoEncodeChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoEncodeChangeResponse"}},"DbSeasonVideoEncodeChangeResponse":{"title":"DbSeasonVideoEncodeChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of SeasonVideoEncode.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of SeasonVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the SeasonVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of SeasonVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"SeasonVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoEncode."}},"description":"DbSeasonVideoEncodeChangeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoScreenCaptureChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoScreenCaptureChangeResponse":{"title":"DbSeasonVideoScreenCaptureChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCaptureChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoScreenCaptureChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoScreenCaptureChangeResponse_":{"title":"List<DbSeasonVideoScreenCaptureChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoScreenCaptureChangeResponse"}},"DbSeasonVideoScreenCaptureChangeResponse":{"title":"DbSeasonVideoScreenCaptureChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonVideoScreenCapture.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the SeasonVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of SeasonVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of SeasonVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of SeasonVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoScreenCapture."}},"description":"DbSeasonVideoScreenCaptureChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonVideoTargetCountryChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonVideoTargetCountryChangeResponse":{"title":"DbSeasonVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonVideoTargetCountryChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonVideoTargetCountryChangeResponse_":{"title":"List<DbSeasonVideoTargetCountryChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonVideoTargetCountryChangeResponse"}},"DbSeasonVideoTargetCountryChangeResponse":{"title":"DbSeasonVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of SeasonVideoTargetCountry.","type":"integer","format":"int64"},"SeasonVideoId":{"description":"ID of SeasonVideo associated with SeasonVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime SeasonVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with SeasonVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonVideoTargetCountry."}},"description":"DbSeasonVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbSeasonImageTagChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbSeasonImageTagChangeResponse":{"title":"DbSeasonImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbSeasonImageTagChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbSeasonImageTagChangeResponse_":{"title":"List<DbSeasonImageTagChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbSeasonImageTagChangeResponse"}},"DbSeasonImageTagChangeResponse":{"title":"DbSeasonImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of SeasonImageTag.","type":"integer","format":"int64"},"SeasonImageId":{"description":"ID of SeasonImage associated with SeasonImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with SeasonImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime SeasonImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified SeasonImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with SeasonImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified SeasonImageTag."}},"description":"DbSeasonImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeReleaseChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeReleaseChangeResponse":{"title":"DbEpisodeReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeReleaseChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeReleaseChangeResponse_":{"title":"List<DbEpisodeReleaseChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeReleaseChangeResponse"}},"DbEpisodeReleaseChangeResponse":{"title":"DbEpisodeReleaseChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeRelease.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with this EpisodeRelease.","type":"integer","format":"int64"},"ReleaseDate":{"description":"Date of this EpisodeRelease.","type":"string","format":"date-time"},"ReleaseTypeId":{"description":"ID of the ShowReleaseType of this EpisodeRelease.","type":"integer","format":"int32"},"Modified":{"description":"Datetime this EpisodeRelease was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeRelease.","type":"integer","format":"int32"},"ReleaseCountryId":{"description":"ID of Country Episode was released in.","type":"integer","format":"int32"},"CertificationId":{"description":"ID of Certification for Show this Episode in associared with.","type":"integer","format":"int32"},"ShowCertification":{"$ref":"#/components/schemas/DbShowCertification","description":"ShowCertification (Rating) for EpisodeRelease."},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object related to ReleaseCountry of EpisodeRelease."},"ShowReleaseType":{"$ref":"#/components/schemas/DbShowReleaseType","description":"ShowReleaseType object related to ReleaseTypeId of EpisodeRelease"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeRelease"}},"description":"DbEpisodeReleaseChangeResponse","type":"object"},"DbShowCertification":{"title":"DbShowCertification","properties":{"Id":{"description":"Unique ID of a ShowCertification.","type":"integer","format":"int32"},"Certification":{"description":"Show certification or Rating.","type":"string"},"CountryId":{"description":"ID of Country associated with ShowCertification.","type":"integer","format":"int32"},"Order":{"description":"Rank of ShowCertification from youngest to oldest.","type":"integer","format":"int32"},"Definition":{"description":"Definition of ShowCertification.","type":"string"},"Country":{"$ref":"#/components/schemas/DbCountry"}},"description":"DbShowCertification","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbShowReleaseType":{"title":"DbShowReleaseType","properties":{"Id":{"description":"Unique ID of ShowReleaseType.","type":"integer","format":"int32"},"Type":{"description":"Name of ShowReleaseType.","type":"string"}},"description":"DbShowReleaseType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeContributorChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeContributorChangeResponse":{"title":"DbEpisodeContributorChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributorChangeResponse","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The List\_DbEpisodeContributorChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeContributorChangeResponse_":{"title":"List<DbEpisodeContributorChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeContributorChangeResponse"}},"DbEpisodeContributorChangeResponse":{"title":"DbEpisodeContributorChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID for a EpisodeContributor.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeContributor.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with EpisodeContributor.","type":"integer","format":"int64"},"JobId":{"description":"ID of Job of Person associated with EpisodeContributor.","type":"integer","format":"int32"},"Character":{"description":"Role played by EpisodeContributor.","type":"string"},"Characters":{"description":"Roles played by EpisodeContributor.","type":"array","items":{"type":"string"}},"Order":{"description":"Rank of EpisodeContributor in list for Episode (cast).","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeContributor last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeContributor.","type":"integer","format":"int32"},"Person":{"$ref":"#/components/schemas/DbPerson","description":"Person object for Person associated with EpisodeContributor."},"PersonJob":{"$ref":"#/components/schemas/DbPersonJob","description":"PersonJob object for Job of Person associated with EpisodeContributor."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeContributor."}},"description":"DbEpisodeContributorChangeResponse","type":"object"},"DbPerson":{"title":"DbPerson","properties":{"Id":{"description":"Unique ID of a Person.","type":"integer","format":"int64"},"Name":{"description":"Full Name of this Person.","type":"string"},"Gender":{"description":"Gender of Person.","type":"string"},"BirthDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person was born."},"BirthName":{"description":"Name of Person at birth.","type":"string"},"DeathDate":{"$ref":"#/components/schemas/FlexDate","description":"Date Person died."},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Idx":{"description":"Identifier to differentiate Person with identical names.","type":"string"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"Deleted":{"description":"Flag indicating soft delete.","type":"boolean"},"RedirectTo":{"description":"Id of redirect to merged Person.","type":"integer","format":"int64"},"AlternateNames":{"description":"List of AlternateNames associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateName"}},"Images":{"description":"List of Images associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonImage"}},"Spouses":{"description":"List of Spouses associated with this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonSpouse"}},"ExternalIds":{"description":"List of alternate Ids associated with this person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonAlternateId"}},"Descriptions":{"description":"List of descriptions for this Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonDescription"}},"Tags":{"description":"List of tags associated with Person.","type":"array","items":{"$ref":"#/components/schemas/DbPersonTag"}}},"description":"DbPerson","type":"object"},"FlexDate":{"title":"FlexDate","properties":{"Date":{"type":"string","format":"date-time"},"Type":{"type":"string"},"Estimated":{"type":"boolean"}},"description":"FlexDate","type":"object"},"DbPersonAlternateName":{"title":"DbPersonAlternateName","properties":{"Id":{"description":"Unique ID of PersonAlternateName.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonAlternateName.","type":"integer","format":"int64"},"Name":{"description":"Name of PersonAlternateName.","type":"string"},"Modified":{"description":"Datetime PersonAlternateName was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateName.","type":"integer","format":"int32"}},"description":"DbPersonAlternateName","type":"object"},"DbPersonImage":{"title":"DbPersonImage","properties":{"Id":{"description":"Unique ID of PersonImage.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonImage.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonImage was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonImage.","type":"integer","format":"int32"},"ImageId":{"description":"ID of Image associated with PersonImage.","type":"integer","format":"int64"},"Image":{"$ref":"#/components/schemas/DbImage","description":"Image for PersonImage."},"FaceDetails":{"$ref":"#/components/schemas/FaceDetails","description":"Details of person's face in image."}},"description":"DbPersonImage","type":"object"},"DbImage":{"title":"DbImage","properties":{"Id":{"description":"ID of Image.","type":"integer","format":"int64"},"SourceImageId":{"description":"Image ID this Image is derived from.","type":"integer","format":"int64"},"ImageTypeId":{"description":"ID of ImageType of Image.","type":"integer","format":"int32"},"Attribution":{"description":"Source credit for Image.","type":"string"},"Modified":{"description":"Datetime Image was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Image.","type":"integer","format":"int32"},"Fingerprint":{"description":"Fingerprint of the Image.","type":"string"},"Verifications":{"description":"List of image verifications.","type":"array","items":{"$ref":"#/components/schemas/ImageVerification"}},"FilePath":{"description":"Location of Image.","type":"string"},"Width":{"description":"Width in pixels of Image.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of Image.","type":"integer","format":"int32"},"Official":{"description":"Determines if image verified as official.","type":"boolean"},"SourceId":{"description":"Unique Id of source.","type":"string"},"FileSize":{"description":"File size in bytes of Image.","type":"integer","format":"int32"},"Violence":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of violent theme in image.","type":"integer","format":"int32"},"Sexuality":{"description":"1-5 (Very-Unlikely to Very-Likely) probability of sexual theme in image.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of language associated with Image.","type":"integer","format":"int32"},"Tags":{"description":"Tags for Image.","type":"array","items":{"$ref":"#/components/schemas/DbImageTag"}},"AwsDetectionData":{"description":"Serialized AWS Facial Detection data for Image.","type":"string"},"AwsCelebrityData":{"description":"Serialized AWS Celebrity Recognition data for Image.","type":"string"},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language associated with MovieImage."},"ImageType":{"$ref":"#/components/schemas/DbImageType","description":"Type (Photo, Poster, or Portrait) of Image."}},"description":"DbImage","type":"object"},"ImageVerification":{"title":"ImageVerification","properties":{"TimeFound":{"description":"When the image was located on official location.","type":"string","format":"date-time"},"Location":{"description":"The URL or location the image was found.","type":"string"},"ImageLocation":{"description":"The URL of image sampled.","type":"string"},"Score":{"description":"The probability the image is a match. 1 = 100%.","type":"number","format":"float"},"TaggedPersonId":{"description":"Entertainment Person ID, if image was specifically tagged with a single person (from Media).","type":"integer","format":"int64"}},"description":"ImageVerification","type":"object"},"DbImageTag":{"title":"DbImageTag","properties":{"Id":{"description":"ID of ImageTag.","type":"integer","format":"int64"},"ImageId":{"description":"ID of Image associated with ImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with ImageTag.","type":"integer","format":"int64"},"Modified":{"description":"DateTime ImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified ImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with ImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified ImageTag."}},"description":"DbImageTag","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"},"DbImageType":{"title":"DbImageType","properties":{"Id":{"description":"Unique ID for the ImageType.","type":"integer","format":"int32"},"Type":{"description":"Name of the Type of the ImageType.","type":"string"}},"description":"DbImageType","type":"object"},"FaceDetails":{"title":"FaceDetails","properties":{"AgeRange":{"$ref":"#/components/schemas/FaceDetailsAgerange","description":"Age range of the person."},"Beard":{"$ref":"#/components/schemas/FaceDetailsBeard","description":"Details on whether the person has a beard."},"BoundingBox":{"$ref":"#/components/schemas/FaceDetailsBoundingbox","description":"Details on position of the face, expressed as ratios of the image width/height."},"BoundingBoxPixel":{"$ref":"#/components/schemas/FaceDetailsBoundingboxPixel","description":"Details on position of the face, in pixels."},"Confidence":{"description":"Confidence value on this face being the correct person.","type":"number","format":"float"},"Emotions":{"type":"array","items":{"$ref":"#/components/schemas/FaceDetailsEmotion"}},"Eyeglasses":{"$ref":"#/components/schemas/FaceDetailsEyeglasses","description":"Details on whether the person is wearing glasses."},"EyesOpen":{"$ref":"#/components/schemas/FaceDetailsEyesopen","description":"Details on whether the person's eyes are open."},"Gender":{"$ref":"#/components/schemas/FaceDetailsGender","description":"Details on the person's gender."},"Landmarks":{"description":"Details on positions of facial features, expressed as ratios of the image width/height.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmark"}},"LandmarksPixel":{"description":"Details on positions of facial features, in pixels.","type":"array","items":{"$ref":"#/components/schemas/FaceDetailsLandmarkPixel"}},"MouthOpen":{"$ref":"#/components/schemas/FaceDetailsMouthopen","description":"Details on whether the person's mouth is open."},"Mustache":{"$ref":"#/components/schemas/FaceDetailsMustache","description":"Details on whether the person has a mustache."},"Pose":{"$ref":"#/components/schemas/FaceDetailsPose","description":"Details on the positioning of the person's head."},"Quality":{"$ref":"#/components/schemas/FaceDetailsQuality","description":"Details on the quality of the image."},"Smile":{"$ref":"#/components/schemas/FaceDetailsSmile","description":"Details on whether the person is smiling."},"Sunglasses":{"$ref":"#/components/schemas/FaceDetailsSunglasses","description":"Details on whether the person is wearing sunglasses."}},"description":"FaceDetails","type":"object"},"FaceDetailsAgerange":{"title":"FaceDetailsAgerange","properties":{"High":{"description":"Upper age estimate.","type":"integer","format":"int32"},"Low":{"description":"Lower age estimate.","type":"integer","format":"int32"}},"description":"FaceDetailsAgerange","type":"object"},"FaceDetailsBeard":{"title":"FaceDetailsBeard","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has beard.","type":"boolean"}},"description":"FaceDetailsBeard","type":"object"},"FaceDetailsBoundingbox":{"title":"FaceDetailsBoundingbox","properties":{"Height":{"description":"Height of face box.","type":"number","format":"float"},"Left":{"description":"How far from left of image to start face box.","type":"number","format":"float"},"Top":{"description":"How far from top of image to start face box.","type":"number","format":"float"},"Width":{"description":"Width of face box.","type":"number","format":"float"}},"description":"FaceDetailsBoundingbox","type":"object"},"FaceDetailsBoundingboxPixel":{"title":"FaceDetailsBoundingboxPixel","properties":{"Height":{"description":"Height of face box.","type":"integer","format":"int32"},"Left":{"description":"How far from left of image to start face box.","type":"integer","format":"int32"},"Top":{"description":"How far from top of image to start face box.","type":"integer","format":"int32"},"Width":{"description":"Width of face box.","type":"integer","format":"int32"}},"description":"FaceDetailsBoundingboxPixel","type":"object"},"FaceDetailsEmotion":{"title":"FaceDetailsEmotion","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Type":{"description":"Type of emotion.","type":"string"}},"description":"FaceDetailsEmotion","type":"object"},"FaceDetailsEyeglasses":{"title":"FaceDetailsEyeglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has glasses.","type":"boolean"}},"description":"FaceDetailsEyeglasses","type":"object"},"FaceDetailsEyesopen":{"title":"FaceDetailsEyesopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has eyes open.","type":"boolean"}},"description":"FaceDetailsEyesopen","type":"object"},"FaceDetailsGender":{"title":"FaceDetailsGender","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"Estimated gender.","type":"string"}},"description":"FaceDetailsGender","type":"object"},"FaceDetailsLandmark":{"title":"FaceDetailsLandmark","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"number","format":"float"},"Y":{"description":"Position from top of image.","type":"number","format":"float"}},"description":"FaceDetailsLandmark","type":"object"},"FaceDetailsLandmarkPixel":{"title":"FaceDetailsLandmarkPixel","properties":{"Type":{"description":"Type of facial landmark.","type":"string"},"X":{"description":"Position from left of image.","type":"integer","format":"int32"},"Y":{"description":"Position from top of image.","type":"integer","format":"int32"}},"description":"FaceDetailsLandmarkPixel","type":"object"},"FaceDetailsMouthopen":{"title":"FaceDetailsMouthopen","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mouth open.","type":"boolean"}},"description":"FaceDetailsMouthopen","type":"object"},"FaceDetailsMustache":{"title":"FaceDetailsMustache","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has mustache.","type":"boolean"}},"description":"FaceDetailsMustache","type":"object"},"FaceDetailsPose":{"title":"FaceDetailsPose","properties":{"Pitch":{"description":"Pitch of face.","type":"number","format":"float"},"Roll":{"description":"Roll of face.","type":"number","format":"float"},"Yaw":{"description":"Yaw of face.","type":"number","format":"float"}},"description":"FaceDetailsPose","type":"object"},"FaceDetailsQuality":{"title":"FaceDetailsQuality","properties":{"Brightness":{"description":"Brightness of image.","type":"number","format":"float"},"Sharpness":{"description":"Sharpness of image.","type":"number","format":"float"}},"description":"FaceDetailsQuality","type":"object"},"FaceDetailsSmile":{"title":"FaceDetailsSmile","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person is smiling.","type":"boolean"}},"description":"FaceDetailsSmile","type":"object"},"FaceDetailsSunglasses":{"title":"FaceDetailsSunglasses","properties":{"Confidence":{"description":"Confidence rating of Value.","type":"number","format":"float"},"Value":{"description":"True/False whether person has sunglasses.","type":"boolean"}},"description":"FaceDetailsSunglasses","type":"object"},"DbPersonSpouse":{"title":"DbPersonSpouse","properties":{"Id":{"description":"Unique ID of PersonSpouse.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person associated with PersonSpouse.","type":"integer","format":"int64"},"Name":{"description":"Name of Spouse.","type":"string"},"Modified":{"description":"Datetime Person was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified Person.","type":"integer","format":"int32"},"From":{"$ref":"#/components/schemas/FlexDate","description":"Date married."},"To":{"$ref":"#/components/schemas/FlexDate","description":"Date marriage ended."},"EndReason":{"description":"Reason marriage ended.","type":"string"},"Children":{"description":"Number of children from this marriage.","type":"integer","format":"int32"}},"description":"DbPersonSpouse","type":"object"},"DbPersonAlternateId":{"title":"DbPersonAlternateId","properties":{"Id":{"description":"Unique ID for a PersonAlternateId.","type":"integer","format":"int64"},"AlternateId":{"description":"AlternateId for a Person.","type":"string"},"PersonId":{"description":"ID of the Person associated with this PersonAlternateId.","type":"integer","format":"int64"},"AlternateIdTypeId":{"description":"ID of the Provider Type for their PersonAlternateId.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonAlternateIsd was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonAlternateId.","type":"integer","format":"int32"},"Score":{"description":"Score of match between Person and PersonAlternateId.","type":"integer","format":"int32"},"PersonAlternateIdType":{"$ref":"#/components/schemas/DbPersonAlternateIdType","description":"Provider type of PersonAlternateId."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for User who last modified PersonAlternateId."}},"description":"DbPersonAlternateId","type":"object"},"DbPersonAlternateIdType":{"title":"DbPersonAlternateIdType","properties":{"Id":{"description":"Unique ID of PersonAlternateIdType.","type":"integer","format":"int32"},"Type":{"description":"Type name of PersonAlternateIdType.","type":"string"}},"description":"DbPersonAlternateIdType","type":"object"},"DbPersonDescription":{"title":"DbPersonDescription","properties":{"Id":{"description":"ID of PersonDescription.","type":"integer","format":"int64"},"Description":{"description":"Person Description.","type":"string"},"Attribution":{"description":"Source of PersonDescription.","type":"string"},"PersonId":{"description":"ID of Person associated with PersonDescription.","type":"integer","format":"int64"},"LanguageId":{"description":"ID of language of PersonDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime PersonDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified PersonDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of PersonDescription."}},"description":"DbPersonDescription","type":"object"},"DbPersonTag":{"title":"DbPersonTag","properties":{"Id":{"description":"Unique ID of PersonTag.","type":"integer","format":"int64"},"PersonId":{"description":"ID of Person asscoiated with PersonTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag asscoiated with PersonTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime PersonTag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified PersonTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object related to TagId of PersonTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modofied PersonTag."}},"description":"DbPersonTag","type":"object"},"DbPersonJob":{"title":"DbPersonJob","properties":{"Id":{"description":"Unique ID of PersonJob.","type":"integer","format":"int32"},"Name":{"description":"Name of Job for PersonJob.","type":"string"},"Group":{"description":"Job type group which PersonJob belongs to.","type":"string"}},"description":"DbPersonJob","type":"object"}}}}
```

## The DbEpisodeAlternateTitleChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeAlternateTitleChangeResponse":{"title":"DbEpisodeAlternateTitleChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitleChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbEpisodeAlternateTitleChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeAlternateTitleChangeResponse_":{"title":"List<DbEpisodeAlternateTitleChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeAlternateTitleChangeResponse"}},"DbEpisodeAlternateTitleChangeResponse":{"title":"DbEpisodeAlternateTitleChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of a EpisodeAlternateTitle.","type":"integer","format":"int64"},"EpisodeId":{"description":"ID of Episode associated with EpisodeAlternateTitle.","type":"integer","format":"int64"},"Title":{"description":"Title of EpisodeAlternateTitle.","type":"string"},"CountryId":{"description":"ID of Country associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"LanguageId":{"description":"ID of Language associated with EpisodeAlternateTitle.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeAlternateTitle was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeAlternateTitle.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeAlternateTitle."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeAlternateTitle."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeAlternateTitle."}},"description":"DbEpisodeAlternateTitleChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeVideoEncodeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoEncodeResponse":{"title":"DbEpisodeVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoEncodeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoEncodeResponse_":{"title":"List<DbEpisodeVideoEncodeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncodeResponse"}},"DbEpisodeVideoEncodeResponse":{"title":"DbEpisodeVideoEncodeResponse","required":["Modified"],"properties":{"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncodeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoScreenCaptureResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoScreenCaptureResponse":{"title":"DbEpisodeVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoScreenCaptureResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoScreenCaptureResponse_":{"title":"List<DbEpisodeVideoScreenCaptureResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCaptureResponse"}},"DbEpisodeVideoScreenCaptureResponse":{"title":"DbEpisodeVideoScreenCaptureResponse","required":["Modified"],"properties":{"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCaptureResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoTargetCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoTargetCountryResponse":{"title":"DbEpisodeVideoTargetCountryResponse","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoTargetCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoTargetCountryResponse_":{"title":"List<DbEpisodeVideoTargetCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountryResponse"}},"DbEpisodeVideoTargetCountryResponse":{"title":"DbEpisodeVideoTargetCountryResponse","properties":{"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountryResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeImageTagResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeImageTagResponse":{"title":"DbEpisodeImageTagResponse","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeImageTagResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeImageTagResponse_":{"title":"List<DbEpisodeImageTagResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTagResponse"}},"DbEpisodeImageTagResponse":{"title":"DbEpisodeImageTagResponse","properties":{"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTagResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeDescriptionChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeDescriptionChangeResponse":{"title":"DbEpisodeDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The List\_DbEpisodeDescriptionChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeDescriptionChangeResponse_":{"title":"List<DbEpisodeDescriptionChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeDescriptionChangeResponse"}},"DbEpisodeDescriptionChangeResponse":{"title":"DbEpisodeDescriptionChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeDescription.","type":"integer","format":"int64"},"Description":{"description":"Episode Description.","type":"string"},"Attribution":{"description":"Source of EpisodeDescription.","type":"string"},"EpisodeId":{"description":"ID of Episode associated with EpisodeDescription.","type":"integer","format":"int64"},"DescriptionType":{"description":"Type of EpisodeDescription.","type":"string","enum":["not_set","Original","Tagline","Short","Medium","Long","original"]},"LanguageId":{"description":"ID of language of EpisodeDescription.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeDescription was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeDescription.","type":"integer","format":"int32"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeDescription."},"Language":{"$ref":"#/components/schemas/DbLanguage","description":"Language object for language of EpisodeDescription."}},"description":"DbEpisodeDescriptionChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"},"DbLanguage":{"title":"DbLanguage","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"DbLanguage","type":"object"}}}}
```

## The DbEpisodeVideoEncodeChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoEncodeChangeResponse":{"title":"DbEpisodeVideoEncodeChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncodeChangeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoEncodeChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoEncodeChangeResponse_":{"title":"List<DbEpisodeVideoEncodeChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoEncodeChangeResponse"}},"DbEpisodeVideoEncodeChangeResponse":{"title":"DbEpisodeVideoEncodeChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of EpisodeVideoEncode.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoEncode.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoEncode was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoEncode.","type":"integer","format":"int32"},"BitRate":{"description":"BitRate of EpisodeVideoEncode.","type":"integer","format":"int32"},"Encoded":{"description":"Datetime when the EpisodeVideoEncode was encoded.","type":"string","format":"date-time"},"EncodeTypeId":{"description":"ID of EpisodeVideoEncode Encode type.","type":"integer","format":"int32"},"EncodeType":{"$ref":"#/components/schemas/DbEncodeType","description":"EpisodeVideoEncode Encode type."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoEncode."}},"description":"DbEpisodeVideoEncodeChangeResponse","type":"object"},"DbEncodeType":{"title":"DbEncodeType","properties":{"Id":{"description":"Unique ID of an EncodeType.","type":"integer","format":"int32"},"Type":{"description":"The name of the type for the EncodeType.","type":"string"}},"description":"DbEncodeType","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoScreenCaptureChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoScreenCaptureChangeResponse":{"title":"DbEpisodeVideoScreenCaptureChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCaptureChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoScreenCaptureChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoScreenCaptureChangeResponse_":{"title":"List<DbEpisodeVideoScreenCaptureChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoScreenCaptureChangeResponse"}},"DbEpisodeVideoScreenCaptureChangeResponse":{"title":"DbEpisodeVideoScreenCaptureChangeResponse","required":["Modified"],"properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoScreenCapture.","type":"integer","format":"int64"},"Modified":{"description":"Datetime when the EpisodeVideoScreenCapture was last changed.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Height":{"description":"Height in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Width":{"description":"Width in pixels of EpisodeVideoScreenCapture.","type":"integer","format":"int32"},"Aspect":{"description":"Aspect ratio of EpisodeVideoScreenCapture.","type":"string"},"FilePath":{"description":"Filepath (location) of EpisodeVideoScreenCapture.","type":"string"},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoScreenCapture."}},"description":"DbEpisodeVideoScreenCaptureChangeResponse","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeVideoTargetCountryChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeVideoTargetCountryChangeResponse":{"title":"DbEpisodeVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeVideoTargetCountryChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeVideoTargetCountryChangeResponse_":{"title":"List<DbEpisodeVideoTargetCountryChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeVideoTargetCountryChangeResponse"}},"DbEpisodeVideoTargetCountryChangeResponse":{"title":"DbEpisodeVideoTargetCountryChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"ID of EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"EpisodeVideoId":{"description":"ID of EpisodeVideo associated with EpisodeVideoTargetCountry.","type":"integer","format":"int64"},"CountryId":{"description":"ID of Country associated with EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Modified":{"description":"Datetime EpisodeVideoTargetCountry last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeVideoTargetCountry.","type":"integer","format":"int32"},"Country":{"$ref":"#/components/schemas/DbCountry","description":"Country object for country associated with EpisodeVideoTargetCountry."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeVideoTargetCountry."}},"description":"DbEpisodeVideoTargetCountryChangeResponse","type":"object"},"DbCountry":{"title":"DbCountry","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"DbCountry","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The DbEpisodeImageTagChangeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DbEpisodeImageTagChangeResponse":{"title":"DbEpisodeImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The List\_DbEpisodeImageTagChangeResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DbEpisodeImageTagChangeResponse_":{"title":"List<DbEpisodeImageTagChangeResponse>","type":"array","items":{"$ref":"#/components/schemas/DbEpisodeImageTagChangeResponse"}},"DbEpisodeImageTagChangeResponse":{"title":"DbEpisodeImageTagChangeResponse","properties":{"ChangeId":{"type":"integer","format":"int64"},"ChangeCreated":{"type":"string","format":"date-time"},"ChangeStatus":{"type":"string"},"Id":{"description":"Unique ID of EpisodeImageTag.","type":"integer","format":"int64"},"EpisodeImageId":{"description":"ID of EpisodeImage associated with EpisodeImageTag.","type":"integer","format":"int64"},"TagId":{"description":"ID of Tag associated with EpisodeImageTag.","type":"integer","format":"int64"},"Modified":{"description":"Datetime EpisodeImageTag last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified EpisodeImageTag.","type":"integer","format":"int32"},"Tag":{"$ref":"#/components/schemas/DbTag","description":"Tag object for tag associated with EpisodeImageTag."},"User":{"$ref":"#/components/schemas/DbUser","description":"User object for user who last modified EpisodeImageTag."}},"description":"DbEpisodeImageTagChangeResponse","type":"object"},"DbTag":{"title":"DbTag","properties":{"Id":{"description":"Unique ID of the Tag.","type":"integer","format":"int64"},"Name":{"description":"Name of the Tag.","type":"string"},"Modified":{"description":"Datetime Tag was last modified.","type":"string","format":"date-time"},"Modifier":{"description":"User who last modified this Tag.","type":"integer","format":"int32"}},"description":"DbTag","type":"object"},"DbUser":{"title":"DbUser","properties":{"Id":{"description":"Unique ID of a User.","type":"integer","format":"int32"},"Name":{"description":"Name of the User.","type":"string"},"Type":{"description":"Type of the User.","type":"string"},"Created":{"description":"Datetime User was created.","type":"string","format":"date-time"},"EmailAddress":{"description":"Email address for User.","type":"string"},"UserName":{"description":"Username of the User.","type":"string"}},"description":"DbUser","type":"object"}}}}
```

## The CollectionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CollectionResponse":{"title":"CollectionResponse","properties":{"Updates":{"type":"integer","format":"int32"},"Creates":{"type":"integer","format":"int32"},"Errors":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"}},"description":"CollectionResponse","type":"object"}}}}
```

## The SocialDataResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SocialDataResponse":{"title":"SocialDataResponse","properties":{"Followers":{"type":"integer","format":"int64"},"Verified":{"type":"boolean"},"InstagramId":{"type":"string"}},"description":"SocialDataResponse","type":"object"}}}}
```

## The SportsDataIOSport object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOSport":{"title":"SportsDataIOSport","properties":{"GlobalSportsSportId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Slug":{"type":"string"}},"description":"SportsDataIOSport","type":"object"}}}}
```

## The List\_SportsDataIOSport\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOSport_":{"title":"List<SportsDataIOSport>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOSport"}},"SportsDataIOSport":{"title":"SportsDataIOSport","properties":{"GlobalSportsSportId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Slug":{"type":"string"}},"description":"SportsDataIOSport","type":"object"}}}}
```

## The SportsDataIOCompetition object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOCompetition":{"title":"SportsDataIOCompetition","properties":{"GlobalSportsCompetitionId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"DisplayName":{"type":"string"},"Key":{"type":"string"},"GlobalSportsSportId":{"type":"integer","format":"int32"},"Slug":{"type":"string"}},"description":"SportsDataIOCompetition","type":"object"}}}}
```

## The List\_SportsDataIOCompetition\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOCompetition_":{"title":"List<SportsDataIOCompetition>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOCompetition"}},"SportsDataIOCompetition":{"title":"SportsDataIOCompetition","properties":{"GlobalSportsCompetitionId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"DisplayName":{"type":"string"},"Key":{"type":"string"},"GlobalSportsSportId":{"type":"integer","format":"int32"},"Slug":{"type":"string"}},"description":"SportsDataIOCompetition","type":"object"}}}}
```

## The SportsDataIOSeason object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOSeason":{"title":"SportsDataIOSeason","properties":{"GlobalSportsSeasonId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"GlobalSportsCompetitionId":{"type":"integer","format":"int32"},"CompetitionName":{"type":"string"},"GlobalSportsSportId":{"type":"integer","format":"int32"},"SportName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"Properties":{"$ref":"#/components/schemas/SportsDataIOPhaseProperties"}},"description":"SportsDataIOSeason","type":"object"},"SportsDataIOPhaseProperties":{"title":"SportsDataIOPhaseProperties","properties":{"Cup":{"type":"string"},"Live":{"type":"string"},"Ranking":{"type":"string"}},"description":"SportsDataIOPhaseProperties","type":"object"}}}}
```

## The SportsDataIOPhaseProperties object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOPhaseProperties":{"title":"SportsDataIOPhaseProperties","properties":{"Cup":{"type":"string"},"Live":{"type":"string"},"Ranking":{"type":"string"}},"description":"SportsDataIOPhaseProperties","type":"object"}}}}
```

## The List\_SportsDataIOSeason\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOSeason_":{"title":"List<SportsDataIOSeason>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOSeason"}},"SportsDataIOSeason":{"title":"SportsDataIOSeason","properties":{"GlobalSportsSeasonId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"GlobalSportsCompetitionId":{"type":"integer","format":"int32"},"CompetitionName":{"type":"string"},"GlobalSportsSportId":{"type":"integer","format":"int32"},"SportName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"Properties":{"$ref":"#/components/schemas/SportsDataIOPhaseProperties"}},"description":"SportsDataIOSeason","type":"object"},"SportsDataIOPhaseProperties":{"title":"SportsDataIOPhaseProperties","properties":{"Cup":{"type":"string"},"Live":{"type":"string"},"Ranking":{"type":"string"}},"description":"SportsDataIOPhaseProperties","type":"object"}}}}
```

## The SportsDataIOPhase object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOPhase":{"title":"SportsDataIOPhase","properties":{"GlobalSportsPhaseId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"GlobalSportsSeasonId":{"type":"integer","format":"int32"},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"Properties":{"$ref":"#/components/schemas/SportsDataIOPhaseProperties"}},"description":"SportsDataIOPhase","type":"object"},"SportsDataIOPhaseProperties":{"title":"SportsDataIOPhaseProperties","properties":{"Cup":{"type":"string"},"Live":{"type":"string"},"Ranking":{"type":"string"}},"description":"SportsDataIOPhaseProperties","type":"object"}}}}
```

## The List\_SportsDataIOPhase\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOPhase_":{"title":"List<SportsDataIOPhase>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOPhase"}},"SportsDataIOPhase":{"title":"SportsDataIOPhase","properties":{"GlobalSportsPhaseId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"GlobalSportsSeasonId":{"type":"integer","format":"int32"},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"Properties":{"$ref":"#/components/schemas/SportsDataIOPhaseProperties"}},"description":"SportsDataIOPhase","type":"object"},"SportsDataIOPhaseProperties":{"title":"SportsDataIOPhaseProperties","properties":{"Cup":{"type":"string"},"Live":{"type":"string"},"Ranking":{"type":"string"}},"description":"SportsDataIOPhaseProperties","type":"object"}}}}
```

## The SportsDataIOAthlete object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOAthlete":{"title":"SportsDataIOAthlete","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"Gender":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"Status":{"type":"string"},"DateOfBirth":{"type":"string","format":"date-time"},"Height":{"type":"integer","format":"int32"},"Weight":{"type":"integer","format":"int32"},"Properties":{"$ref":"#/components/schemas/SportsDataIOAthleteProperties"}},"description":"SportsDataIOAthlete","type":"object"},"SportsDataIOAthleteProperties":{"title":"SportsDataIOAthleteProperties","properties":{"Height":{"type":"string"},"Weight":{"type":"string"},"DateOfBirth":{"type":"string"},"Hand":{"type":"string"},"Status":{"type":"string"},"PlaceOfBirth":{"type":"string"},"FederationId":{"type":"string"}},"description":"SportsDataIOAthleteProperties","type":"object"}}}}
```

## The SportsDataIOAthleteProperties object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOAthleteProperties":{"title":"SportsDataIOAthleteProperties","properties":{"Height":{"type":"string"},"Weight":{"type":"string"},"DateOfBirth":{"type":"string"},"Hand":{"type":"string"},"Status":{"type":"string"},"PlaceOfBirth":{"type":"string"},"FederationId":{"type":"string"}},"description":"SportsDataIOAthleteProperties","type":"object"}}}}
```

## The List\_SportsDataIOAthlete\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOAthlete_":{"title":"List<SportsDataIOAthlete>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOAthlete"}},"SportsDataIOAthlete":{"title":"SportsDataIOAthlete","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"Gender":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"Status":{"type":"string"},"DateOfBirth":{"type":"string","format":"date-time"},"Height":{"type":"integer","format":"int32"},"Weight":{"type":"integer","format":"int32"},"Properties":{"$ref":"#/components/schemas/SportsDataIOAthleteProperties"}},"description":"SportsDataIOAthlete","type":"object"},"SportsDataIOAthleteProperties":{"title":"SportsDataIOAthleteProperties","properties":{"Height":{"type":"string"},"Weight":{"type":"string"},"DateOfBirth":{"type":"string"},"Hand":{"type":"string"},"Status":{"type":"string"},"PlaceOfBirth":{"type":"string"},"FederationId":{"type":"string"}},"description":"SportsDataIOAthleteProperties","type":"object"}}}}
```

## The SportsDataIOTeam object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOTeam":{"title":"SportsDataIOTeam","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"HomePage":{"type":"string"},"IsNationalTeam":{"type":"boolean"},"Properties":{"$ref":"#/components/schemas/SportsDataIOTeamProperties"}},"description":"SportsDataIOTeam","type":"object"},"SportsDataIOTeamProperties":{"title":"SportsDataIOTeamProperties","properties":{"Conference":{"type":"string"},"Division":{"type":"string"},"HomePage":{"type":"string"},"IsNationalTeam":{"type":"string"}},"description":"SportsDataIOTeamProperties","type":"object"}}}}
```

## The SportsDataIOTeamProperties object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOTeamProperties":{"title":"SportsDataIOTeamProperties","properties":{"Conference":{"type":"string"},"Division":{"type":"string"},"HomePage":{"type":"string"},"IsNationalTeam":{"type":"string"}},"description":"SportsDataIOTeamProperties","type":"object"}}}}
```

## The List\_SportsDataIOTeam\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOTeam_":{"title":"List<SportsDataIOTeam>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOTeam"}},"SportsDataIOTeam":{"title":"SportsDataIOTeam","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"HomePage":{"type":"string"},"IsNationalTeam":{"type":"boolean"},"Properties":{"$ref":"#/components/schemas/SportsDataIOTeamProperties"}},"description":"SportsDataIOTeam","type":"object"},"SportsDataIOTeamProperties":{"title":"SportsDataIOTeamProperties","properties":{"Conference":{"type":"string"},"Division":{"type":"string"},"HomePage":{"type":"string"},"IsNationalTeam":{"type":"string"}},"description":"SportsDataIOTeamProperties","type":"object"}}}}
```

## The SportsDataIOVenue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOVenue":{"title":"SportsDataIOVenue","properties":{"GlobalSportsVenueId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"VenueType":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"City":{"type":"string"},"Capacity":{"type":"integer","format":"int32"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"Properties":{"type":"string"}},"description":"SportsDataIOVenue","type":"object"}}}}
```

## The List\_SportsDataIOVenue\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOVenue_":{"title":"List<SportsDataIOVenue>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOVenue"}},"SportsDataIOVenue":{"title":"SportsDataIOVenue","properties":{"GlobalSportsVenueId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"VenueType":{"type":"string"},"CountryName":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"City":{"type":"string"},"Capacity":{"type":"integer","format":"int32"},"Longitude":{"type":"number","format":"double"},"Latitude":{"type":"number","format":"double"},"Properties":{"type":"string"}},"description":"SportsDataIOVenue","type":"object"}}}}
```

## The SportsDataIOEvent object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOEvent":{"title":"SportsDataIOEvent","properties":{"Type":{"type":"string"},"GlobalSportsEventId":{"type":"integer","format":"int32"},"GlobalSportsPhaseId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"Status":{"type":"string"},"StatusDescription":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"LiveCoverage":{"type":"boolean"},"Attendance":{"type":"integer","format":"int32"},"Closed":{"type":"boolean"},"RoundInfo":{"$ref":"#/components/schemas/SportsDataIORoundInfo"},"Venue":{"$ref":"#/components/schemas/SportsDataIOEventVenue"},"EventState":{"type":"string"},"Participants":{"type":"array","items":{"$ref":"#/components/schemas/SportsDataIOParticipant"}}},"description":"SportsDataIOEvent","type":"object"},"SportsDataIORoundInfo":{"title":"SportsDataIORoundInfo","properties":{"Name":{"type":"string"},"Knockout":{"type":"boolean"}},"description":"SportsDataIORoundInfo","type":"object"},"SportsDataIOEventVenue":{"title":"SportsDataIOEventVenue","properties":{"GlobalSportsVenueId":{"type":"integer","format":"int32"},"Name":{"type":"string"}},"description":"SportsDataIOEventVenue","type":"object"},"SportsDataIOParticipant":{"title":"SportsDataIOParticipant","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"Results":{"type":"string"}},"description":"SportsDataIOParticipant","type":"object"}}}}
```

## The SportsDataIORoundInfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIORoundInfo":{"title":"SportsDataIORoundInfo","properties":{"Name":{"type":"string"},"Knockout":{"type":"boolean"}},"description":"SportsDataIORoundInfo","type":"object"}}}}
```

## The SportsDataIOEventVenue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOEventVenue":{"title":"SportsDataIOEventVenue","properties":{"GlobalSportsVenueId":{"type":"integer","format":"int32"},"Name":{"type":"string"}},"description":"SportsDataIOEventVenue","type":"object"}}}}
```

## The SportsDataIOParticipant object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SportsDataIOParticipant":{"title":"SportsDataIOParticipant","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"Results":{"type":"string"}},"description":"SportsDataIOParticipant","type":"object"}}}}
```

## The List\_SportsDataIOEvent\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_SportsDataIOEvent_":{"title":"List<SportsDataIOEvent>","type":"array","items":{"$ref":"#/components/schemas/SportsDataIOEvent"}},"SportsDataIOEvent":{"title":"SportsDataIOEvent","properties":{"Type":{"type":"string"},"GlobalSportsEventId":{"type":"integer","format":"int32"},"GlobalSportsPhaseId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"Status":{"type":"string"},"StatusDescription":{"type":"string"},"Updated":{"type":"string","format":"date-time"},"LiveCoverage":{"type":"boolean"},"Attendance":{"type":"integer","format":"int32"},"Closed":{"type":"boolean"},"RoundInfo":{"$ref":"#/components/schemas/SportsDataIORoundInfo"},"Venue":{"$ref":"#/components/schemas/SportsDataIOEventVenue"},"EventState":{"type":"string"},"Participants":{"type":"array","items":{"$ref":"#/components/schemas/SportsDataIOParticipant"}}},"description":"SportsDataIOEvent","type":"object"},"SportsDataIORoundInfo":{"title":"SportsDataIORoundInfo","properties":{"Name":{"type":"string"},"Knockout":{"type":"boolean"}},"description":"SportsDataIORoundInfo","type":"object"},"SportsDataIOEventVenue":{"title":"SportsDataIOEventVenue","properties":{"GlobalSportsVenueId":{"type":"integer","format":"int32"},"Name":{"type":"string"}},"description":"SportsDataIOEventVenue","type":"object"},"SportsDataIOParticipant":{"title":"SportsDataIOParticipant","properties":{"GlobalSportsParticipantId":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Type":{"type":"string"},"Results":{"type":"string"}},"description":"SportsDataIOParticipant","type":"object"}}}}
```

## The StudioBulkingest object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"StudioBulkingest":{"title":"StudioBulkingest","properties":{"metaId":{"type":"string"},"OriginalRunningOrder":{"type":"string"},"OriginalProductionNumber":{"type":"integer","format":"int32"},"OriginalAirDate":{"type":"string"},"OriginalAiringOrder":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"ReleaseYear":{"type":"integer","format":"int32"},"CountryOfOrigin":{"type":"integer","format":"int32"},"ReleaseDuration":{"type":"integer","format":"int32"},"PrimaryLanguge":{"type":"integer","format":"int32"},"EiderId":{"type":"string"},"ParentShowTitle":{"type":"string"},"ParentSeasonNumber":{"type":"integer","format":"int32"},"StudiosAndProductionCompanies":{"type":"string"},"ChannelOfOrigin":{"type":"string"},"Title":{"type":"string"},"TitleAlternateTitle":{"type":"string"},"Synopsis200":{"type":"string"},"Synopsis250":{"type":"string"},"Synopsis1024":{"type":"string"},"Genres":{"type":"string"},"Keywords":{"type":"string"},"IDImdb":{"type":"string"},"IDCommonSenseMedia":{"type":"string"},"IDRottenTomatoes":{"type":"string"},"IDMetacritic":{"type":"string"},"IDEidr":{"type":"string"},"IDWikipedia":{"type":"string"},"IDTwitter":{"type":"string"},"IDFacebook":{"type":"string"},"IDInstagram":{"type":"string"},"IDOriginid":{"type":"string"},"Actor":{"type":"string"},"Director":{"type":"string"},"Producer":{"type":"string"},"Writer":{"type":"string"},"bestimageUrl":{"type":"string"},"ImageTags":{"type":"string"},"ImageCountry":{"type":"string"}},"description":"StudioBulkingest","type":"object"}}}}
```

## The List\_StudioBulkingest\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_StudioBulkingest_":{"title":"List<StudioBulkingest>","type":"array","items":{"$ref":"#/components/schemas/StudioBulkingest"}},"StudioBulkingest":{"title":"StudioBulkingest","properties":{"metaId":{"type":"string"},"OriginalRunningOrder":{"type":"string"},"OriginalProductionNumber":{"type":"integer","format":"int32"},"OriginalAirDate":{"type":"string"},"OriginalAiringOrder":{"type":"integer","format":"int32"},"SeasonNumber":{"type":"integer","format":"int32"},"ReleaseYear":{"type":"integer","format":"int32"},"CountryOfOrigin":{"type":"integer","format":"int32"},"ReleaseDuration":{"type":"integer","format":"int32"},"PrimaryLanguge":{"type":"integer","format":"int32"},"EiderId":{"type":"string"},"ParentShowTitle":{"type":"string"},"ParentSeasonNumber":{"type":"integer","format":"int32"},"StudiosAndProductionCompanies":{"type":"string"},"ChannelOfOrigin":{"type":"string"},"Title":{"type":"string"},"TitleAlternateTitle":{"type":"string"},"Synopsis200":{"type":"string"},"Synopsis250":{"type":"string"},"Synopsis1024":{"type":"string"},"Genres":{"type":"string"},"Keywords":{"type":"string"},"IDImdb":{"type":"string"},"IDCommonSenseMedia":{"type":"string"},"IDRottenTomatoes":{"type":"string"},"IDMetacritic":{"type":"string"},"IDEidr":{"type":"string"},"IDWikipedia":{"type":"string"},"IDTwitter":{"type":"string"},"IDFacebook":{"type":"string"},"IDInstagram":{"type":"string"},"IDOriginid":{"type":"string"},"Actor":{"type":"string"},"Director":{"type":"string"},"Producer":{"type":"string"},"Writer":{"type":"string"},"bestimageUrl":{"type":"string"},"ImageTags":{"type":"string"},"ImageCountry":{"type":"string"}},"description":"StudioBulkingest","type":"object"}}}}
```

## The BulkImage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"BulkImage":{"title":"BulkImage","properties":{"MetaId":{"type":"string"},"Imageurl":{"type":"string"},"ImagelanguageId":{"type":"string"},"ImageTags":{"type":"string"},"ImageType":{"type":"string"}},"description":"BulkImage","type":"object"}}}}
```

## The List\_BulkImage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_BulkImage_":{"title":"List<BulkImage>","type":"array","items":{"$ref":"#/components/schemas/BulkImage"}},"BulkImage":{"title":"BulkImage","properties":{"MetaId":{"type":"string"},"Imageurl":{"type":"string"},"ImagelanguageId":{"type":"string"},"ImageTags":{"type":"string"},"ImageType":{"type":"string"}},"description":"BulkImage","type":"object"}}}}
```

## The TmdbMovieVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbMovieVideosResponse":{"title":"TmdbMovieVideosResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/TmdbMovieVideo"}}},"description":"TmdbMovieVideosResponse","type":"object"},"TmdbMovieVideo":{"title":"TmdbMovieVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbMovieVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The TmdbMovieVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbMovieVideo":{"title":"TmdbMovieVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbMovieVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The YouTubeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The Pageinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"}}}}
```

## The Item object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The Snippet object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"}}}}
```

## The Thumbnails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"}}}}
```

## The Default object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"}}}}
```

## The Medium object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"}}}}
```

## The High object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"}}}}
```

## The Standard object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"}}}}
```

## The Maxres object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"}}}}
```

## The Localized object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"}}}}
```

## The Contentdetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"}}}}
```

## The Statistics object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"}}}}
```

## The Player object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"}}}}
```

## The Topicdetails object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The UpdateTmdbMovieVideoCacheContinuousReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbMovieVideoCacheContinuousReponse":{"title":"UpdateTmdbMovieVideoCacheContinuousReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbMovieVideoCacheContinuousReponse","type":"object"}}}}
```

## The TmdbShowVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbShowVideosResponse":{"title":"TmdbShowVideosResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/TmdbShowVideo"}}},"description":"TmdbShowVideosResponse","type":"object"},"TmdbShowVideo":{"title":"TmdbShowVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbShowVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The TmdbShowVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbShowVideo":{"title":"TmdbShowVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbShowVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The UpdateTmdbShowVideoCacheContinuousReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbShowVideoCacheContinuousReponse":{"title":"UpdateTmdbShowVideoCacheContinuousReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbShowVideoCacheContinuousReponse","type":"object"}}}}
```

## The TmdbSeasonVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbSeasonVideosResponse":{"title":"TmdbSeasonVideosResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/TmdbSeasonVideo"}}},"description":"TmdbSeasonVideosResponse","type":"object"},"TmdbSeasonVideo":{"title":"TmdbSeasonVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbSeasonVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The TmdbSeasonVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbSeasonVideo":{"title":"TmdbSeasonVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbSeasonVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The UpdateTmdbSeasonVideoCacheContinuousReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbSeasonVideoCacheContinuousReponse":{"title":"UpdateTmdbSeasonVideoCacheContinuousReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbSeasonVideoCacheContinuousReponse","type":"object"}}}}
```

## The TmdbEpisodeVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbEpisodeVideosResponse":{"title":"TmdbEpisodeVideosResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"},"Videos":{"type":"array","items":{"$ref":"#/components/schemas/TmdbEpisodeVideo"}}},"description":"TmdbEpisodeVideosResponse","type":"object"},"TmdbEpisodeVideo":{"title":"TmdbEpisodeVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbEpisodeVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The TmdbEpisodeVideo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TmdbEpisodeVideo":{"title":"TmdbEpisodeVideo","properties":{"Country":{"type":"string"},"Id":{"type":"string"},"Key":{"type":"string"},"Language":{"type":"string"},"Site":{"type":"string"},"Size":{"type":"integer","format":"int32"},"Title":{"type":"string"},"Type":{"type":"string"},"YouTube":{"$ref":"#/components/schemas/YouTubeVideo"}},"description":"TmdbEpisodeVideo","type":"object"},"YouTubeVideo":{"title":"YouTubeVideo","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/Pageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}}},"description":"YouTubeVideo","type":"object"},"Pageinfo":{"title":"Pageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"Pageinfo","type":"object"},"Item":{"title":"Item","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/Snippet"},"contentDetails":{"$ref":"#/components/schemas/Contentdetails"},"status":{"$ref":"#/components/schemas/Status"},"statistics":{"$ref":"#/components/schemas/Statistics"},"player":{"$ref":"#/components/schemas/Player"},"topicDetails":{"$ref":"#/components/schemas/Topicdetails"}},"description":"Item","type":"object"},"Snippet":{"title":"Snippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/Thumbnails"},"channelTitle":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/Localized"},"defaultAudioLanguage":{"type":"string"}},"description":"Snippet","type":"object"},"Thumbnails":{"title":"Thumbnails","properties":{"_default":{"$ref":"#/components/schemas/Default"},"medium":{"$ref":"#/components/schemas/Medium"},"high":{"$ref":"#/components/schemas/High"},"standard":{"$ref":"#/components/schemas/Standard"},"maxres":{"$ref":"#/components/schemas/Maxres"}},"description":"Thumbnails","type":"object"},"Default":{"title":"Default","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Default","type":"object"},"Medium":{"title":"Medium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Medium","type":"object"},"High":{"title":"High","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"High","type":"object"},"Standard":{"title":"Standard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Standard","type":"object"},"Maxres":{"title":"Maxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"Maxres","type":"object"},"Localized":{"title":"Localized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"Localized","type":"object"},"Contentdetails":{"title":"Contentdetails","properties":{"duration":{"type":"string"},"dimension":{"type":"string"},"definition":{"type":"string"},"caption":{"type":"string"},"licensedContent":{"type":"boolean"},"projection":{"type":"string"}},"description":"Contentdetails","type":"object"},"Status":{"title":"Status","properties":{"Type":{"type":"string"},"Value":{"type":"string"}},"description":"Status","type":"object"},"Statistics":{"title":"Statistics","properties":{"viewCount":{"type":"string"},"likeCount":{"type":"string"},"dislikeCount":{"type":"string"},"favoriteCount":{"type":"string"},"commentCount":{"type":"string"}},"description":"Statistics","type":"object"},"Player":{"title":"Player","properties":{"embedHtml":{"type":"string"}},"description":"Player","type":"object"},"Topicdetails":{"title":"Topicdetails","properties":{"relevantTopicIds":{"type":"array","items":{"type":"string"}},"topicCategories":{"type":"array","items":{"type":"string"}}},"description":"Topicdetails","type":"object"}}}}
```

## The UpdateTmdbEpisodeVideoCacheContinuousReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbEpisodeVideoCacheContinuousReponse":{"title":"UpdateTmdbEpisodeVideoCacheContinuousReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbEpisodeVideoCacheContinuousReponse","type":"object"}}}}
```

## The UpdateTmdbMovieVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbMovieVideoCacheReponse":{"title":"UpdateTmdbMovieVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbMovieVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdbMovieVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbMovieVideoCacheReponse":{"title":"PopulateTmdbMovieVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateTmdbMovieVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdbCurrentMovieVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbCurrentMovieVideoCacheReponse":{"title":"PopulateTmdbCurrentMovieVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateTmdbCurrentMovieVideoCacheReponse","type":"object"}}}}
```

## The UpdateTmdbShowVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbShowVideoCacheReponse":{"title":"UpdateTmdbShowVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbShowVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdbShowVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbShowVideoCacheReponse":{"title":"PopulateTmdbShowVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateTmdbShowVideoCacheReponse","type":"object"}}}}
```

## The UpdateTmdbSeasonVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbSeasonVideoCacheReponse":{"title":"UpdateTmdbSeasonVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbSeasonVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdbSeasonVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbSeasonVideoCacheReponse":{"title":"PopulateTmdbSeasonVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateTmdbSeasonVideoCacheReponse","type":"object"}}}}
```

## The UpdateTmdbEpisodeVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdbEpisodeVideoCacheReponse":{"title":"UpdateTmdbEpisodeVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"UpdateTmdbEpisodeVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdbEpisodeVideoCacheReponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdbEpisodeVideoCacheReponse":{"title":"PopulateTmdbEpisodeVideoCacheReponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"PopulateTmdbEpisodeVideoCacheReponse","type":"object"}}}}
```

## The PopulateTmdb3PIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"PopulateTmdb3PIndexResponse":{"title":"PopulateTmdb3PIndexResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"}},"description":"PopulateTmdb3PIndexResponse","type":"object"}}}}
```

## The UpdateTmdb3PIndexResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateTmdb3PIndexResponse":{"title":"UpdateTmdb3PIndexResponse","properties":{"Success":{"type":"boolean"},"Response":{"type":"string"}},"description":"UpdateTmdb3PIndexResponse","type":"object"}}}}
```

## The UpdateExistingTmdbRecordsInIndexAndRemovedDeletedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"UpdateExistingTmdbRecordsInIndexAndRemovedDeletedResponse":{"title":"UpdateExistingTmdbRecordsInIndexAndRemovedDeletedResponse","properties":{"TotalTmdbProgramsBeforeProcess":{"type":"integer","format":"int32"},"TotalTmdbProgramsAfterProcess":{"type":"integer","format":"int32"},"ShowsNeedingUpdate":{"type":"integer","format":"int32"},"MoviesNeedingUpdate":{"type":"integer","format":"int32"},"FailedMoviesUpdate":{"type":"integer","format":"int32"},"FailedShowsUpdate":{"type":"integer","format":"int32"},"DistinctShowsUpdated":{"type":"integer","format":"int32"},"DistinctRecordsDeletedOlderThanSevenDays":{"type":"integer","format":"int64"}},"description":"UpdateExistingTmdbRecordsInIndexAndRemovedDeletedResponse","type":"object"}}}}
```

## The RemoveTMDbDeletedSeasonsAndEpisodesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"RemoveTMDbDeletedSeasonsAndEpisodesResponse":{"title":"RemoveTMDbDeletedSeasonsAndEpisodesResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"RemoveTMDbDeletedSeasonsAndEpisodesResponse","type":"object"}}}}
```

## The MatchUnmatchedResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchUnmatchedResponse":{"title":"MatchUnmatchedResponse","properties":{"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"MatchUnmatchedResponse","type":"object"}}}}
```

## The TranslationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TranslationResponse":{"title":"TranslationResponse","properties":{"request_id":{"type":"string"},"sentences":{"type":"array","items":{"type":"string"}}},"description":"TranslationResponse","type":"object"}}}}
```

## The DashboardMostPopularTrailerListResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DashboardMostPopularTrailerListResponse":{"title":"DashboardMostPopularTrailerListResponse","properties":{"ProgramTitle":{"type":"string"},"VideoTitle":{"type":"string"},"ScreenCaptureUrl":{"type":"string"},"ReleaseDate":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"Id":{"type":"string"},"ProgramId":{"type":"string"},"LastModified":{"type":"string","format":"date-time"}},"description":"DashboardMostPopularTrailerListResponse","type":"object"}}}}
```

## The List\_DashboardMostPopularTrailerListResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DashboardMostPopularTrailerListResponse_":{"title":"List<DashboardMostPopularTrailerListResponse>","type":"array","items":{"$ref":"#/components/schemas/DashboardMostPopularTrailerListResponse"}},"DashboardMostPopularTrailerListResponse":{"title":"DashboardMostPopularTrailerListResponse","properties":{"ProgramTitle":{"type":"string"},"VideoTitle":{"type":"string"},"ScreenCaptureUrl":{"type":"string"},"ReleaseDate":{"type":"string"},"Encoded":{"type":"string","format":"date-time"},"Id":{"type":"string"},"ProgramId":{"type":"string"},"LastModified":{"type":"string","format":"date-time"}},"description":"DashboardMostPopularTrailerListResponse","type":"object"}}}}
```

## The DashboardTrendingListResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"DashboardTrendingListResponse":{"title":"DashboardTrendingListResponse","properties":{"ImageUrl":{"type":"string"},"OverallTrendSourceNames":{"type":"string"},"RankChange":{"type":"number","format":"double"},"TrendSourceSampleSize":{"type":"integer","format":"int32"},"VideoTitle":{"type":"string"},"ReleaseType":{"type":"string"},"ReleaseDate":{"type":"string"},"DirectorString":{"type":"string"},"OriginatingNetwork":{"type":"string"},"Encoded":{"type":"string"},"ComputedRank":{"type":"number","format":"double"},"NoVideo":{"type":"boolean"},"ProgramTitle":{"type":"string"},"ProgramYear":{"type":"integer","format":"int32"},"NumberOfTrendSourceLists":{"type":"integer","format":"int32"},"PubId":{"type":"integer","format":"int64"},"ScreenCaptureUrl":{"type":"string"},"ScreenCaptureFilePath":{"type":"string"},"ImageType":{"type":"string"},"PosterId":{"type":"string"},"ChartRank":{"type":"integer","format":"int32"},"CastString":{"type":"string"},"NextEpisodeRelease":{"type":"string"},"ProgramType":{"type":"string"},"NoImage":{"type":"boolean"},"Id":{"type":"string"},"IVARating":{"type":"number","format":"double"},"LastModified":{"type":"string","format":"date-time"}},"description":"DashboardTrendingListResponse","type":"object"}}}}
```

## The List\_DashboardTrendingListResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_DashboardTrendingListResponse_":{"title":"List<DashboardTrendingListResponse>","type":"array","items":{"$ref":"#/components/schemas/DashboardTrendingListResponse"}},"DashboardTrendingListResponse":{"title":"DashboardTrendingListResponse","properties":{"ImageUrl":{"type":"string"},"OverallTrendSourceNames":{"type":"string"},"RankChange":{"type":"number","format":"double"},"TrendSourceSampleSize":{"type":"integer","format":"int32"},"VideoTitle":{"type":"string"},"ReleaseType":{"type":"string"},"ReleaseDate":{"type":"string"},"DirectorString":{"type":"string"},"OriginatingNetwork":{"type":"string"},"Encoded":{"type":"string"},"ComputedRank":{"type":"number","format":"double"},"NoVideo":{"type":"boolean"},"ProgramTitle":{"type":"string"},"ProgramYear":{"type":"integer","format":"int32"},"NumberOfTrendSourceLists":{"type":"integer","format":"int32"},"PubId":{"type":"integer","format":"int64"},"ScreenCaptureUrl":{"type":"string"},"ScreenCaptureFilePath":{"type":"string"},"ImageType":{"type":"string"},"PosterId":{"type":"string"},"ChartRank":{"type":"integer","format":"int32"},"CastString":{"type":"string"},"NextEpisodeRelease":{"type":"string"},"ProgramType":{"type":"string"},"NoImage":{"type":"boolean"},"Id":{"type":"string"},"IVARating":{"type":"number","format":"double"},"LastModified":{"type":"string","format":"date-time"}},"description":"DashboardTrendingListResponse","type":"object"}}}}
```

## The CollectTrendingDataFromAllSourcesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CollectTrendingDataFromAllSourcesResponse":{"title":"CollectTrendingDataFromAllSourcesResponse","properties":{"Message":{"type":"string"}},"description":"CollectTrendingDataFromAllSourcesResponse","type":"object"}}}}
```

## The TrendingMatchOverrides object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendingMatchOverrides":{"title":"TrendingMatchOverrides","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"IsUnwanted":{"type":"boolean"},"EntertainmentId":{"type":"string"}},"description":"TrendingMatchOverrides","type":"object"}}}}
```

## The List\_TrendingMatchOverrides\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TrendingMatchOverrides_":{"title":"List<TrendingMatchOverrides>","type":"array","items":{"$ref":"#/components/schemas/TrendingMatchOverrides"}},"TrendingMatchOverrides":{"title":"TrendingMatchOverrides","properties":{"Id":{"type":"integer","format":"int32"},"Title":{"type":"string"},"IsUnwanted":{"type":"boolean"},"EntertainmentId":{"type":"string"}},"description":"TrendingMatchOverrides","type":"object"}}}}
```

## The TrendSourceList object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendSourceList":{"title":"TrendSourceList","properties":{"Id":{"type":"integer","format":"int32"},"TrendSourceId":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"Succeeded":{"type":"boolean"},"Errors":{"type":"array","items":{"type":"string"}},"Items":{"type":"array","items":{"$ref":"#/components/schemas/TrendSourceListItem"}},"Source":{"$ref":"#/components/schemas/TrendSource"}},"description":"TrendSourceList","type":"object"},"TrendSourceListItem":{"title":"TrendSourceListItem","properties":{"Id":{"type":"integer","format":"int32"},"TrendSourceListId":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"string"},"Rank":{"type":"number","format":"double"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Description":{"type":"string"},"SourceId":{"type":"string"},"TitleUrl":{"type":"string"}},"description":"TrendSourceListItem","type":"object"},"TrendSource":{"title":"TrendSource","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Brand":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"Classifiers":{"type":"array","items":{"type":"string"}},"Modified":{"type":"string","format":"date-time"},"ListUrl":{"type":"string"},"Active":{"type":"boolean"},"Scrapestorm":{"type":"boolean"},"Programtype":{"type":"string"}},"description":"TrendSource","type":"object"}}}}
```

## The TrendSourceListItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendSourceListItem":{"title":"TrendSourceListItem","properties":{"Id":{"type":"integer","format":"int32"},"TrendSourceListId":{"type":"integer","format":"int32"},"EntertainmentId":{"type":"string"},"Rank":{"type":"number","format":"double"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"Year":{"type":"integer","format":"int32"},"Description":{"type":"string"},"SourceId":{"type":"string"},"TitleUrl":{"type":"string"}},"description":"TrendSourceListItem","type":"object"}}}}
```

## The TrendSource object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TrendSource":{"title":"TrendSource","properties":{"Id":{"type":"integer","format":"int32"},"Name":{"type":"string"},"Brand":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"Classifiers":{"type":"array","items":{"type":"string"}},"Modified":{"type":"string","format":"date-time"},"ListUrl":{"type":"string"},"Active":{"type":"boolean"},"Scrapestorm":{"type":"boolean"},"Programtype":{"type":"string"}},"description":"TrendSource","type":"object"}}}}
```

## The TvMediaLineupResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaLineupResponse":{"title":"TvMediaLineupResponse","properties":{"lineupID":{"type":"string"},"lineupName":{"type":"string"},"lineupType":{"type":"string"},"providerID":{"type":"string"},"providerName":{"type":"string"},"serviceArea":{"type":"string"},"country":{"type":"string"},"stations":{"type":"array","items":{"$ref":"#/components/schemas/Station"}}},"description":"TvMediaLineupResponse","type":"object"},"Station":{"title":"Station","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/Object"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"$ref":"#/components/schemas/Object"}},"description":"Station","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The List\_TvMediaLineupResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaLineupResponse_":{"title":"List<TvMediaLineupResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaLineupResponse"}},"TvMediaLineupResponse":{"title":"TvMediaLineupResponse","properties":{"lineupID":{"type":"string"},"lineupName":{"type":"string"},"lineupType":{"type":"string"},"providerID":{"type":"string"},"providerName":{"type":"string"},"serviceArea":{"type":"string"},"country":{"type":"string"},"stations":{"type":"array","items":{"$ref":"#/components/schemas/Station"}}},"description":"TvMediaLineupResponse","type":"object"},"Station":{"title":"Station","properties":{"_CallSign":{"type":"string"},"_ID":{"type":"integer","format":"int32"},"_Type":{"type":"string"},"_Affiliate":{"type":"string"},"_LogoPathURL":{"type":"string"},"_Media":{"$ref":"#/components/schemas/Object"},"_MediaInfoSpecified":{"type":"boolean"},"_StationDetailsSpecified":{"type":"boolean"},"_StationDetails":{"$ref":"#/components/schemas/Object"},"_AiringsSpecified":{"type":"boolean"},"_Airings":{"$ref":"#/components/schemas/Object"}},"description":"Station","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The TvMediaLeagueResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaLeagueResponse":{"title":"TvMediaLeagueResponse","properties":{"leagueID":{"type":"string"},"leagueName":{"type":"string"},"logo":{"type":"string"}},"description":"TvMediaLeagueResponse","type":"object"}}}}
```

## The List\_TvMediaLeagueResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaLeagueResponse_":{"title":"List<TvMediaLeagueResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaLeagueResponse"}},"TvMediaLeagueResponse":{"title":"TvMediaLeagueResponse","properties":{"leagueID":{"type":"string"},"leagueName":{"type":"string"},"logo":{"type":"string"}},"description":"TvMediaLeagueResponse","type":"object"}}}}
```

## The TvMediaSeriesSearch object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaSeriesSearch":{"title":"TvMediaSeriesSearch","properties":{"results":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaResult"}},"totalResults":{"type":"integer","format":"int32"},"currentPage":{"type":"integer","format":"int32"},"maxResultsPerPage":{"type":"integer","format":"int32"}},"description":"TvMediaSeriesSearch","type":"object"},"TvMediaResult":{"title":"TvMediaResult","properties":{"seriesID":{"type":"integer","format":"int32"},"seriesName":{"type":"string"},"showType":{"type":"string"},"description":{"type":"string"},"usualDuration":{"type":"integer","format":"int32"},"rating":{"type":"string"},"originatingNetwork":{"type":"string"},"language":{"type":"string"},"stereo":{"type":"boolean"},"educational":{"type":"boolean"},"startYear":{"type":"string"},"endYear":{"type":"string"},"productionEnded":{"type":"boolean"},"twitter":{"type":"string"},"imdbID":{"type":"string"},"artwork":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"episodes":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaCast"}},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaResult","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"TvMediaCast":{"title":"TvMediaCast","properties":{"person":{"$ref":"#/components/schemas/TvMediaPerson"},"role":{"type":"string"}},"description":"TvMediaCast","type":"object"},"TvMediaPerson":{"title":"TvMediaPerson","properties":{"personID":{"type":"integer","format":"int32"},"name":{"type":"string"},"dateOfBirth":{"type":"string"},"imdbID":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaPerson","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaResult object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaResult":{"title":"TvMediaResult","properties":{"seriesID":{"type":"integer","format":"int32"},"seriesName":{"type":"string"},"showType":{"type":"string"},"description":{"type":"string"},"usualDuration":{"type":"integer","format":"int32"},"rating":{"type":"string"},"originatingNetwork":{"type":"string"},"language":{"type":"string"},"stereo":{"type":"boolean"},"educational":{"type":"boolean"},"startYear":{"type":"string"},"endYear":{"type":"string"},"productionEnded":{"type":"boolean"},"twitter":{"type":"string"},"imdbID":{"type":"string"},"artwork":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"seasons":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"episodes":{"type":"array","items":{"$ref":"#/components/schemas/Object"}},"cast":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaCast"}},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaResult","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"TvMediaCast":{"title":"TvMediaCast","properties":{"person":{"$ref":"#/components/schemas/TvMediaPerson"},"role":{"type":"string"}},"description":"TvMediaCast","type":"object"},"TvMediaPerson":{"title":"TvMediaPerson","properties":{"personID":{"type":"integer","format":"int32"},"name":{"type":"string"},"dateOfBirth":{"type":"string"},"imdbID":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaPerson","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaCast object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaCast":{"title":"TvMediaCast","properties":{"person":{"$ref":"#/components/schemas/TvMediaPerson"},"role":{"type":"string"}},"description":"TvMediaCast","type":"object"},"TvMediaPerson":{"title":"TvMediaPerson","properties":{"personID":{"type":"integer","format":"int32"},"name":{"type":"string"},"dateOfBirth":{"type":"string"},"imdbID":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaPerson","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaPerson":{"title":"TvMediaPerson","properties":{"personID":{"type":"integer","format":"int32"},"name":{"type":"string"},"dateOfBirth":{"type":"string"},"imdbID":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaPerson","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The MatchedListings object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchedListings":{"title":"MatchedListings","properties":{"UsListings":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaListingResponse"}},"UsPrograms":{"type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}},"CaListings":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaListingResponse"}},"CaPrograms":{"type":"array","items":{"$ref":"#/components/schemas/DiscoverProgram"}},"Success":{"type":"boolean"},"Message":{"type":"string"}},"description":"MatchedListings","type":"object"},"TvMediaListingResponse":{"title":"TvMediaListingResponse","properties":{"PremieresAndFinalesOnly":{"type":"boolean"},"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"},"DiscoverProgram":{"title":"DiscoverProgram","required":["Year","ShowEpisodes"],"properties":{"Id":{"description":"Unique ID of the Movie, Show, Season or Episode in the form of Movie/1 or Show/2","type":"string"},"ProgramType":{"type":"string"},"Title":{"description":"English version of any foreign Original Title.","type":"string"},"Created":{"description":"DateTime record was created.","type":"string","format":"date-time"},"Modified":{"description":"DateTime record last modified.","type":"string","format":"date-time"},"OriginalTitle":{"description":"Original title of program","type":"string"},"OriginalReleaseDate":{"description":"First generally available release regardless of country. Excludes festivals and premieres.","type":"string","format":"date-time"},"Year":{"description":"Release year of program.","type":"integer","format":"int32"},"ShowEpisodes":{"description":"Episodes for a show.","type":"array","items":{"$ref":"#/components/schemas/ShowEpisode"}},"ShowId":{"description":"Used for season and episodes.  Ex: Show/1234","type":"string"},"SeasonId":{"description":"Used for season and episodes. Ex: Season/1234","type":"string"},"SeasonNumber":{"description":"Used for season and episodes.","type":"integer","format":"int32"},"SeasonEpisodeCount":{"description":"Number of episodes in season.","type":"integer","format":"int32"},"EpisodeNumber":{"description":"Used for episodes.","type":"integer","format":"int32"},"OriginalLanguage":{"description":"Original language.","type":"string"},"OriginalLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail","description":"Original language."},"CountriesOfOrigin":{"description":"Program's countries of origin.","type":"array","items":{"$ref":"#/components/schemas/CountryDetail"}},"Revenue":{"description":"Total revenue generated by Movie.","type":"integer","format":"int64"},"Budget":{"description":"Movie budget","type":"integer","format":"int64"},"Runtime":{"description":"Movie runtime in minutes.","type":"integer","format":"int32"},"OfficialSiteUrl":{"description":"Movie website home page.","type":"string"},"Deleted":{"type":"boolean"},"OwnerStudio":{"type":"string"},"Status":{"description":"Status of movie.","type":"string"},"Type":{"description":"Type of movie. Ex: Tv Movie, Short, etc.","type":"string"},"RedirectTo":{"description":"Redirect to.","type":"string"},"Idx":{"description":"Index to differentiate movies with identical titles and year.","type":"string"},"OriginatingNetwork":{"description":"The network the new shows are currently airing on.","type":"string"},"Genres":{"description":"List of genres.","type":"array","items":{"type":"string"}},"Releases":{"description":"List of releases associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramRelease"}},"Contributors":{"description":"List of contributors (Cast, Director, Writer, Production, etc.) for this program.","type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"AlternateTitles":{"description":"List of alternate titles for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAlternateTitle"}},"Descriptions":{"description":"List of descriptions for this Program.","type":"array","items":{"$ref":"#/components/schemas/ProgramDescription"}},"Companies":{"description":"List of companies (Production, Distribution, etc.) associated with program.","type":"array","items":{"$ref":"#/components/schemas/Company"}},"Tags":{"description":"List of tags associated with Program.","type":"array","items":{"type":"string"}},"Themes":{"description":"List of themes.","type":"array","items":{"type":"string"}},"ExternalIds":{"description":"List of external Ids associated with Program.","type":"array","items":{"$ref":"#/components/schemas/ExternalId"}},"Videos":{"description":"List of videos.","type":"array","items":{"$ref":"#/components/schemas/ProgramVideo"}},"Images":{"description":"List of images.","type":"array","items":{"$ref":"#/components/schemas/ProgramImage"}},"VersionId":{"description":"Record Version Id","type":"integer","format":"int64"},"Availabilities":{"description":"List of availabilities for program.","type":"array","items":{"$ref":"#/components/schemas/ProgramAvailability"}},"ProgramTrends":{"description":"List of trending source data.","type":"array","items":{"$ref":"#/components/schemas/ProgramTrend"}},"VideoCount":{"description":"Count of videos","type":"integer","format":"int32"},"ImageCount":{"description":"Count of images","type":"integer","format":"int32"},"IvaRating":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game","type":"number","format":"double"},"IvaRatingSort":{"description":"IVA Rating for program.  Applies to Show, Movie, and Game. Includes decimal places for accurate sorting.","type":"number","format":"double"},"TimeStamp":{"description":"Last time object was updated or changed.","type":"string","format":"date-time"},"Awards":{"type":"array","items":{"$ref":"#/components/schemas/Award"}},"Collections":{"type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollection"}},"ProgramChangeHistory":{"type":"array","items":{"$ref":"#/components/schemas/ProgramChangeHistory"}},"Summary":{"$ref":"#/components/schemas/Summary"}},"description":"DiscoverProgram","type":"object"},"ShowEpisode":{"title":"ShowEpisode","properties":{"EpisodeId":{"type":"string"},"SeasonId":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Action":{"type":"string"}},"description":"ShowEpisode","type":"object"},"LanguageDetail":{"title":"LanguageDetail","properties":{"Id":{"description":"Unique ID of a Language.","type":"integer","format":"int32"},"IsoCode":{"description":"ISO code for this Language.","type":"string"},"Name":{"description":"Name of the Language.","type":"string"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IETFCode":{"description":"IETF BCP 47 code for this language.","type":"string"}},"description":"LanguageDetail","type":"object"},"CountryDetail":{"title":"CountryDetail","properties":{"Id":{"type":"integer","format":"int32"},"FabricId":{"description":"Fabric Language Id.","type":"string"},"IsoCode":{"description":"ISO code for a Country.","type":"string"},"IsoCodeA3":{"description":"ISO 3 character code for a Country.","type":"string"},"Name":{"description":"Name of the Country.","type":"string"},"AlternateNames":{"description":"Alternate names of the Country.","type":"array","items":{"type":"string"}}},"description":"CountryDetail","type":"object"},"ProgramRelease":{"title":"ProgramRelease","properties":{"Date":{"type":"string","format":"date-time"},"Certification":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"FabricCountryId":{"type":"string"},"Type":{"type":"string"}},"description":"ProgramRelease","type":"object"},"ProgramContributor":{"title":"ProgramContributor","properties":{"PersonId":{"type":"string"},"PersonName":{"type":"string"},"Character":{"type":"string"},"Job":{"type":"string"},"Order":{"type":"integer","format":"int32"}},"description":"ProgramContributor","type":"object"},"ProgramAlternateTitle":{"title":"ProgramAlternateTitle","properties":{"Title":{"type":"string"},"Country":{"type":"string"},"CountryName":{"type":"string"},"CountryId":{"type":"integer","format":"int32"},"CountryFabricId":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramAlternateTitle","type":"object"},"ProgramDescription":{"title":"ProgramDescription","properties":{"Description":{"type":"string"},"DescriptionType":{"type":"string"},"Attribution":{"type":"string"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramDescription","type":"object"},"Company":{"title":"Company","properties":{"Id":{"description":"ID of Company object.","type":"integer","format":"int64"},"CompanyId":{"description":"ID of Company.","type":"integer","format":"int64"},"Name":{"description":"Name of the Company.","type":"string"},"Modified":{"type":"string","format":"date-time"},"NormalizedName":{"type":"string"},"ParentCompany":{"type":"string"}},"description":"Company","type":"object"},"ExternalId":{"title":"ExternalId","properties":{"Name":{"type":"string"},"Id":{"type":"string"}},"description":"ExternalId","type":"object"},"ProgramVideo":{"title":"ProgramVideo","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"Type":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"},"Mature":{"type":"boolean"},"CaptionID":{"description":"Closed Caption ID for a video, see the /Videos/ClosedCaption API for more details","type":"integer","format":"int64"},"Duration":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageSubtitled":{"type":"string"},"Company":{"type":"string"},"Clean":{"type":"boolean"},"AllowAdvertising":{"type":"boolean"},"Certification":{"type":"boolean"},"Theatrical":{"type":"boolean"},"HomeVideo":{"type":"boolean"},"TuneIn":{"type":"boolean"},"SourceVideoWidth":{"type":"integer","format":"int32"},"SourceVideoHeight":{"type":"integer","format":"int32"},"Encoded":{"type":"string","format":"date-time"},"ScreenCaptures":{"type":"array","items":{"$ref":"#/components/schemas/VideoScreenCapture"}},"TargetCountries":{"type":"array","items":{"type":"string"}},"TargetCountriesDetail":{"type":"array","items":{"$ref":"#/components/schemas/ProgramVideoTargetCountry"}},"TargetLanguage":{"type":"string"},"TargetLanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"}},"description":"ProgramVideo","type":"object"},"VideoScreenCapture":{"title":"VideoScreenCapture","properties":{"Height":{"type":"integer","format":"int32"},"Width":{"type":"integer","format":"int32"},"Aspect":{"type":"string"},"FilePath":{"type":"string"}},"description":"VideoScreenCapture","type":"object"},"ProgramVideoTargetCountry":{"title":"ProgramVideoTargetCountry","properties":{"CountryId":{"type":"integer","format":"int32"},"Country":{"type":"string"},"CountryName":{"type":"string"},"FabricId":{"type":"string"}},"description":"ProgramVideoTargetCountry","type":"object"},"ProgramImage":{"title":"ProgramImage","properties":{"ImageType":{"type":"string"},"Attribution":{"type":"string"},"Width":{"type":"integer","format":"int32"},"Height":{"type":"integer","format":"int32"},"Violence":{"type":"integer","format":"int32"},"Sexuality":{"type":"integer","format":"int32"},"Language":{"type":"string"},"LanguageDetail":{"$ref":"#/components/schemas/LanguageDetail"},"Tags":{"type":"array","items":{"type":"string"}},"Official":{"type":"boolean"},"FilePath":{"type":"string"},"Modified":{"type":"string","format":"date-time"},"Created":{"type":"string","format":"date-time"}},"description":"ProgramImage","type":"object"},"ProgramAvailability":{"title":"ProgramAvailability","properties":{"Provider":{"type":"string"},"OfferType":{"type":"string"},"DeliveryMethod":{"type":"string"},"Price":{"type":"number","format":"double"},"Currency":{"type":"string"},"PreSale":{"type":"boolean"},"Quality":{"type":"string"},"Country":{"type":"string"},"CountryDetail":{"$ref":"#/components/schemas/CountryDetail"},"Links":{"type":"array","items":{"$ref":"#/components/schemas/OfferLink"}},"StartDate":{"type":"string","format":"date-time"},"ExpirationDate":{"type":"string","format":"date-time"}},"description":"ProgramAvailability","type":"object"},"OfferLink":{"title":"OfferLink","properties":{"Platform":{"type":"string"},"Url":{"type":"string"}},"description":"OfferLink","type":"object"},"ProgramTrend":{"title":"ProgramTrend","properties":{"Id":{"description":"Trend Source Id.","type":"integer","format":"int32"},"Name":{"description":"Name of the trend list.","type":"string"},"Brand":{"description":"Brand associated with trend list.","type":"string"},"Country":{"description":"Specific country trend list is associated with.","type":"string"},"Classifiers":{"description":"List of characteristics of the list.","type":"array","items":{"type":"string"}},"Modified":{"description":"Date the list was last updated.","type":"string","format":"date-time"},"Rank":{"description":"Position in the list.  1 is first/top of the list.","type":"integer","format":"int32"},"ListUrl":{"description":"URL of the list.","type":"string"},"TitleUrl":{"description":"URL of title on trend list.","type":"string"}},"description":"ProgramTrend","type":"object"},"Award":{"title":"Award","properties":{"Year":{"type":"integer","format":"int32"},"Type":{"type":"string"},"Category":{"type":"string"},"CategoryType":{"type":"string"},"ProgramId":{"type":"string"},"PersonIds":{"type":"array","items":{"type":"string"}},"Winner":{"type":"boolean"},"Modified":{"type":"string","format":"date-time"}},"description":"Award","type":"object"},"EntertainmentCollection":{"title":"EntertainmentCollection","properties":{"Id":{"description":"ID of the Collection. This is used in EntertainmentSearch to locate programs in this collection.  Could be ID or ParentID.","type":"string"},"Name":{"description":"Name of collection.","type":"string"},"Description":{"description":"Description of collection.","type":"string"},"Types":{"description":"List of Types of collection.","type":"array","items":{"type":"string"}},"ParentCollectionIds":{"description":"List of collection ParentIds.","type":"array","items":{"type":"string"}},"Items":{"description":"Programs in the collection.","type":"array","items":{"$ref":"#/components/schemas/EntertainmentCollectionItem"}},"Tags":{"description":"Significant Term tags from programs in the collection.","type":"array","items":{"type":"string"}},"MicroGenres":{"description":"Micro genres from programs in the collection.","type":"array","items":{"type":"string"}},"Subjects":{"description":"Subjects from programs in the collection.","type":"array","items":{"type":"string"}},"BasedOns":{"description":"Based Ons from programs in the collection.","type":"array","items":{"type":"string"}},"Characters":{"description":"Characters from programs in the collection.","type":"array","items":{"type":"string"}},"Timestamp":{"description":"DateTime where collection was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollection","type":"object"},"EntertainmentCollectionItem":{"title":"EntertainmentCollectionItem","properties":{"ProgramId":{"description":"ID of program in collection.","type":"string"},"Sequence":{"description":"Nullable sequence used to order some collections.","type":"integer","format":"int32"},"Modified":{"description":"DateTime collection item was last modified.","type":"string","format":"date-time"}},"description":"EntertainmentCollectionItem","type":"object"},"ProgramChangeHistory":{"title":"ProgramChangeHistory","properties":{"Id":{"type":"integer","format":"int64"},"Entity":{"type":"string"},"Modified":{"type":"string","format":"date-time"}},"description":"ProgramChangeHistory","type":"object"},"Summary":{"title":"Summary","properties":{"Video":{"$ref":"#/components/schemas/ProgramVideo"},"Image":{"$ref":"#/components/schemas/ProgramImage"},"Description":{"$ref":"#/components/schemas/ProgramDescription"},"Contributors":{"type":"array","items":{"$ref":"#/components/schemas/ProgramContributor"}},"ContributorCount":{"type":"integer","format":"int32"},"AvailabilityCount":{"type":"integer","format":"int32"},"ImageCount":{"type":"integer","format":"int32"},"VideoCount":{"type":"integer","format":"int32"},"ProgramTrendCount":{"type":"integer","format":"int32"},"AwardCount":{"type":"integer","format":"int32"},"ReleaseCount":{"type":"integer","format":"int32"},"TitleCount":{"type":"integer","format":"int32"},"ExternalIdCount":{"type":"integer","format":"int32"},"TagCount":{"type":"integer","format":"int32"},"ThemeCount":{"type":"integer","format":"int32"}},"description":"Summary","type":"object"}}}}
```

## The TvMediaListingResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaListingResponse":{"title":"TvMediaListingResponse","properties":{"PremieresAndFinalesOnly":{"type":"boolean"},"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The Artwork object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"}}}}
```

## The TvMediaCountryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaCountryResponse":{"title":"TvMediaCountryResponse","properties":{"countryID":{"type":"string"},"countryName":{"type":"string"}},"description":"TvMediaCountryResponse","type":"object"}}}}
```

## The List\_TvMediaCountryResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaCountryResponse_":{"title":"List<TvMediaCountryResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaCountryResponse"}},"TvMediaCountryResponse":{"title":"TvMediaCountryResponse","properties":{"countryID":{"type":"string"},"countryName":{"type":"string"}},"description":"TvMediaCountryResponse","type":"object"}}}}
```

## The TvMediaStationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaStationResponse":{"title":"TvMediaStationResponse","properties":{"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"NTSC_TSID":{"type":"integer","format":"int32"},"DTV_TSID":{"type":"integer","format":"int32"},"Twitter":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"stationHD":{"type":"boolean"}},"description":"TvMediaStationResponse","type":"object"}}}}
```

## The TvMediaGenreResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaGenreResponse":{"title":"TvMediaGenreResponse","properties":{"genreID":{"type":"string"},"genre":{"type":"string"}},"description":"TvMediaGenreResponse","type":"object"}}}}
```

## The List\_TvMediaGenreResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaGenreResponse_":{"title":"List<TvMediaGenreResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaGenreResponse"}},"TvMediaGenreResponse":{"title":"TvMediaGenreResponse","properties":{"genreID":{"type":"string"},"genre":{"type":"string"}},"description":"TvMediaGenreResponse","type":"object"}}}}
```

## The TvMediaTeamResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaTeamResponse":{"title":"TvMediaTeamResponse","properties":{"teamID":{"type":"integer","format":"int32"},"leagueID":{"type":"string"},"longName":{"type":"string"},"mediumName":{"type":"string"},"shortName":{"type":"string"},"logo":{"type":"string"}},"description":"TvMediaTeamResponse","type":"object"}}}}
```

## The List\_TvMediaTeamResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaTeamResponse_":{"title":"List<TvMediaTeamResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaTeamResponse"}},"TvMediaTeamResponse":{"title":"TvMediaTeamResponse","properties":{"teamID":{"type":"integer","format":"int32"},"leagueID":{"type":"string"},"longName":{"type":"string"},"mediumName":{"type":"string"},"shortName":{"type":"string"},"logo":{"type":"string"}},"description":"TvMediaTeamResponse","type":"object"}}}}
```

## The TvMediaSeries object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaSeries":{"title":"TvMediaSeries","properties":{"seriesID":{"type":"integer","format":"int32"},"seriesName":{"type":"string"},"showType":{"type":"string"},"description":{"type":"string"},"usualDuration":{"type":"integer","format":"int32"},"rating":{"type":"string"},"originatingNetwork":{"type":"string"},"language":{"type":"string"},"stereo":{"type":"boolean"},"educational":{"type":"boolean"},"startYear":{"type":"string"},"endYear":{"type":"string"},"productionEnded":{"type":"boolean"},"twitter":{"type":"string"},"imdbID":{"type":"string"},"picture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaSeries","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaRegionResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaRegionResponse":{"title":"TvMediaRegionResponse","properties":{"regionID":{"type":"string"},"regionName":{"type":"string"}},"description":"TvMediaRegionResponse","type":"object"}}}}
```

## The List\_TvMediaRegionResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaRegionResponse_":{"title":"List<TvMediaRegionResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaRegionResponse"}},"TvMediaRegionResponse":{"title":"TvMediaRegionResponse","properties":{"regionID":{"type":"string"},"regionName":{"type":"string"}},"description":"TvMediaRegionResponse","type":"object"}}}}
```

## The List\_TvMediaListingResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaListingResponse_":{"title":"List<TvMediaListingResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaListingResponse"}},"TvMediaListingResponse":{"title":"TvMediaListingResponse","properties":{"PremieresAndFinalesOnly":{"type":"boolean"},"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaShortListingResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaShortListingResponse":{"title":"TvMediaShortListingResponse","properties":{"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaShortListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The List\_TvMediaShortListingResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaShortListingResponse_":{"title":"List<TvMediaShortListingResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaShortListingResponse"}},"TvMediaShortListingResponse":{"title":"TvMediaShortListingResponse","properties":{"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaShortListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaServiceAreaResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaServiceAreaResponse":{"title":"TvMediaServiceAreaResponse","properties":{"areaID":{"type":"string"},"areaName":{"type":"string"}},"description":"TvMediaServiceAreaResponse","type":"object"}}}}
```

## The List\_TvMediaServiceAreaResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaServiceAreaResponse_":{"title":"List<TvMediaServiceAreaResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaServiceAreaResponse"}},"TvMediaServiceAreaResponse":{"title":"TvMediaServiceAreaResponse","properties":{"areaID":{"type":"string"},"areaName":{"type":"string"}},"description":"TvMediaServiceAreaResponse","type":"object"}}}}
```

## The TvMediaGridResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaGridResponse":{"title":"TvMediaGridResponse","properties":{"channel":{"$ref":"#/components/schemas/TvMediaChannelResponse"},"listings":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaShortListingResponse"}}},"description":"TvMediaGridResponse","type":"object"},"TvMediaChannelResponse":{"title":"TvMediaChannelResponse","properties":{"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"NTSC_TSID":{"type":"integer","format":"int32"},"DTV_TSID":{"type":"integer","format":"int32"},"Twitter":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"stationHD":{"type":"boolean"}},"description":"TvMediaChannelResponse","type":"object"},"TvMediaShortListingResponse":{"title":"TvMediaShortListingResponse","properties":{"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaShortListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The TvMediaChannelResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TvMediaChannelResponse":{"title":"TvMediaChannelResponse","properties":{"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"NTSC_TSID":{"type":"integer","format":"int32"},"DTV_TSID":{"type":"integer","format":"int32"},"Twitter":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"stationHD":{"type":"boolean"}},"description":"TvMediaChannelResponse","type":"object"}}}}
```

## The List\_TvMediaGridResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TvMediaGridResponse_":{"title":"List<TvMediaGridResponse>","type":"array","items":{"$ref":"#/components/schemas/TvMediaGridResponse"}},"TvMediaGridResponse":{"title":"TvMediaGridResponse","properties":{"channel":{"$ref":"#/components/schemas/TvMediaChannelResponse"},"listings":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaShortListingResponse"}}},"description":"TvMediaGridResponse","type":"object"},"TvMediaChannelResponse":{"title":"TvMediaChannelResponse","properties":{"number":{"type":"string"},"channelNumber":{"type":"integer","format":"int32"},"subChannelNumber":{"type":"integer","format":"int32"},"stationID":{"type":"integer","format":"int32"},"name":{"type":"string"},"callsign":{"type":"string"},"network":{"type":"string"},"stationType":{"type":"string"},"NTSC_TSID":{"type":"integer","format":"int32"},"DTV_TSID":{"type":"integer","format":"int32"},"Twitter":{"type":"string"},"webLink":{"type":"string"},"logoFilename":{"type":"string"},"stationHD":{"type":"boolean"}},"description":"TvMediaChannelResponse","type":"object"},"TvMediaShortListingResponse":{"title":"TvMediaShortListingResponse","properties":{"listingID":{"type":"integer","format":"int32"},"listDateTime":{"type":"string"},"duration":{"type":"integer","format":"int32"},"showID":{"type":"integer","format":"int32"},"seriesID":{"type":"integer","format":"int32"},"showName":{"type":"string"},"episodeTitle":{"type":"string"},"episodeNumber":{"type":"string"},"parts":{"type":"integer","format":"int32"},"partNum":{"type":"integer","format":"int32"},"seriesPremiere":{"type":"boolean"},"seasonPremiere":{"type":"boolean"},"seriesFinale":{"type":"boolean"},"seasonFinale":{"type":"boolean"},"repeat":{"type":"boolean"},"isNew":{"type":"boolean"},"rating":{"type":"string"},"captioned":{"type":"boolean"},"educational":{"type":"boolean"},"blackWhite":{"type":"boolean"},"subtitled":{"type":"boolean"},"live":{"type":"boolean"},"hd":{"type":"boolean"},"descriptiveVideo":{"type":"boolean"},"inProgress":{"type":"boolean"},"showTypeID":{"type":"string"},"breakoutLevel":{"type":"integer","format":"int32"},"showType":{"type":"string"},"year":{"type":"string"},"guest":{"type":"string"},"cast":{"type":"string"},"director":{"type":"string"},"starRating":{"type":"integer","format":"int32"},"description":{"type":"string"},"league":{"type":"string"},"team1ID":{"type":"integer","format":"int32"},"team2ID":{"type":"integer","format":"int32"},"team1":{"type":"string"},"team2":{"type":"string"},"eventName":{"type":"string"},"location":{"type":"string"},"showPicture":{"type":"string"},"artwork":{"$ref":"#/components/schemas/Artwork"},"showHost":{"type":"string"},"externalIds":{"type":"array","items":{"$ref":"#/components/schemas/TvMediaExternalId"}}},"description":"TvMediaShortListingResponse","type":"object"},"Artwork":{"title":"Artwork","properties":{"showcard":{"type":"string"},"titlecard":{"type":"string"},"poster":{"type":"string"},"episodic":{"type":"string"},"movieStill":{"type":"string"},"moviePoster":{"type":"string"}},"description":"Artwork","type":"object"},"TvMediaExternalId":{"title":"TvMediaExternalId","properties":{"name":{"type":"string"},"id":{"type":"string"}},"description":"TvMediaExternalId","type":"object"}}}}
```

## The GetToKnow object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetToKnow":{"title":"GetToKnow","properties":{"AppearedImageCredit":{"type":"string"},"AppearedImageFacePosition":{"type":"string"},"AppearedImageUrl":{"type":"string"},"BornImageCredit":{"type":"string"},"BornImageFacePosition":{"type":"string"},"BornImageUrl":{"type":"string"},"Credits":{"type":"array","items":{"$ref":"#/components/schemas/GetToKnowCredit"}},"FeaturePhotoCredit":{"type":"string"},"FeaturePhotoFacePosition":{"type":"string"},"FeaturePhotoUrl":{"type":"string"},"FeatureRelease":{"type":"string","format":"date-time"},"FeatureTitle":{"type":"string"},"FeatureType":{"type":"string"},"IntroImageCredit":{"type":"string"},"IntroImageFacePosition":{"type":"string"},"IntroImageUrl":{"type":"string"},"Person":{"$ref":"#/components/schemas/GetToKnowPerson"},"SpousePhotoCredit":{"type":"string"},"SpousePhotoFacePosition":{"type":"string"},"SpousePhotoUrl":{"type":"string"},"Trivia":{"type":"array","items":{"$ref":"#/components/schemas/GetToKnowTrivia"}},"UpcomingPhotoCredit":{"type":"string"},"UpcomingPhotoFacePosition":{"type":"string"},"UpcomingPhotoUrl":{"type":"string"},"UpcomingPhotoText":{"type":"string"}},"description":"GetToKnow","type":"object"},"GetToKnowCredit":{"title":"GetToKnowCredit","properties":{"DataOverlaySide":{"type":"string"},"DataOverlayUrl":{"type":"string"},"ImageId":{"type":"integer","format":"int64"},"ImageFacePosition":{"type":"string"},"ImageUrl":{"type":"string"},"Rating":{"type":"number","format":"double"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"GetToKnowCredit","type":"object"},"GetToKnowPerson":{"title":"GetToKnowPerson","properties":{"Name":{"type":"string"},"BirthName":{"type":"string"},"BornOn":{"type":"string","format":"date-time"},"Description":{"type":"string"},"DiedOn":{"type":"string","format":"date-time"},"Facebook":{"type":"string"},"Gender":{"type":"string"},"Instagram":{"type":"string"},"Spouse":{"type":"string"},"SpouseChildren":{"type":"integer","format":"int32"},"Twitter":{"type":"string"}},"description":"GetToKnowPerson","type":"object"},"GetToKnowTrivia":{"title":"GetToKnowTrivia","properties":{"QuestionImageUrl":{"type":"string"},"AnswerImageUrl":{"type":"string"}},"description":"GetToKnowTrivia","type":"object"}}}}
```

## The GetToKnowCredit object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetToKnowCredit":{"title":"GetToKnowCredit","properties":{"DataOverlaySide":{"type":"string"},"DataOverlayUrl":{"type":"string"},"ImageId":{"type":"integer","format":"int64"},"ImageFacePosition":{"type":"string"},"ImageUrl":{"type":"string"},"Rating":{"type":"number","format":"double"},"Title":{"type":"string"},"Year":{"type":"integer","format":"int32"}},"description":"GetToKnowCredit","type":"object"}}}}
```

## The GetToKnowPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetToKnowPerson":{"title":"GetToKnowPerson","properties":{"Name":{"type":"string"},"BirthName":{"type":"string"},"BornOn":{"type":"string","format":"date-time"},"Description":{"type":"string"},"DiedOn":{"type":"string","format":"date-time"},"Facebook":{"type":"string"},"Gender":{"type":"string"},"Instagram":{"type":"string"},"Spouse":{"type":"string"},"SpouseChildren":{"type":"integer","format":"int32"},"Twitter":{"type":"string"}},"description":"GetToKnowPerson","type":"object"}}}}
```

## The GetToKnowTrivia object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"GetToKnowTrivia":{"title":"GetToKnowTrivia","properties":{"QuestionImageUrl":{"type":"string"},"AnswerImageUrl":{"type":"string"}},"description":"GetToKnowTrivia","type":"object"}}}}
```

## The VideoResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"VideoResponse":{"title":"VideoResponse","properties":{"Url":{"type":"string"},"Expires":{"type":"string","format":"date-time"}},"description":"VideoResponse","type":"object"}}}}
```

## The ClosedCaption object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ClosedCaption":{"title":"ClosedCaption","properties":{"Id":{"type":"integer","format":"int64"},"VideoID":{"description":"ID of the Video associated with Closed Caption","type":"integer","format":"int32"},"CCFileData":{"type":"string"},"LanguageId":{"description":"ID of language of Closed Caption.","type":"integer","format":"int32"}},"description":"ClosedCaption","type":"object"}}}}
```

## The ClosedCaptionResponseData object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ClosedCaptionResponseData":{"title":"ClosedCaptionResponseData","properties":{"VideoID":{"type":"integer","format":"int64"},"FileDetails":{"type":"array","items":{"$ref":"#/components/schemas/CCFiles"}}},"description":"ClosedCaptionResponseData","type":"object"},"CCFiles":{"title":"CCFiles","properties":{"FileContent":{"type":"string"},"lang":{"type":"string"},"FileUrl":{"type":"string"},"CaptionId":{"type":"integer","format":"int64"}},"description":"CCFiles","type":"object"}}}}
```

## The CCFiles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CCFiles":{"title":"CCFiles","properties":{"FileContent":{"type":"string"},"lang":{"type":"string"},"FileUrl":{"type":"string"},"CaptionId":{"type":"integer","format":"int64"}},"description":"CCFiles","type":"object"}}}}
```

## The WikiApiQuery object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiApiQuery":{"title":"WikiApiQuery","properties":{"query":{"$ref":"#/components/schemas/WikiQuery"}},"description":"WikiApiQuery","type":"object"},"WikiQuery":{"title":"WikiQuery","properties":{"pages":{"$ref":"#/components/schemas/Dictionary_Int64_WikipediaPage_"}},"description":"WikiQuery","type":"object"},"Dictionary_Int64_WikipediaPage_":{"title":"Dictionary<Int64,WikipediaPage>","additionalProperties":{"$ref":"#/components/schemas/WikipediaPage"},"description":"Dictionary<Int64,WikipediaPage>","type":"object"},"WikipediaPage":{"title":"WikipediaPage","properties":{"pageid":{"type":"integer","format":"int32"},"title":{"type":"string"},"touched":{"type":"string","format":"date-time"},"lastrevid":{"type":"integer","format":"int64"},"pagelanguage":{"type":"string"},"pageprops":{"$ref":"#/components/schemas/WikiPageprops"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/WikiCategory"}},"pageviews":{"$ref":"#/components/schemas/Dictionary_DateTime_Int32_"},"Modified":{"type":"string","format":"date-time"}},"description":"WikipediaPage","type":"object"},"WikiPageprops":{"title":"WikiPageprops","properties":{"defaultsort":{"type":"string"},"displaytitle":{"type":"string"},"page_image":{"type":"string"},"wikibase_item":{"type":"string"}},"description":"WikiPageprops","type":"object"},"WikiCategory":{"title":"WikiCategory","properties":{"ns":{"type":"integer","format":"int32"},"title":{"type":"string"}},"description":"WikiCategory","type":"object"},"Dictionary_DateTime_Int32_":{"title":"Dictionary<DateTime,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<DateTime,Int32>","type":"object"}}}}
```

## The WikiQuery object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiQuery":{"title":"WikiQuery","properties":{"pages":{"$ref":"#/components/schemas/Dictionary_Int64_WikipediaPage_"}},"description":"WikiQuery","type":"object"},"Dictionary_Int64_WikipediaPage_":{"title":"Dictionary<Int64,WikipediaPage>","additionalProperties":{"$ref":"#/components/schemas/WikipediaPage"},"description":"Dictionary<Int64,WikipediaPage>","type":"object"},"WikipediaPage":{"title":"WikipediaPage","properties":{"pageid":{"type":"integer","format":"int32"},"title":{"type":"string"},"touched":{"type":"string","format":"date-time"},"lastrevid":{"type":"integer","format":"int64"},"pagelanguage":{"type":"string"},"pageprops":{"$ref":"#/components/schemas/WikiPageprops"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/WikiCategory"}},"pageviews":{"$ref":"#/components/schemas/Dictionary_DateTime_Int32_"},"Modified":{"type":"string","format":"date-time"}},"description":"WikipediaPage","type":"object"},"WikiPageprops":{"title":"WikiPageprops","properties":{"defaultsort":{"type":"string"},"displaytitle":{"type":"string"},"page_image":{"type":"string"},"wikibase_item":{"type":"string"}},"description":"WikiPageprops","type":"object"},"WikiCategory":{"title":"WikiCategory","properties":{"ns":{"type":"integer","format":"int32"},"title":{"type":"string"}},"description":"WikiCategory","type":"object"},"Dictionary_DateTime_Int32_":{"title":"Dictionary<DateTime,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<DateTime,Int32>","type":"object"}}}}
```

## The WikipediaPage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPage":{"title":"WikipediaPage","properties":{"pageid":{"type":"integer","format":"int32"},"title":{"type":"string"},"touched":{"type":"string","format":"date-time"},"lastrevid":{"type":"integer","format":"int64"},"pagelanguage":{"type":"string"},"pageprops":{"$ref":"#/components/schemas/WikiPageprops"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/WikiCategory"}},"pageviews":{"$ref":"#/components/schemas/Dictionary_DateTime_Int32_"},"Modified":{"type":"string","format":"date-time"}},"description":"WikipediaPage","type":"object"},"WikiPageprops":{"title":"WikiPageprops","properties":{"defaultsort":{"type":"string"},"displaytitle":{"type":"string"},"page_image":{"type":"string"},"wikibase_item":{"type":"string"}},"description":"WikiPageprops","type":"object"},"WikiCategory":{"title":"WikiCategory","properties":{"ns":{"type":"integer","format":"int32"},"title":{"type":"string"}},"description":"WikiCategory","type":"object"},"Dictionary_DateTime_Int32_":{"title":"Dictionary<DateTime,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<DateTime,Int32>","type":"object"}}}}
```

## The WikiPageprops object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiPageprops":{"title":"WikiPageprops","properties":{"defaultsort":{"type":"string"},"displaytitle":{"type":"string"},"page_image":{"type":"string"},"wikibase_item":{"type":"string"}},"description":"WikiPageprops","type":"object"}}}}
```

## The WikiCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiCategory":{"title":"WikiCategory","properties":{"ns":{"type":"integer","format":"int32"},"title":{"type":"string"}},"description":"WikiCategory","type":"object"}}}}
```

## The Dictionary\_DateTime\_Int32\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_DateTime_Int32_":{"title":"Dictionary<DateTime,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<DateTime,Int32>","type":"object"}}}}
```

## The Dictionary\_Int64\_WikipediaPage\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_Int64_WikipediaPage_":{"title":"Dictionary<Int64,WikipediaPage>","additionalProperties":{"$ref":"#/components/schemas/WikipediaPage"},"description":"Dictionary<Int64,WikipediaPage>","type":"object"},"WikipediaPage":{"title":"WikipediaPage","properties":{"pageid":{"type":"integer","format":"int32"},"title":{"type":"string"},"touched":{"type":"string","format":"date-time"},"lastrevid":{"type":"integer","format":"int64"},"pagelanguage":{"type":"string"},"pageprops":{"$ref":"#/components/schemas/WikiPageprops"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/WikiCategory"}},"pageviews":{"$ref":"#/components/schemas/Dictionary_DateTime_Int32_"},"Modified":{"type":"string","format":"date-time"}},"description":"WikipediaPage","type":"object"},"WikiPageprops":{"title":"WikiPageprops","properties":{"defaultsort":{"type":"string"},"displaytitle":{"type":"string"},"page_image":{"type":"string"},"wikibase_item":{"type":"string"}},"description":"WikiPageprops","type":"object"},"WikiCategory":{"title":"WikiCategory","properties":{"ns":{"type":"integer","format":"int32"},"title":{"type":"string"}},"description":"WikiCategory","type":"object"},"Dictionary_DateTime_Int32_":{"title":"Dictionary<DateTime,Int32>","additionalProperties":{"type":"integer","format":"int32"},"description":"Dictionary<DateTime,Int32>","type":"object"}}}}
```

## The WikipediaPageSummary object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageSummary":{"title":"WikipediaPageSummary","properties":{"title":{"type":"string"},"displaytitle":{"type":"string"},"pageid":{"type":"integer","format":"int32"},"extract":{"type":"string"},"extract_html":{"type":"string"},"thumbnail":{"$ref":"#/components/schemas/WikipediaPageSummaryThumbnail"},"originalimage":{"$ref":"#/components/schemas/WikipediaPageSummaryOriginalimage"},"lang":{"type":"string"},"dir":{"type":"string"},"description":{"type":"string"},"coordinates":{"$ref":"#/components/schemas/WikipediaPageSummaryCoordinates"},"timestamp":{"type":"string","format":"date-time"}},"description":"WikipediaPageSummary","type":"object"},"WikipediaPageSummaryThumbnail":{"title":"WikipediaPageSummaryThumbnail","properties":{"source":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryThumbnail","type":"object"},"WikipediaPageSummaryOriginalimage":{"title":"WikipediaPageSummaryOriginalimage","properties":{"source":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryOriginalimage","type":"object"},"WikipediaPageSummaryCoordinates":{"title":"WikipediaPageSummaryCoordinates","properties":{"lat":{"type":"integer","format":"int32"},"lon":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryCoordinates","type":"object"}}}}
```

## The WikipediaPageSummaryThumbnail object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageSummaryThumbnail":{"title":"WikipediaPageSummaryThumbnail","properties":{"source":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryThumbnail","type":"object"}}}}
```

## The WikipediaPageSummaryOriginalimage object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageSummaryOriginalimage":{"title":"WikipediaPageSummaryOriginalimage","properties":{"source":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryOriginalimage","type":"object"}}}}
```

## The WikipediaPageSummaryCoordinates object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageSummaryCoordinates":{"title":"WikipediaPageSummaryCoordinates","properties":{"lat":{"type":"integer","format":"int32"},"lon":{"type":"integer","format":"int32"}},"description":"WikipediaPageSummaryCoordinates","type":"object"}}}}
```

## The WikipediaPageMetadata object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadata":{"title":"WikipediaPageMetadata","properties":{"revision":{"type":"string"},"tid":{"type":"string"},"hatnotes":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataHatnote"}},"issues":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataIssue"}},"toc":{"$ref":"#/components/schemas/WikipediaPageMetadataToc"},"language_links":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataLanguage_Links"}},"categories":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataCategory"}},"description_source":{"type":"string"}},"description":"WikipediaPageMetadata","type":"object"},"WikipediaPageMetadataHatnote":{"title":"WikipediaPageMetadataHatnote","properties":{"section":{"type":"integer","format":"int32"},"html":{"type":"string"}},"description":"WikipediaPageMetadataHatnote","type":"object"},"WikipediaPageMetadataIssue":{"title":"WikipediaPageMetadataIssue","properties":{"section":{"type":"integer","format":"int32"},"html":{"type":"string"}},"description":"WikipediaPageMetadataIssue","type":"object"},"WikipediaPageMetadataToc":{"title":"WikipediaPageMetadataToc","properties":{"title":{"type":"string"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataEntry"}}},"description":"WikipediaPageMetadataToc","type":"object"},"WikipediaPageMetadataEntry":{"title":"WikipediaPageMetadataEntry","properties":{"level":{"type":"integer","format":"int32"},"section":{"type":"integer","format":"int32"},"number":{"type":"string"},"anchor":{"type":"string"},"html":{"type":"string"}},"description":"WikipediaPageMetadataEntry","type":"object"},"WikipediaPageMetadataLanguage_Links":{"title":"WikipediaPageMetadataLanguage_Links","properties":{"lang":{"type":"string"},"titles":{"$ref":"#/components/schemas/WikipediaPageMetadataTitles"},"summary_url":{"type":"string"}},"description":"WikipediaPageMetadataLanguage_Links","type":"object"},"WikipediaPageMetadataTitles":{"title":"WikipediaPageMetadataTitles","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"}},"description":"WikipediaPageMetadataTitles","type":"object"},"WikipediaPageMetadataCategory":{"title":"WikipediaPageMetadataCategory","properties":{"titles":{"$ref":"#/components/schemas/WikipediaPageMetadataTitles1"},"summary_url":{"type":"string"},"hidden":{"type":"boolean"},"ns":{"type":"integer","format":"int32"}},"description":"WikipediaPageMetadataCategory","type":"object"},"WikipediaPageMetadataTitles1":{"title":"WikipediaPageMetadataTitles1","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"},"display":{"type":"string"}},"description":"WikipediaPageMetadataTitles1","type":"object"}}}}
```

## The WikipediaPageMetadataHatnote object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataHatnote":{"title":"WikipediaPageMetadataHatnote","properties":{"section":{"type":"integer","format":"int32"},"html":{"type":"string"}},"description":"WikipediaPageMetadataHatnote","type":"object"}}}}
```

## The WikipediaPageMetadataIssue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataIssue":{"title":"WikipediaPageMetadataIssue","properties":{"section":{"type":"integer","format":"int32"},"html":{"type":"string"}},"description":"WikipediaPageMetadataIssue","type":"object"}}}}
```

## The WikipediaPageMetadataToc object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataToc":{"title":"WikipediaPageMetadataToc","properties":{"title":{"type":"string"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/WikipediaPageMetadataEntry"}}},"description":"WikipediaPageMetadataToc","type":"object"},"WikipediaPageMetadataEntry":{"title":"WikipediaPageMetadataEntry","properties":{"level":{"type":"integer","format":"int32"},"section":{"type":"integer","format":"int32"},"number":{"type":"string"},"anchor":{"type":"string"},"html":{"type":"string"}},"description":"WikipediaPageMetadataEntry","type":"object"}}}}
```

## The WikipediaPageMetadataEntry object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataEntry":{"title":"WikipediaPageMetadataEntry","properties":{"level":{"type":"integer","format":"int32"},"section":{"type":"integer","format":"int32"},"number":{"type":"string"},"anchor":{"type":"string"},"html":{"type":"string"}},"description":"WikipediaPageMetadataEntry","type":"object"}}}}
```

## The WikipediaPageMetadataLanguage\_Links object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataLanguage_Links":{"title":"WikipediaPageMetadataLanguage_Links","properties":{"lang":{"type":"string"},"titles":{"$ref":"#/components/schemas/WikipediaPageMetadataTitles"},"summary_url":{"type":"string"}},"description":"WikipediaPageMetadataLanguage_Links","type":"object"},"WikipediaPageMetadataTitles":{"title":"WikipediaPageMetadataTitles","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"}},"description":"WikipediaPageMetadataTitles","type":"object"}}}}
```

## The WikipediaPageMetadataTitles object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataTitles":{"title":"WikipediaPageMetadataTitles","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"}},"description":"WikipediaPageMetadataTitles","type":"object"}}}}
```

## The WikipediaPageMetadataCategory object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataCategory":{"title":"WikipediaPageMetadataCategory","properties":{"titles":{"$ref":"#/components/schemas/WikipediaPageMetadataTitles1"},"summary_url":{"type":"string"},"hidden":{"type":"boolean"},"ns":{"type":"integer","format":"int32"}},"description":"WikipediaPageMetadataCategory","type":"object"},"WikipediaPageMetadataTitles1":{"title":"WikipediaPageMetadataTitles1","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"},"display":{"type":"string"}},"description":"WikipediaPageMetadataTitles1","type":"object"}}}}
```

## The WikipediaPageMetadataTitles1 object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikipediaPageMetadataTitles1":{"title":"WikipediaPageMetadataTitles1","properties":{"canonical":{"type":"string"},"normalized":{"type":"string"},"display":{"type":"string"}},"description":"WikipediaPageMetadataTitles1","type":"object"}}}}
```

## The WikiEntitiesResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiEntitiesResponse":{"title":"WikiEntitiesResponse","properties":{"entities":{"$ref":"#/components/schemas/Dictionary_String_WikiEntity_"},"success":{"type":"integer","format":"int32"}},"description":"WikiEntitiesResponse","type":"object"},"Dictionary_String_WikiEntity_":{"title":"Dictionary<String,WikiEntity>","additionalProperties":{"$ref":"#/components/schemas/WikiEntity"},"description":"Dictionary<String,WikiEntity>","type":"object"},"WikiEntity":{"title":"WikiEntity","properties":{"pageid":{"type":"integer","format":"int32"},"ns":{"type":"integer","format":"int32"},"title":{"type":"string"},"lastrevid":{"type":"integer","format":"int32"},"modified":{"type":"string","format":"date-time"},"type":{"type":"string"},"id":{"type":"string"},"labels":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"descriptions":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"aliases":{"$ref":"#/components/schemas/Dictionary_String_List_WikiLanguageValue__"},"claims":{"$ref":"#/components/schemas/Dictionary_String_List_WikiClaim__"},"sitelinks":{"$ref":"#/components/schemas/Dictionary_String_WikiSiteLink_"}},"description":"WikiEntity","type":"object"},"Dictionary_String_WikiLanguageValue_":{"title":"Dictionary<String,WikiLanguageValue>","additionalProperties":{"$ref":"#/components/schemas/WikiLanguageValue"},"description":"Dictionary<String,WikiLanguageValue>","type":"object"},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"},"Dictionary_String_List_WikiLanguageValue__":{"title":"Dictionary<String,List<WikiLanguageValue>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiLanguageValue"}},"description":"Dictionary<String,List<WikiLanguageValue>>","type":"object"},"Dictionary_String_List_WikiClaim__":{"title":"Dictionary<String,List<WikiClaim>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiClaim"}},"description":"Dictionary<String,List<WikiClaim>>","type":"object"},"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"},"Dictionary_String_WikiSiteLink_":{"title":"Dictionary<String,WikiSiteLink>","additionalProperties":{"$ref":"#/components/schemas/WikiSiteLink"},"description":"Dictionary<String,WikiSiteLink>","type":"object"},"WikiSiteLink":{"title":"WikiSiteLink","properties":{"site":{"type":"string"},"title":{"type":"string"}},"description":"WikiSiteLink","type":"object"}}}}
```

## The WikiEntity object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiEntity":{"title":"WikiEntity","properties":{"pageid":{"type":"integer","format":"int32"},"ns":{"type":"integer","format":"int32"},"title":{"type":"string"},"lastrevid":{"type":"integer","format":"int32"},"modified":{"type":"string","format":"date-time"},"type":{"type":"string"},"id":{"type":"string"},"labels":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"descriptions":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"aliases":{"$ref":"#/components/schemas/Dictionary_String_List_WikiLanguageValue__"},"claims":{"$ref":"#/components/schemas/Dictionary_String_List_WikiClaim__"},"sitelinks":{"$ref":"#/components/schemas/Dictionary_String_WikiSiteLink_"}},"description":"WikiEntity","type":"object"},"Dictionary_String_WikiLanguageValue_":{"title":"Dictionary<String,WikiLanguageValue>","additionalProperties":{"$ref":"#/components/schemas/WikiLanguageValue"},"description":"Dictionary<String,WikiLanguageValue>","type":"object"},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"},"Dictionary_String_List_WikiLanguageValue__":{"title":"Dictionary<String,List<WikiLanguageValue>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiLanguageValue"}},"description":"Dictionary<String,List<WikiLanguageValue>>","type":"object"},"Dictionary_String_List_WikiClaim__":{"title":"Dictionary<String,List<WikiClaim>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiClaim"}},"description":"Dictionary<String,List<WikiClaim>>","type":"object"},"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"},"Dictionary_String_WikiSiteLink_":{"title":"Dictionary<String,WikiSiteLink>","additionalProperties":{"$ref":"#/components/schemas/WikiSiteLink"},"description":"Dictionary<String,WikiSiteLink>","type":"object"},"WikiSiteLink":{"title":"WikiSiteLink","properties":{"site":{"type":"string"},"title":{"type":"string"}},"description":"WikiSiteLink","type":"object"}}}}
```

## The WikiLanguageValue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"}}}}
```

## The Dictionary\_String\_WikiLanguageValue\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_WikiLanguageValue_":{"title":"Dictionary<String,WikiLanguageValue>","additionalProperties":{"$ref":"#/components/schemas/WikiLanguageValue"},"description":"Dictionary<String,WikiLanguageValue>","type":"object"},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"}}}}
```

## The List\_WikiLanguageValue\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_WikiLanguageValue_":{"title":"List<WikiLanguageValue>","type":"array","items":{"$ref":"#/components/schemas/WikiLanguageValue"}},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"}}}}
```

## The Dictionary\_String\_List\_WikiLanguageValue\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_WikiLanguageValue__":{"title":"Dictionary<String,List<WikiLanguageValue>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiLanguageValue"}},"description":"Dictionary<String,List<WikiLanguageValue>>","type":"object"},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"}}}}
```

## The WikiClaim object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"}}}}
```

## The WikiSnak object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The WikiDataValue object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The WikiReference object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The Dictionary\_String\_WikiSnak\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The List\_WikiSnak\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_WikiSnak_":{"title":"List<WikiSnak>","type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The Dictionary\_String\_List\_WikiSnak\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The List\_WikiClaim\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_WikiClaim_":{"title":"List<WikiClaim>","type":"array","items":{"$ref":"#/components/schemas/WikiClaim"}},"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"}}}}
```

## The Dictionary\_String\_List\_WikiClaim\_\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_List_WikiClaim__":{"title":"Dictionary<String,List<WikiClaim>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiClaim"}},"description":"Dictionary<String,List<WikiClaim>>","type":"object"},"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"}}}}
```

## The WikiSiteLink object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiSiteLink":{"title":"WikiSiteLink","properties":{"site":{"type":"string"},"title":{"type":"string"}},"description":"WikiSiteLink","type":"object"}}}}
```

## The Dictionary\_String\_WikiSiteLink\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_WikiSiteLink_":{"title":"Dictionary<String,WikiSiteLink>","additionalProperties":{"$ref":"#/components/schemas/WikiSiteLink"},"description":"Dictionary<String,WikiSiteLink>","type":"object"},"WikiSiteLink":{"title":"WikiSiteLink","properties":{"site":{"type":"string"},"title":{"type":"string"}},"description":"WikiSiteLink","type":"object"}}}}
```

## The Dictionary\_String\_WikiEntity\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_WikiEntity_":{"title":"Dictionary<String,WikiEntity>","additionalProperties":{"$ref":"#/components/schemas/WikiEntity"},"description":"Dictionary<String,WikiEntity>","type":"object"},"WikiEntity":{"title":"WikiEntity","properties":{"pageid":{"type":"integer","format":"int32"},"ns":{"type":"integer","format":"int32"},"title":{"type":"string"},"lastrevid":{"type":"integer","format":"int32"},"modified":{"type":"string","format":"date-time"},"type":{"type":"string"},"id":{"type":"string"},"labels":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"descriptions":{"$ref":"#/components/schemas/Dictionary_String_WikiLanguageValue_"},"aliases":{"$ref":"#/components/schemas/Dictionary_String_List_WikiLanguageValue__"},"claims":{"$ref":"#/components/schemas/Dictionary_String_List_WikiClaim__"},"sitelinks":{"$ref":"#/components/schemas/Dictionary_String_WikiSiteLink_"}},"description":"WikiEntity","type":"object"},"Dictionary_String_WikiLanguageValue_":{"title":"Dictionary<String,WikiLanguageValue>","additionalProperties":{"$ref":"#/components/schemas/WikiLanguageValue"},"description":"Dictionary<String,WikiLanguageValue>","type":"object"},"WikiLanguageValue":{"title":"WikiLanguageValue","properties":{"language":{"type":"string"},"value":{"type":"string"},"badges":{"type":"array","items":{"type":"string"}}},"description":"WikiLanguageValue","type":"object"},"Dictionary_String_List_WikiLanguageValue__":{"title":"Dictionary<String,List<WikiLanguageValue>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiLanguageValue"}},"description":"Dictionary<String,List<WikiLanguageValue>>","type":"object"},"Dictionary_String_List_WikiClaim__":{"title":"Dictionary<String,List<WikiClaim>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiClaim"}},"description":"Dictionary<String,List<WikiClaim>>","type":"object"},"WikiClaim":{"title":"WikiClaim","properties":{"mainsnak":{"$ref":"#/components/schemas/WikiSnak"},"type":{"type":"string"},"id":{"type":"string"},"rank":{"type":"string"},"references":{"type":"array","items":{"$ref":"#/components/schemas/WikiReference"}},"qualifiers":{"$ref":"#/components/schemas/Dictionary_String_List_WikiSnak__"}},"description":"WikiClaim","type":"object"},"WikiSnak":{"title":"WikiSnak","properties":{"snaktype":{"type":"string"},"property":{"type":"string"},"hash":{"type":"string"},"datavalue":{"$ref":"#/components/schemas/WikiDataValue"},"datatype":{"type":"string"}},"description":"WikiSnak","type":"object"},"WikiDataValue":{"title":"WikiDataValue","properties":{"value":{"$ref":"#/components/schemas/Object"},"type":{"type":"string"}},"description":"WikiDataValue","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"},"WikiReference":{"title":"WikiReference","properties":{"hash":{"type":"string"},"snaks":{"$ref":"#/components/schemas/Dictionary_String_WikiSnak_"},"snaks-order":{"type":"array","items":{"type":"string"}}},"description":"WikiReference","type":"object"},"Dictionary_String_WikiSnak_":{"title":"Dictionary<String,WikiSnak>","additionalProperties":{"$ref":"#/components/schemas/WikiSnak"},"description":"Dictionary<String,WikiSnak>","type":"object"},"Dictionary_String_List_WikiSnak__":{"title":"Dictionary<String,List<WikiSnak>>","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/WikiSnak"}},"description":"Dictionary<String,List<WikiSnak>>","type":"object"},"Dictionary_String_WikiSiteLink_":{"title":"Dictionary<String,WikiSiteLink>","additionalProperties":{"$ref":"#/components/schemas/WikiSiteLink"},"description":"Dictionary<String,WikiSiteLink>","type":"object"},"WikiSiteLink":{"title":"WikiSiteLink","properties":{"site":{"type":"string"},"title":{"type":"string"}},"description":"WikiSiteLink","type":"object"}}}}
```

## The WikiDataSearchResult object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiDataSearchResult":{"title":"WikiDataSearchResult","properties":{"head":{"$ref":"#/components/schemas/WikiDataHead"},"results":{"$ref":"#/components/schemas/WikiDataResults"}},"description":"WikiDataSearchResult","type":"object"},"WikiDataHead":{"title":"WikiDataHead","properties":{"vars":{"type":"array","items":{"type":"string"}}},"description":"WikiDataHead","type":"object"},"WikiDataResults":{"title":"WikiDataResults","properties":{"bindings":{"type":"array","items":{"$ref":"#/components/schemas/Dictionary_String_WikiBinding_"}}},"description":"WikiDataResults","type":"object"},"Dictionary_String_WikiBinding_":{"title":"Dictionary<String,WikiBinding>","additionalProperties":{"$ref":"#/components/schemas/WikiBinding"},"description":"Dictionary<String,WikiBinding>","type":"object"},"WikiBinding":{"title":"WikiBinding","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"WikiBinding","type":"object"}}}}
```

## The WikiDataHead object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiDataHead":{"title":"WikiDataHead","properties":{"vars":{"type":"array","items":{"type":"string"}}},"description":"WikiDataHead","type":"object"}}}}
```

## The WikiDataResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiDataResults":{"title":"WikiDataResults","properties":{"bindings":{"type":"array","items":{"$ref":"#/components/schemas/Dictionary_String_WikiBinding_"}}},"description":"WikiDataResults","type":"object"},"Dictionary_String_WikiBinding_":{"title":"Dictionary<String,WikiBinding>","additionalProperties":{"$ref":"#/components/schemas/WikiBinding"},"description":"Dictionary<String,WikiBinding>","type":"object"},"WikiBinding":{"title":"WikiBinding","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"WikiBinding","type":"object"}}}}
```

## The WikiBinding object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiBinding":{"title":"WikiBinding","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"WikiBinding","type":"object"}}}}
```

## The Dictionary\_String\_WikiBinding\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Dictionary_String_WikiBinding_":{"title":"Dictionary<String,WikiBinding>","additionalProperties":{"$ref":"#/components/schemas/WikiBinding"},"description":"Dictionary<String,WikiBinding>","type":"object"},"WikiBinding":{"title":"WikiBinding","properties":{"type":{"type":"string"},"value":{"type":"string"}},"description":"WikiBinding","type":"object"}}}}
```

## The WikiCharacteristicExclusion object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"WikiCharacteristicExclusion":{"title":"WikiCharacteristicExclusion","properties":{"Id":{"type":"integer","format":"int32"},"Characteristic":{"type":"string"},"Value":{"type":"string"},"ProgramId":{"type":"string"}},"description":"WikiCharacteristicExclusion","type":"object"}}}}
```

## The XRoadMediaRecommendationResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"XRoadMediaRecommendationResponse":{"title":"XRoadMediaRecommendationResponse","properties":{"recommendations":{"type":"array","items":{"$ref":"#/components/schemas/Recommendation"}}},"description":"XRoadMediaRecommendationResponse","type":"object"},"Recommendation":{"title":"Recommendation","properties":{"explanations":{"description":"List of reasons for recommendation.","type":"array","items":{"$ref":"#/components/schemas/Explanation"}},"score":{"description":"Quality of the recommendation relative to other recommendations.","type":"number","format":"float"},"program":{"$ref":"#/components/schemas/Program","description":"The ID and Type of IVA Program."}},"description":"Recommendation","type":"object"},"Explanation":{"title":"Explanation","properties":{"originator":{"description":"Origination of the explanation.","type":"string"},"type":{"description":"The granularity of recommendation match.","type":"string"},"message":{"type":"string"}},"description":"Explanation","type":"object"},"Program":{"title":"Program","properties":{"Id":{"description":"The ID of the program (show or movie)","type":"integer","format":"int64"},"Type":{"description":"The type of IVA program (show or movie).","type":"string"}},"description":"Program","type":"object"}}}}
```

## The Recommendation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Recommendation":{"title":"Recommendation","properties":{"explanations":{"description":"List of reasons for recommendation.","type":"array","items":{"$ref":"#/components/schemas/Explanation"}},"score":{"description":"Quality of the recommendation relative to other recommendations.","type":"number","format":"float"},"program":{"$ref":"#/components/schemas/Program","description":"The ID and Type of IVA Program."}},"description":"Recommendation","type":"object"},"Explanation":{"title":"Explanation","properties":{"originator":{"description":"Origination of the explanation.","type":"string"},"type":{"description":"The granularity of recommendation match.","type":"string"},"message":{"type":"string"}},"description":"Explanation","type":"object"},"Program":{"title":"Program","properties":{"Id":{"description":"The ID of the program (show or movie)","type":"integer","format":"int64"},"Type":{"description":"The type of IVA program (show or movie).","type":"string"}},"description":"Program","type":"object"}}}}
```

## The Explanation object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Explanation":{"title":"Explanation","properties":{"originator":{"description":"Origination of the explanation.","type":"string"},"type":{"description":"The granularity of recommendation match.","type":"string"},"message":{"type":"string"}},"description":"Explanation","type":"object"}}}}
```

## The Program object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Program":{"title":"Program","properties":{"Id":{"description":"The ID of the program (show or movie)","type":"integer","format":"int64"},"Type":{"description":"The type of IVA program (show or movie).","type":"string"}},"description":"Program","type":"object"}}}}
```

## The YoutubeFetchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YoutubeFetchResponse":{"title":"YoutubeFetchResponse","properties":{"recordInserted":{"type":"integer","format":"int32"}},"description":"YoutubeFetchResponse","type":"object"}}}}
```

## The YoutubeResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YoutubeResponse":{"title":"YoutubeResponse","properties":{"Success":{"type":"boolean"},"Data":{"$ref":"#/components/schemas/Object"}},"description":"YoutubeResponse","type":"object"},"Object":{"properties":{},"description":"Object","type":"object"}}}}
```

## The YTMovieShowTrending object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YTMovieShowTrending":{"title":"YTMovieShowTrending","properties":{"VideoId":{"type":"integer","format":"int32"},"MovieId":{"type":"integer","format":"int32"},"MRankByView":{"type":"integer","format":"int32"},"MRankByLike":{"type":"integer","format":"int32"},"MRankByComment":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SRankByView":{"type":"integer","format":"int32"},"SRankByLike":{"type":"integer","format":"int32"},"SRankByComment":{"type":"integer","format":"int32"},"InsertedOn":{"type":"string","format":"date-time"},"UpdatedOn":{"type":"string","format":"date-time"}},"description":"YTMovieShowTrending","type":"object"}}}}
```

## The List\_YTMovieShowTrending\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_YTMovieShowTrending_":{"title":"List<YTMovieShowTrending>","type":"array","items":{"$ref":"#/components/schemas/YTMovieShowTrending"}},"YTMovieShowTrending":{"title":"YTMovieShowTrending","properties":{"VideoId":{"type":"integer","format":"int32"},"MovieId":{"type":"integer","format":"int32"},"MRankByView":{"type":"integer","format":"int32"},"MRankByLike":{"type":"integer","format":"int32"},"MRankByComment":{"type":"integer","format":"int32"},"ShowId":{"type":"integer","format":"int32"},"SRankByView":{"type":"integer","format":"int32"},"SRankByLike":{"type":"integer","format":"int32"},"SRankByComment":{"type":"integer","format":"int32"},"InsertedOn":{"type":"string","format":"date-time"},"UpdatedOn":{"type":"string","format":"date-time"}},"description":"YTMovieShowTrending","type":"object"}}}}
```

## The CookieContainer object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CookieContainer":{"title":"CookieContainer","properties":{},"description":"CookieContainer","type":"object"}}}}
```

## The YtPlaylistItemsResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtPlaylistItemsResponse":{"title":"YtPlaylistItemsResponse","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"nextPageToken":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/YtPageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/YtVideoItem"}}},"description":"YtPlaylistItemsResponse","type":"object"},"YtPageinfo":{"title":"YtPageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"YtPageinfo","type":"object"},"YtVideoItem":{"title":"YtVideoItem","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YtSnippet"},"Rank":{"type":"integer","format":"int32"}},"description":"YtVideoItem","type":"object"},"YtSnippet":{"title":"YtSnippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YtThumbnails"},"channelTitle":{"type":"string"},"playlistId":{"type":"string"},"position":{"type":"integer","format":"int32"},"resourceId":{"$ref":"#/components/schemas/YtResourceid"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YtLocalized"},"defaultAudioLanguage":{"type":"string"}},"description":"YtSnippet","type":"object"},"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"},"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"},"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The YtPageinfo object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtPageinfo":{"title":"YtPageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"YtPageinfo","type":"object"}}}}
```

## The YtVideosResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"YtVideosResponse":{"title":"YtVideosResponse","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"pageInfo":{"$ref":"#/components/schemas/YtPageinfo"},"items":{"type":"array","items":{"$ref":"#/components/schemas/YtVideoItem"}}},"description":"YtVideosResponse","type":"object"},"YtPageinfo":{"title":"YtPageinfo","properties":{"totalResults":{"type":"integer","format":"int32"},"resultsPerPage":{"type":"integer","format":"int32"}},"description":"YtPageinfo","type":"object"},"YtVideoItem":{"title":"YtVideoItem","properties":{"kind":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"snippet":{"$ref":"#/components/schemas/YtSnippet"},"Rank":{"type":"integer","format":"int32"}},"description":"YtVideoItem","type":"object"},"YtSnippet":{"title":"YtSnippet","properties":{"publishedAt":{"type":"string","format":"date-time"},"channelId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"thumbnails":{"$ref":"#/components/schemas/YtThumbnails"},"channelTitle":{"type":"string"},"playlistId":{"type":"string"},"position":{"type":"integer","format":"int32"},"resourceId":{"$ref":"#/components/schemas/YtResourceid"},"tags":{"type":"array","items":{"type":"string"}},"categoryId":{"type":"string"},"liveBroadcastContent":{"type":"string"},"localized":{"$ref":"#/components/schemas/YtLocalized"},"defaultAudioLanguage":{"type":"string"}},"description":"YtSnippet","type":"object"},"YtThumbnails":{"title":"YtThumbnails","properties":{"_default":{"$ref":"#/components/schemas/YtImageDefault"},"medium":{"$ref":"#/components/schemas/YtImageMedium"},"high":{"$ref":"#/components/schemas/YtImageHigh"},"standard":{"$ref":"#/components/schemas/YtImageStandard"},"maxres":{"$ref":"#/components/schemas/YtImageMaxres"}},"description":"YtThumbnails","type":"object"},"YtImageDefault":{"title":"YtImageDefault","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageDefault","type":"object"},"YtImageMedium":{"title":"YtImageMedium","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMedium","type":"object"},"YtImageHigh":{"title":"YtImageHigh","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageHigh","type":"object"},"YtImageStandard":{"title":"YtImageStandard","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageStandard","type":"object"},"YtImageMaxres":{"title":"YtImageMaxres","properties":{"url":{"type":"string"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"}},"description":"YtImageMaxres","type":"object"},"YtResourceid":{"title":"YtResourceid","properties":{"kind":{"type":"string"},"videoId":{"type":"string"}},"description":"YtResourceid","type":"object"},"YtLocalized":{"title":"YtLocalized","properties":{"title":{"type":"string"},"description":{"type":"string"}},"description":"YtLocalized","type":"object"}}}}
```

## The MatchDataFromYoutubeVideoItem object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MatchDataFromYoutubeVideoItem":{"title":"MatchDataFromYoutubeVideoItem","properties":{"Title":{"type":"string"},"AltTitles":{"type":"array","items":{"type":"string"}},"Year":{"type":"integer","format":"int32"},"ProgramType":{"type":"string"},"Contributors":{"type":"array","items":{"type":"string"}}},"description":"MatchDataFromYoutubeVideoItem","type":"object"}}}}
```

## The ResCategoryAndNameWithId object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ResCategoryAndNameWithId":{"title":"ResCategoryAndNameWithId","properties":{"TypeName":{"type":"string"},"Category":{"type":"string"},"Id":{"type":"integer","format":"int32"}},"description":"ResCategoryAndNameWithId","type":"object"}}}}
```

## The List\_ResCategoryAndNameWithId\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ResCategoryAndNameWithId_":{"title":"List<ResCategoryAndNameWithId>","type":"array","items":{"$ref":"#/components/schemas/ResCategoryAndNameWithId"}},"ResCategoryAndNameWithId":{"title":"ResCategoryAndNameWithId","properties":{"TypeName":{"type":"string"},"Category":{"type":"string"},"Id":{"type":"integer","format":"int32"}},"description":"ResCategoryAndNameWithId","type":"object"}}}}
```

## The CharacteristicResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"CharacteristicResponse":{"title":"CharacteristicResponse","properties":{"CharacteristicId":{"type":"integer","format":"int32"},"ProgramId":{"type":"integer","format":"int64"},"TypeId":{"type":"integer","format":"int32"},"TypeName":{"type":"string"},"Category":{"type":"string"},"ConfidenceScore":{"type":"number","format":"double"},"Modifier":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"SortOrder":{"type":"integer","format":"int32"}},"description":"CharacteristicResponse","type":"object"}}}}
```

## The List\_CharacteristicResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_CharacteristicResponse_":{"title":"List<CharacteristicResponse>","type":"array","items":{"$ref":"#/components/schemas/CharacteristicResponse"}},"CharacteristicResponse":{"title":"CharacteristicResponse","properties":{"CharacteristicId":{"type":"integer","format":"int32"},"ProgramId":{"type":"integer","format":"int64"},"TypeId":{"type":"integer","format":"int32"},"TypeName":{"type":"string"},"Category":{"type":"string"},"ConfidenceScore":{"type":"number","format":"double"},"Modifier":{"type":"integer","format":"int32"},"Modified":{"type":"string","format":"date-time"},"SortOrder":{"type":"integer","format":"int32"}},"description":"CharacteristicResponse","type":"object"}}}}
```

## The ProcessCharacteristicsByCategoryResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ProcessCharacteristicsByCategoryResponse":{"title":"ProcessCharacteristicsByCategoryResponse","properties":{"Category":{"type":"string"},"MoviePrompts":{"type":"integer","format":"int32"},"ShowPrompts":{"type":"integer","format":"int32"},"ConsideredMovies":{"type":"integer","format":"int32"},"ConsideredShows":{"type":"integer","format":"int32"},"SkippedMovies":{"type":"integer","format":"int32"},"SkippedShows":{"type":"integer","format":"int32"},"InsertedMovieCharacteristics":{"type":"integer","format":"int32"},"InsertedShowCharacteristics":{"type":"integer","format":"int32"},"ResponseText":{"type":"string"}},"description":"ProcessCharacteristicsByCategoryResponse","type":"object"}}}}
```

## The TopHundredRankResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"TopHundredRankResponse":{"title":"TopHundredRankResponse","properties":{"Rank":{"type":"integer","format":"int32"},"Title":{"type":"string"},"AlternateId":{"type":"string"},"SocialMediaId":{"type":"string"}},"description":"TopHundredRankResponse","type":"object"}}}}
```

## The List\_TopHundredRankResponse\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_TopHundredRankResponse_":{"title":"List<TopHundredRankResponse>","type":"array","items":{"$ref":"#/components/schemas/TopHundredRankResponse"}},"TopHundredRankResponse":{"title":"TopHundredRankResponse","properties":{"Rank":{"type":"integer","format":"int32"},"Title":{"type":"string"},"AlternateId":{"type":"string"},"SocialMediaId":{"type":"string"}},"description":"TopHundredRankResponse","type":"object"}}}}
```

## The HAND object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HAND":{"title":"HAND","properties":{"handSearchResults":{"$ref":"#/components/schemas/HandSearchResults"}},"description":"HAND","type":"object"},"HandSearchResults":{"title":"HandSearchResults","properties":{"size":{"type":"integer","format":"int32"},"results":{"type":"array","items":{"$ref":"#/components/schemas/HandPerson"}}},"description":"HandSearchResults","type":"object"},"HandPerson":{"title":"HandPerson","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#/components/schemas/Attributes"}},"description":"HandPerson","type":"object"},"Attributes":{"title":"Attributes","properties":{"content":{"$ref":"#/components/schemas/Content"},"metadata":{"$ref":"#/components/schemas/Metadata"}},"description":"Attributes","type":"object"},"Content":{"title":"Content","properties":{"talentId":{"type":"string"},"publicPersona":{"type":"string"},"gender":{"type":"array","items":{"$ref":"#/components/schemas/HandGender"}},"birthPlace":{"type":"string"},"birthDate":{"$ref":"#/components/schemas/Birthdate"},"citizenship":{"type":"array","items":{"$ref":"#/components/schemas/Citizenship"}},"names":{"type":"array","items":{"$ref":"#/components/schemas/HandName"}},"alternateIds":{"type":"array","items":{"$ref":"#/components/schemas/Alternateid"}}},"description":"Content","type":"object"},"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"},"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"},"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"},"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"},"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"},"Metadata":{"title":"Metadata","properties":{"createdOn":{"type":"integer","format":"int64"},"createdBy":{"type":"string"},"modifiedOn":{"type":"integer","format":"int64"},"modifiedBy":{"type":"string"},"txnId":{"type":"integer","format":"int64"}},"description":"Metadata","type":"object"}}}}
```

## The HandSearchResults object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HandSearchResults":{"title":"HandSearchResults","properties":{"size":{"type":"integer","format":"int32"},"results":{"type":"array","items":{"$ref":"#/components/schemas/HandPerson"}}},"description":"HandSearchResults","type":"object"},"HandPerson":{"title":"HandPerson","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#/components/schemas/Attributes"}},"description":"HandPerson","type":"object"},"Attributes":{"title":"Attributes","properties":{"content":{"$ref":"#/components/schemas/Content"},"metadata":{"$ref":"#/components/schemas/Metadata"}},"description":"Attributes","type":"object"},"Content":{"title":"Content","properties":{"talentId":{"type":"string"},"publicPersona":{"type":"string"},"gender":{"type":"array","items":{"$ref":"#/components/schemas/HandGender"}},"birthPlace":{"type":"string"},"birthDate":{"$ref":"#/components/schemas/Birthdate"},"citizenship":{"type":"array","items":{"$ref":"#/components/schemas/Citizenship"}},"names":{"type":"array","items":{"$ref":"#/components/schemas/HandName"}},"alternateIds":{"type":"array","items":{"$ref":"#/components/schemas/Alternateid"}}},"description":"Content","type":"object"},"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"},"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"},"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"},"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"},"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"},"Metadata":{"title":"Metadata","properties":{"createdOn":{"type":"integer","format":"int64"},"createdBy":{"type":"string"},"modifiedOn":{"type":"integer","format":"int64"},"modifiedBy":{"type":"string"},"txnId":{"type":"integer","format":"int64"}},"description":"Metadata","type":"object"}}}}
```

## The HandPerson object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HandPerson":{"title":"HandPerson","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#/components/schemas/Attributes"}},"description":"HandPerson","type":"object"},"Attributes":{"title":"Attributes","properties":{"content":{"$ref":"#/components/schemas/Content"},"metadata":{"$ref":"#/components/schemas/Metadata"}},"description":"Attributes","type":"object"},"Content":{"title":"Content","properties":{"talentId":{"type":"string"},"publicPersona":{"type":"string"},"gender":{"type":"array","items":{"$ref":"#/components/schemas/HandGender"}},"birthPlace":{"type":"string"},"birthDate":{"$ref":"#/components/schemas/Birthdate"},"citizenship":{"type":"array","items":{"$ref":"#/components/schemas/Citizenship"}},"names":{"type":"array","items":{"$ref":"#/components/schemas/HandName"}},"alternateIds":{"type":"array","items":{"$ref":"#/components/schemas/Alternateid"}}},"description":"Content","type":"object"},"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"},"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"},"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"},"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"},"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"},"Metadata":{"title":"Metadata","properties":{"createdOn":{"type":"integer","format":"int64"},"createdBy":{"type":"string"},"modifiedOn":{"type":"integer","format":"int64"},"modifiedBy":{"type":"string"},"txnId":{"type":"integer","format":"int64"}},"description":"Metadata","type":"object"}}}}
```

## The Attributes object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Attributes":{"title":"Attributes","properties":{"content":{"$ref":"#/components/schemas/Content"},"metadata":{"$ref":"#/components/schemas/Metadata"}},"description":"Attributes","type":"object"},"Content":{"title":"Content","properties":{"talentId":{"type":"string"},"publicPersona":{"type":"string"},"gender":{"type":"array","items":{"$ref":"#/components/schemas/HandGender"}},"birthPlace":{"type":"string"},"birthDate":{"$ref":"#/components/schemas/Birthdate"},"citizenship":{"type":"array","items":{"$ref":"#/components/schemas/Citizenship"}},"names":{"type":"array","items":{"$ref":"#/components/schemas/HandName"}},"alternateIds":{"type":"array","items":{"$ref":"#/components/schemas/Alternateid"}}},"description":"Content","type":"object"},"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"},"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"},"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"},"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"},"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"},"Metadata":{"title":"Metadata","properties":{"createdOn":{"type":"integer","format":"int64"},"createdBy":{"type":"string"},"modifiedOn":{"type":"integer","format":"int64"},"modifiedBy":{"type":"string"},"txnId":{"type":"integer","format":"int64"}},"description":"Metadata","type":"object"}}}}
```

## The Content object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Content":{"title":"Content","properties":{"talentId":{"type":"string"},"publicPersona":{"type":"string"},"gender":{"type":"array","items":{"$ref":"#/components/schemas/HandGender"}},"birthPlace":{"type":"string"},"birthDate":{"$ref":"#/components/schemas/Birthdate"},"citizenship":{"type":"array","items":{"$ref":"#/components/schemas/Citizenship"}},"names":{"type":"array","items":{"$ref":"#/components/schemas/HandName"}},"alternateIds":{"type":"array","items":{"$ref":"#/components/schemas/Alternateid"}}},"description":"Content","type":"object"},"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"},"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"},"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"},"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"},"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"}}}}
```

## The HandGender object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HandGender":{"title":"HandGender","properties":{"gender":{"type":"string"},"pronouns":{"type":"string"}},"description":"HandGender","type":"object"}}}}
```

## The Birthdate object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Birthdate":{"title":"Birthdate","properties":{"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"}},"description":"Birthdate","type":"object"}}}}
```

## The Citizenship object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Citizenship":{"title":"Citizenship","properties":{"country":{"type":"string"}},"description":"Citizenship","type":"object"}}}}
```

## The HandName object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HandName":{"title":"HandName","properties":{"nameType":{"type":"string"},"firstName":{"type":"string"},"familyName":{"type":"string"},"fullName":{"type":"string"},"middleName":{"type":"string"}},"description":"HandName","type":"object"}}}}
```

## The Alternateid object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Alternateid":{"title":"Alternateid","properties":{"domain":{"type":"string"},"id":{"type":"string"}},"description":"Alternateid","type":"object"}}}}
```

## The Metadata object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"Metadata":{"title":"Metadata","properties":{"createdOn":{"type":"integer","format":"int64"},"createdBy":{"type":"string"},"modifiedOn":{"type":"integer","format":"int64"},"modifiedBy":{"type":"string"},"txnId":{"type":"integer","format":"int64"}},"description":"Metadata","type":"object"}}}}
```

## The HealthCheckResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"HealthCheckResponse":{"title":"HealthCheckResponse","properties":{"Status":{"type":"string"}},"description":"HealthCheckResponse","type":"object"}}}}
```

## The ContentTracker object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ContentTracker":{"title":"ContentTracker","properties":{"CreatedAt":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the ContentTracker.","type":"integer","format":"int32"},"ContentName":{"type":"string"},"OriginalTitle":{"type":"string"},"ContentYear":{"type":"integer","format":"int32"},"ContentType":{"type":"string"},"ImdbReleaseDate":{"type":"string","format":"date-time"},"Runtime":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"TmdbId":{"type":"string"},"TvdbId":{"type":"string"},"EidrId":{"type":"string"},"AlsoKnownAs":{"type":"array","items":{"type":"string"}},"Synopsis":{"type":"string"},"Genre":{"type":"array","items":{"type":"string"}},"ContentId":{"type":"string"},"CountryOfProduction":{"type":"string"},"ProductionCompanies":{"type":"array","items":{"type":"string"}},"DistributionCompanies":{"type":"array","items":{"type":"string"}},"ReleaseCountries":{"type":"array","items":{"type":"string"}},"ChannelPlatform":{"type":"array","items":{"type":"string"}},"Stage":{"type":"string"},"Collections":{"type":"array","items":{"type":"string"}},"BasedOn":{"type":"array","items":{"type":"string"}},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"NewsId":{"type":"string"},"ScriptedUnscripted":{"type":"string"},"RegionOfProduction":{"type":"string"},"ProductionType":{"type":"string"},"DistributionCompany":{"type":"string"},"DistributionCountries":{"type":"array","items":{"type":"string"}},"TypeOfAgreement":{"type":"string"},"ReleaseStrategy":{"type":"string"},"TypeOfPlatform":{"type":"string"},"ChannelService":{"type":"string"},"TypeOfBusiness":{"type":"string"},"Shifts":{"type":"string"},"Original":{"type":"string"},"AvailabilityWindow":{"type":"string"},"Source":{"type":"string"},"Deeplink":{"type":"string"},"NewsDate":{"type":"string","format":"date-time"},"TypeOfRelease":{"type":"string"},"EnglishContentName":{"type":"string"},"OriginalContentProductionCompany":{"type":"string"},"OriginalContentCountry":{"type":"string"},"OriginalContentDistributionCompany":{"type":"string"},"OriginalContentName":{"type":"string"},"OriginalContentYear":{"type":"integer","format":"int32"},"ReleaseStrategyDetail":{"type":"string"},"Multiplatform":{"type":"boolean"},"TimeOfRelease":{"type":"string"},"AgeRating":{"type":"string"},"ProjectedDate":{"type":"string","format":"date-time"},"OriginalNetwork":{"type":"string"},"Universe":{"type":"string"},"Keywords":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"string"}},"Trailer":{"type":"string"},"DistributionRegion":{"type":"string"},"Classification":{"type":"string"}},"description":"ContentTracker","type":"object"}}}}
```

## The List\_ContentTracker\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"List_ContentTracker_":{"title":"List<ContentTracker>","type":"array","items":{"$ref":"#/components/schemas/ContentTracker"}},"ContentTracker":{"title":"ContentTracker","properties":{"CreatedAt":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"},"Modifier":{"description":"User who last modified the ContentTracker.","type":"integer","format":"int32"},"ContentName":{"type":"string"},"OriginalTitle":{"type":"string"},"ContentYear":{"type":"integer","format":"int32"},"ContentType":{"type":"string"},"ImdbReleaseDate":{"type":"string","format":"date-time"},"Runtime":{"type":"integer","format":"int32"},"ImdbId":{"type":"string"},"TmdbId":{"type":"string"},"TvdbId":{"type":"string"},"EidrId":{"type":"string"},"AlsoKnownAs":{"type":"array","items":{"type":"string"}},"Synopsis":{"type":"string"},"Genre":{"type":"array","items":{"type":"string"}},"ContentId":{"type":"string"},"CountryOfProduction":{"type":"string"},"ProductionCompanies":{"type":"array","items":{"type":"string"}},"DistributionCompanies":{"type":"array","items":{"type":"string"}},"ReleaseCountries":{"type":"array","items":{"type":"string"}},"ChannelPlatform":{"type":"array","items":{"type":"string"}},"Stage":{"type":"string"},"Collections":{"type":"array","items":{"type":"string"}},"BasedOn":{"type":"array","items":{"type":"string"}},"SeasonNumber":{"type":"integer","format":"int32"},"EpisodeNumber":{"type":"integer","format":"int32"},"NewsId":{"type":"string"},"ScriptedUnscripted":{"type":"string"},"RegionOfProduction":{"type":"string"},"ProductionType":{"type":"string"},"DistributionCompany":{"type":"string"},"DistributionCountries":{"type":"array","items":{"type":"string"}},"TypeOfAgreement":{"type":"string"},"ReleaseStrategy":{"type":"string"},"TypeOfPlatform":{"type":"string"},"ChannelService":{"type":"string"},"TypeOfBusiness":{"type":"string"},"Shifts":{"type":"string"},"Original":{"type":"string"},"AvailabilityWindow":{"type":"string"},"Source":{"type":"string"},"Deeplink":{"type":"string"},"NewsDate":{"type":"string","format":"date-time"},"TypeOfRelease":{"type":"string"},"EnglishContentName":{"type":"string"},"OriginalContentProductionCompany":{"type":"string"},"OriginalContentCountry":{"type":"string"},"OriginalContentDistributionCompany":{"type":"string"},"OriginalContentName":{"type":"string"},"OriginalContentYear":{"type":"integer","format":"int32"},"ReleaseStrategyDetail":{"type":"string"},"Multiplatform":{"type":"boolean"},"TimeOfRelease":{"type":"string"},"AgeRating":{"type":"string"},"ProjectedDate":{"type":"string","format":"date-time"},"OriginalNetwork":{"type":"string"},"Universe":{"type":"string"},"Keywords":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"string"}},"Trailer":{"type":"string"},"DistributionRegion":{"type":"string"},"Classification":{"type":"string"}},"description":"ContentTracker","type":"object"}}}}
```

## The ContentTrackerCreateDataResponse object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ContentTrackerCreateDataResponse":{"title":"ContentTrackerCreateDataResponse","properties":{"Success":{"type":"boolean"},"RecordCount":{"type":"integer","format":"int32"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"ContentTrackerCreateDataResponse","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"}}}}
```

## The QueryResponse\_MoviesWithoutMinimumRequirementsFiltered\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_MoviesWithoutMinimumRequirementsFiltered_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/MoviesWithoutMinimumRequirementsFiltered"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<MoviesWithoutMinimumRequirementsFiltered>","type":"object"},"MoviesWithoutMinimumRequirementsFiltered":{"title":"MoviesWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingType":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingCountryofOrigin":{"type":"boolean"},"MissingEnglishOfficialPoster":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"MissingUSReleaseOrRating":{"type":"boolean"},"MissingVideo":{"type":"boolean"},"MissingContributor":{"type":"boolean"},"MissingGenre":{"type":"boolean"}},"description":"MoviesWithoutMinimumRequirementsFiltered","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The MoviesWithoutMinimumRequirementsFiltered object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"MoviesWithoutMinimumRequirementsFiltered":{"title":"MoviesWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingType":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingCountryofOrigin":{"type":"boolean"},"MissingEnglishOfficialPoster":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"MissingUSReleaseOrRating":{"type":"boolean"},"MissingVideo":{"type":"boolean"},"MissingContributor":{"type":"boolean"},"MissingGenre":{"type":"boolean"}},"description":"MoviesWithoutMinimumRequirementsFiltered","type":"object"}}}}
```

## The QueryResponse\_ShowsWithoutMinimumRequirementsFiltered\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_ShowsWithoutMinimumRequirementsFiltered_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/ShowsWithoutMinimumRequirementsFiltered"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<ShowsWithoutMinimumRequirementsFiltered>","type":"object"},"ShowsWithoutMinimumRequirementsFiltered":{"title":"ShowsWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingType":{"type":"boolean"},"MissingOriginatingNetwork":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"MissingVideo":{"type":"boolean"},"MissingContributor":{"type":"boolean"},"MissingGenre":{"type":"boolean"}},"description":"ShowsWithoutMinimumRequirementsFiltered","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The ShowsWithoutMinimumRequirementsFiltered object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"ShowsWithoutMinimumRequirementsFiltered":{"title":"ShowsWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"score":{"type":"integer","format":"int32"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingType":{"type":"boolean"},"MissingOriginatingNetwork":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"MissingVideo":{"type":"boolean"},"MissingContributor":{"type":"boolean"},"MissingGenre":{"type":"boolean"}},"description":"ShowsWithoutMinimumRequirementsFiltered","type":"object"}}}}
```

## The QueryResponse\_SeasonsWithoutMinimumRequirementsFiltered\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_SeasonsWithoutMinimumRequirementsFiltered_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/SeasonsWithoutMinimumRequirementsFiltered"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<SeasonsWithoutMinimumRequirementsFiltered>","type":"object"},"SeasonsWithoutMinimumRequirementsFiltered":{"title":"SeasonsWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"}},"description":"SeasonsWithoutMinimumRequirementsFiltered","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The SeasonsWithoutMinimumRequirementsFiltered object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"SeasonsWithoutMinimumRequirementsFiltered":{"title":"SeasonsWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingOriginalLanguage":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"}},"description":"SeasonsWithoutMinimumRequirementsFiltered","type":"object"}}}}
```

## The QueryResponse\_EpisodesWithoutMinimumRequirementsFiltered\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_EpisodesWithoutMinimumRequirementsFiltered_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/EpisodesWithoutMinimumRequirementsFiltered"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<EpisodesWithoutMinimumRequirementsFiltered>","type":"object"},"EpisodesWithoutMinimumRequirementsFiltered":{"title":"EpisodesWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"HasExceptions":{"type":"boolean"}},"description":"EpisodesWithoutMinimumRequirementsFiltered","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The EpisodesWithoutMinimumRequirementsFiltered object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"EpisodesWithoutMinimumRequirementsFiltered":{"title":"EpisodesWithoutMinimumRequirementsFiltered","properties":{"Id":{"type":"integer","format":"int64"},"Title":{"type":"string"},"OriginalTitle":{"type":"string"},"OriginalReleaseDate":{"type":"string","format":"date-time"},"Year":{"type":"integer","format":"int32"},"MissingTitle":{"type":"boolean"},"MissingEnglishDescription":{"type":"boolean"},"HasExceptions":{"type":"boolean"}},"description":"EpisodesWithoutMinimumRequirementsFiltered","type":"object"}}}}
```

## The QueryResponse\_FindDuplicateMovieTitle\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_FindDuplicateMovieTitle_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/FindDuplicateMovieTitle"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<FindDuplicateMovieTitle>","type":"object"},"FindDuplicateMovieTitle":{"title":"FindDuplicateMovieTitle","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"FindDuplicateMovieTitle","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```

## The QueryResponse\_FindDuplicateMovieTitleYear\_ object

```json
{"openapi":"3.1.1","info":{"title":"Entertainment","version":"1.0"},"components":{"schemas":{"QueryResponse_FindDuplicateMovieTitleYear_":{"title":"QueryResponse`1","properties":{"Offset":{"type":"integer","format":"int32"},"Total":{"type":"integer","format":"int32"},"Results":{"type":"array","items":{"$ref":"#/components/schemas/FindDuplicateMovieTitleYear"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"},"ResponseStatus":{"$ref":"#/components/schemas/ResponseStatus"}},"description":"QueryResponse<FindDuplicateMovieTitleYear>","type":"object"},"FindDuplicateMovieTitleYear":{"title":"FindDuplicateMovieTitleYear","properties":{"Skip":{"type":"integer","format":"int32"},"Take":{"type":"integer","format":"int32"},"OrderBy":{"type":"string"},"OrderByDesc":{"type":"string"},"Include":{"type":"string"},"Fields":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"FindDuplicateMovieTitleYear","type":"object"},"Dictionary_String_String_":{"title":"Dictionary<String,String>","additionalProperties":{"type":"string"},"description":"Dictionary<String,String>","type":"object"},"ResponseStatus":{"title":"ResponseStatus","properties":{"ErrorCode":{"type":"string"},"Message":{"type":"string"},"StackTrace":{"type":"string"},"Errors":{"type":"array","items":{"$ref":"#/components/schemas/ResponseError"}},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseStatus","type":"object"},"ResponseError":{"title":"ResponseError","properties":{"ErrorCode":{"type":"string"},"FieldName":{"type":"string"},"Message":{"type":"string"},"Meta":{"$ref":"#/components/schemas/Dictionary_String_String_"}},"description":"ResponseError","type":"object"}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.fabricdata.com/origin/apis-all/red-bee-api-docs/models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
