-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
Support JSON Schema Draft v6 & v7 #574
Comments
What is new/missing? |
I was looking for |
It’s probably a bit too specific and probably better if you implement an own schema processor which handles that according to your needs. |
When you say "it's probably too specific" do you mean "writeOnly" or "password"? If I understand the spec correctly, "writeOnly" is part of the latest draft (haven't checked earlier versions but according to this issue it seems to be part of v7 too). If you mean "password", I don't really need it; I just wanted to bring it to your attention (it is part of |
I think supporting the property in the model as bool? is fine but generating password as always writeOnly is a breaking change and might not be correct for everyone. A PR for the property is appreciated. |
(+ update: http://json-schema.org/implementations.html#validator-dotnet ;-) )
Tasks v6:
Tasks v7:
The text was updated successfully, but these errors were encountered: