in script/lib/variable-collection.ts [15:17]
export function getFullName(prefix: string, path: PathItem[]) { return [prefix, ...path].map(value => (isString(value) ? kebabCase(value) : value)).join('-') }