TopicCategorizedComment: TObject<{
    id: TString;
    topics: TArray<TObject<{
        name: TString;
    }>>;
}> = ...

TypeBox JSON Schema representation of a comment id, together with a list of associated topics.