diff --git a/typescript/taxonomy-api.ts b/typescript/taxonomy-api.ts index eaa4cccc..022d6079 100644 --- a/typescript/taxonomy-api.ts +++ b/typescript/taxonomy-api.ts @@ -37,6 +37,10 @@ export interface Node { * An id unique for this context. */ contextId?: string; + /** + * A list of all contextids this node has ever had + */ + contextids: string[]; contexts: TaxonomyContext[]; /** * A number representing the average grade of all children nodes recursively.