Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyMalande authored Oct 25, 2023
1 parent 7babb61 commit f72c926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shacl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ Minimal installation requires only the SHACL package and all its dependencies.

## To reproduce the issue:
- Run tests by `npm run test` from the package directory

- The issue is in generating jsonSchema in schacl-adapter.spec.ts in class jsonSchemaCreator
- The question is - are CONTEXT and SPECIFICATION initialized properly?
- Regarding this line of code: await jsonGenerator.generateToStream(context, jsonSchema, specification, streamDictionary);
- The context and specification are being initialized before this line in the file, maybe something is missing in them or maybe something in them is badly initialized.

0 comments on commit f72c926

Please sign in to comment.