Topic: TUnion<[TObject<{
    name: TString;
}>, TObject<{
    name: TString;
    subtopics: TArray<TObject<{
        name: TString;
    }>>;
}>]> = ...

TypeBox JSON Schema representation of an abstract topic, either with or without subtopics.