Skip to content

Commit

Permalink
Change to id
Browse files Browse the repository at this point in the history
  • Loading branch information
suprith-hub committed Aug 20, 2024
1 parent 2d2e891 commit ac86c53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/from-draft3/to-draft4/ref.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
{
"title": "$ref present in schema, with adjacent keywords",
"from": {
"$id": "http://example.com",
"id": "http://example.com",
"properties": {
"foo": {
"$ref": "/bar",
"type": "string",
"$id": "zoo"
"id": "zoo"
},
"bar": {
"$id": "bar"
"id": "bar"
}
}
},
"to": {
"$id": "http://example.com",
"id": "http://example.com",
"properties": {
"foo": {
"$ref": "/bar",
"x-type": "string",
"x-$id": "zoo"
"x-id": "zoo"
},
"bar": {
"$id": "bar"
"id": "bar"
}
}
}
Expand Down

0 comments on commit ac86c53

Please sign in to comment.