Skip to content

Commit

Permalink
adding failing integ test for #271
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Feb 2, 2019
1 parent 63d7a1b commit bad9b5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"properties": {
"$id": {
"type": "string"
},
"other": {
"$ref": "http://localhost:1234/dummy-schema.json"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$id": "id-value"
}

0 comments on commit bad9b5a

Please sign in to comment.