From d0163912e276765fc042ade2d0219f886f528757 Mon Sep 17 00:00:00 2001 From: Dan Hudlow Date: Sun, 10 Mar 2024 21:58:22 -0500 Subject: [PATCH] JSON formatting per code review Co-authored-by: Jason Desrosiers --- annotations/tests/pointer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/annotations/tests/pointer.json b/annotations/tests/pointer.json index 32df5273..484d21c0 100644 --- a/annotations/tests/pointer.json +++ b/annotations/tests/pointer.json @@ -19,7 +19,7 @@ }, "subjects": [ { - "instance": {"paths":{"/pets/{id}":{}}}, + "instance": { "paths": { "/pets/{id}": {} } }, "assertions": [ { "location": "#/paths/~1pets~1{id}", @@ -29,7 +29,7 @@ ] }, { - "instance": {"paths":{"/pets/{id}":{}}}, + "instance": { "paths": { "/pets/{id}": {} } }, "assertions": [ { "location": "#/paths/~1pets~1%7Bid%7D", @@ -39,7 +39,7 @@ ] }, { - "instance": {"paths":{"/pets/{id}":{"get":{}}}}, + "instance": { "paths": { "/pets/{id}": { "get": {} } } }, "assertions": [ { "location": "#/paths/~1pets~1%7Bid%7D/get",