Skip to content

Commit

Permalink
test: Add an extension with a $ref error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 19, 2024
1 parent 4874e2c commit 902a9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/referror_extension/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 7 additions & 0 deletions tests/fixtures/referror_extension/release-schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"properties": {
"broken": {
"$ref": "#/definitions/Broken"
}
}
}

0 comments on commit 902a9dd

Please sign in to comment.