We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is tested with the code in at this commit.
"original": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "postal_code": { "type": "number" }, "street": { "type": "string" } } }, "updated": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "street": { "type": "string" } } }
The text was updated successfully, but these errors were encountered:
Hello shionefaye,
Can you please share the code / test results that you tested this with?
Sorry, something went wrong.
Test issue Apicurio#1444
1ecbf6f
Hello @shionefaye , I've run your test case and it works as expected. Please share more info (as @blacktooth mentioned) or I'll have to close this issue. Thanks! See https://github.com/jsenko/apicurio-registry/tree/tmp1
Hi blacktooth and jsenko,
Thanks for the timely response. I tested the with the latest change in the master branch.
Now I run the test with with tmp1 branch. The issues I reported in this and #1443 is gone. But a new issue emerges
tmp1
The following change is backward compatible only.
"original": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "postal_code": { "type": "number" } }, "additionalProperties": { "type": "number" } }, "updated": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "postal_code": { "type": "number" }, "street": { "type": "number" } }, "additionalProperties": { "type": "number" } }
Backward Difference: [Difference(diffType=OBJECT_TYPE_PROPERTY_SCHEMAS_MEMBER_ADDED, pathOriginal=, pathUpdated=/properties, subSchemaOriginal=null, subSchemaUpdated=street)] Foward Difference: []
jsenko
No branches or pull requests
It is tested with the code in at this commit.
The text was updated successfully, but these errors were encountered: