Skip to content

Commit

Permalink
JSON formatting per code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Desrosiers <jdesrosi@gmail.com>
  • Loading branch information
hudlow and jdesrosiers committed Mar 11, 2024
1 parent fbf67a2 commit d016391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions annotations/tests/pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"subjects": [
{
"instance": {"paths":{"/pets/{id}":{}}},
"instance": { "paths": { "/pets/{id}": {} } },
"assertions": [
{
"location": "#/paths/~1pets~1{id}",
Expand All @@ -29,7 +29,7 @@
]
},
{
"instance": {"paths":{"/pets/{id}":{}}},
"instance": { "paths": { "/pets/{id}": {} } },
"assertions": [
{
"location": "#/paths/~1pets~1%7Bid%7D",
Expand All @@ -39,7 +39,7 @@
]
},
{
"instance": {"paths":{"/pets/{id}":{"get":{}}}},
"instance": { "paths": { "/pets/{id}": { "get": {} } } },
"assertions": [
{
"location": "#/paths/~1pets~1%7Bid%7D/get",
Expand Down

0 comments on commit d016391

Please sign in to comment.