Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Newtonsoft.Json.Schema with some other libraries to avoid limitation #1

Open
chawyehsu opened this issue May 7, 2019 · 2 comments

Comments

@chawyehsu
Copy link
Member

chawyehsu commented May 7, 2019

limitation

https://www.newtonsoft.com/jsonschema#licensing

Free with limitations (1000 validations per hour)

alternative

https://github.com/RicoSuter/NJsonSchema ?

@skyhoshi
Copy link

just to claify, this wouldn't be commercial use. as this project is open source and this validator is isolated. the licensing would have no bearing on this project due to those factors alone.

review the store offerings in depth here : https://www.newtonsoft.com/store/jsonschema

the AGPL 3.0 license would not hinder use of these libraries in this project either and thus this issue can closed and resolved on these points. if you have concerns otherwise feel free to comment here.

@chawyehsu
Copy link
Member Author

chawyehsu commented Dec 9, 2019

What we concerned about before is not the license of AGPL 3.0, it's better to avoid using AGPL dependencies though. We want to avoid the limitation of validations count. The free plan has 1000 validations per hour limitation, which is not enough for Scoop with the growing of manifests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants