We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3536ae + 6358c22 commit 4cd1f0eCopy full SHA for 4cd1f0e
4 files changed
generate_schemas.js
@@ -44,7 +44,7 @@ const findDirectoryPath = (targetDirectoryName, folderName) => {
44
45
const directoryPath = findDirectoryPath(projectName, folderName);
46
47
-const outputFile = path.join(process.cwd(), "schemas.json");
+const outputFile = path.join(process.cwd(), `${projectName}_schemas.json`);
48
49
function return_json_schema(directoryPath, folder_path, projectName) {
50
console.log("return_json_schema", directoryPath, folder_path, projectName);
0 commit comments