in tools/DeploymentsSchemaTests/DeploymentsTests.cs [12:21]
public void TestSchemaLoader()
{
Action createAssemblyFunc = () =>
TestSchemaCache.CreateFromFilePaths(
filePaths: Directory.EnumerateFiles(
path: "schemas",
searchPattern: "*.json",
searchOption: SearchOption.AllDirectories));
createAssemblyFunc.Should().NotThrow();
}