You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As someone generating releases using schema, I want schemaver to load/check remote schemas linked via the "$ref" attribute, so that I can accurately categorize changes made between referenced schemas.
Acceptance criteria
Assuming we have the following schemas we want to compare:
User stories
As someone generating releases using schema, I want schemaver to load/check remote schemas linked via the "$ref" attribute, so that I can accurately categorize changes made between referenced schemas.
Acceptance criteria
Assuming we have the following schemas we want to compare:
Old schema
New schema
And the two remote schemas referenced are:
.../tags/2023-01-01.json
.../tags/2024-01-03.json
The resulting release should have type
model
The text was updated successfully, but these errors were encountered: