-
Notifications
You must be signed in to change notification settings - Fork 87
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
Perform a strict check on object properties #33
Merged
ota42y
merged 12 commits into
ota42y:master
from
Ladas:perform_a_strict_check_on_object_properties
May 28, 2019
Merged
Perform a strict check on object properties #33
ota42y
merged 12 commits into
ota42y:master
from
Ladas:perform_a_strict_check_on_object_properties
May 28, 2019
Commits on May 20, 2019
-
Perform a strict check on properties
We need to throw a validation error if property being send is not defined. If additionalProperties are defined, we skip the validation for now, with TODO added. In a case of composing schema using allOf, the property needs to be defined at least in 1 of te allOf items, as stated in: https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/#allof
Configuration menu - View commit details
-
Copy full SHA for d634487 - Browse repository at this point
Copy the full SHA d634487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4f947 - Browse repository at this point
Copy the full SHA 7a4f947View commit details -
Configuration menu - View commit details
-
Copy full SHA for da388f8 - Browse repository at this point
Copy the full SHA da388f8View commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50875db - Browse repository at this point
Copy the full SHA 50875dbView commit details -
Aggregate NotExistPropertyDefinition exception
Aggregating either for the whole allOf block or the object.
Configuration menu - View commit details
-
Copy full SHA for 7615724 - Browse repository at this point
Copy the full SHA 7615724View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e9f7b - Browse repository at this point
Copy the full SHA a0e9f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0aabc - Browse repository at this point
Copy the full SHA cb0aabcView commit details
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for adb04f7 - Browse repository at this point
Copy the full SHA adb04f7View commit details -
Support nullable alternative attribute
Supporting attribute that can be nil or any of the refs and adding specs for the validation.
Configuration menu - View commit details
-
Copy full SHA for f75efa0 - Browse repository at this point
Copy the full SHA f75efa0View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6728b99 - Browse repository at this point
Copy the full SHA 6728b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for d06b0e6 - Browse repository at this point
Copy the full SHA d06b0e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c7665 - Browse repository at this point
Copy the full SHA 40c7665View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.