elixir-europe / json-schema-validator

Validator for JSON schema based metadata
Apache License 2.0
9 stars 3 forks source link

this repository is not running #4

Open Prince-1501 opened 4 years ago

Prince-1501 commented 4 years ago

Hello Everyone, There is a request to all of you contributors, Please help me because I am unable to run this repository (JSON-schema-validator) in my local machine. there is an error comes in json-schema-validator/src/elixir-validator.js:114 that, TypeError: customKeywordValidator.configure is not a function

Please guide me Thank you.

ke4 commented 4 years ago

Hi,

There is already a pull request to address that issue: https://github.com/elixir-europe/json-schema-validator/pull/3 Hopefully it is going to be merged soon.

Prakh2909 commented 4 years ago

Hi I have created a pull request for the same issue #7. there is an error comes in json-schema-validator/src/elixir-validator.js:114 that, TypeError: customKeywordValidator.configure is not a function The function needed to be called using a object of the class imported. I have Fixed the issue.

ke4 commented 3 years ago

Hi @Parker29,

Sorry for the very late response. After long consideration we decided that this current Elixir JSON schema repository should be only an npm library without the server feature/functionality. We modified the README regarding this change.

The good news: we mentioned in the updated README that there is another GitHub repository already using this library as a dependency and it also contains a server feature. So you can use that as an example how to set up a JSON schema validator service yourself. You can find this in our README here.

I hope this helps.

I am going to close this issue by the end of tomorrow, if there is no response till that time.

Kind regards,

Karoly