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.
1 parent e81296a commit 8a9ddc2Copy full SHA for 8a9ddc2
generate_schemas.js
@@ -44,7 +44,7 @@ function return_json_schema(directoryPath, folder_path, project_name) {
44
.replace(/^.*[\\/]/, "")
45
.replace(/\.[^/.]+$/, "");
46
var rpc = jsonData["rpc"];
47
- jsonData["$id"] = project_name + folder_path + rpc;
+ jsonData["$id"] = project_name + folder_path + "." + rpc;
48
schemas[filename] = jsonData;
49
} catch (error) {
50
console.error(
0 commit comments