Skip to content

[398] Validation of required properties in OAS3 schema object#401

Merged
tfesenko merged 2 commits intomasterfrom
task/398
Oct 4, 2017
Merged

[398] Validation of required properties in OAS3 schema object#401
tfesenko merged 2 commits intomasterfrom
task/398

Conversation

@ghillairet
Copy link
Copy Markdown
Member

See #398

val errors = validator.validate(document, null as URI)
assertEquals(1, errors.size())
assertEquals(String.format(Messages.error_required_properties, "baz"), errors.get(0).message)
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tfesenko tfesenko merged commit 246b11c into master Oct 4, 2017
@tfesenko
Copy link
Copy Markdown
Member

tfesenko commented Oct 4, 2017

Looks good! Thanks!

@tfesenko tfesenko deleted the task/398 branch October 4, 2017 19:34
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

Successfully merging this pull request may close these issues.

2 participants