NestedTopic: TObject<{
    name: TString;
    subtopics: TArray<TObject<{
        name: TString;
    }>>;
}> = ...

TypeBox JSON Schema representation of a topic record as a name, with flat subtopics.