-
Notifications
You must be signed in to change notification settings - Fork 89
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
Schema annotations 3.1 #1801
Schema annotations 3.1 #1801
Conversation
In e83724a I made some of the scanner tests output the actual JSON document in the event of a failure because it was more helpful to me during development than configuring logging and finding the logs, but that part is not relevant to the actual changes and can be dropped if desired. |
693e2d3
to
1d7c0a0
Compare
1d7c0a0
to
88d07fb
Compare
Include the full JSON output from the scanner when a test fails, to avoid needing to search the logs and enable debug logging.
88d07fb
to
54bfe93
Compare
Tests for: - if/then/else - allOf/anyOf/oneOf/not - dependentSchemas - prefixItems - contains/maxContains/minContains - propertyNames - patternProperties - contentEncoding - contentMediaType - contentSchema
54bfe93
to
fe8bd1b
Compare
CI will not run cleanly until eclipse/microprofile-open-api#601 is merged but I have built and run this change locally with no failures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let's leave it open until there's a good run of the TCK against a new MP snapshot.
- examples - comment - if/then/elseSchema - dependentSchemas - prefixItems - contains/minContains/maxContains - patternProperties - propertyNames - constValue - dependentRequired - contentEncoding/contentMediaType/contentSchema
fe8bd1b
to
617b831
Compare
@MikeEdgar we now have a good build |
Implement the
@Schema
and@SchemaProperty
changes from eclipse/microprofile-open-api#601.I haven't duplicated cases which are already covered by the TCK.