mangadex-full-api - v6.2.0
    Preparing search index...

    Interface RelationshipSchema

    Relationship

    interface RelationshipSchema {
        attributes: object | null;
        id: string;
        related:
            | "monochrome"
            | "main_story"
            | "adapted_from"
            | "based_on"
            | "prequel"
            | "side_story"
            | "doujinshi"
            | "same_franchise"
            | "shared_universe"
            | "sequel"
            | "spin_off"
            | "alternate_story"
            | "alternate_version"
            | "preserialization"
            | "colored"
            | "serialization";
        type: string;
    }
    Index

    Properties

    attributes: object | null

    If Reference Expansion is applied, contains objects attributes

    id: string

    uuid

    related:
        | "monochrome"
        | "main_story"
        | "adapted_from"
        | "based_on"
        | "prequel"
        | "side_story"
        | "doujinshi"
        | "same_franchise"
        | "shared_universe"
        | "sequel"
        | "spin_off"
        | "alternate_story"
        | "alternate_version"
        | "preserialization"
        | "colored"
        | "serialization"

    Related Manga type, only present if you are on a Manga entity and a Manga relationship

    type: string