relativePathRoots property
A map of expected KnownPaths relative to a workspace.
Implementation
static final Map<KnownPaths, String> relativePathRoots = {
KnownPaths.endaft: './.endaft',
KnownPaths.iac: './iac',
KnownPaths.lambdas: './lambdas',
KnownPaths.schemas: './.endaft/schemas',
KnownPaths.shared: './shared',
KnownPaths.assets: './shared/assets'
};