## Connector ``` { "name": string, "SupportedLanguages": string[] } ``` ## Manga ``` { "sortName": string, "authors": string[], "altTitles": string[][], "description": string, "tags": string[], "coverUrl": string, "coverFileNameInCache": string, "links": string[][], "year": int, "originalLanguage": string, "releaseStatus": int, "folderName": string, "publicationId": string, "internalId": string, "ignoreChaptersBelow": decimal, "latestChapterDownloaded": decimal, "latestChapterAvailable": decimal, "websiteUrl": string, "mangaConnector": Connector } ``` ## Chapter ``` { } ``` ## Job ``` { } ``` ## ProgressToken ``` { } ``` ## Settings ``` { } ``` ## LibraryConnector ``` { } ``` ## NotificationConnector ``` { } ```