-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Bump giis:qagrow from 1.4.267 to 1.4.269 Bumps giis:qagrow from 1.4.267 to 1.4.269. --- updated-dependencies: - dependency-name: giis:qagrow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update qagrow version using SNAPSHOT * Update expected outputs of queries with groups * Update qagrow version 1.4.273 * Update docker-compose * Remove unnecessary configuration --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mjsca <[email protected]>
- Loading branch information
1 parent
3346b4d
commit 91b293d
Showing
13 changed files
with
197 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 14 additions & 13 deletions
27
st-tdg-eval/src/test/resources/testTotalPetsToDeliverByAddress-data.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"category":{"id":1,"name":"Tiger"} | ||
"category":{"id":2,"name":"Lion"} | ||
"category":{"id":3,"name":"Monkey"} | ||
"pet":{"id":1,"category":{"id":1,"name":"Tiger"},"name":"Max","photoUrls":["http://localhost/photos/000303.jpg"],"tags":[{"id":703,"name":"Puppy"}],"status":"available"} | ||
"pet":{"id":2,"category":{"id":2,"name":"Lion"},"name":"Luna","photoUrls":["http://localhost/photos/000403.jpg"],"tags":[{"id":803,"name":"Young"}],"status":"pending"} | ||
"pet":{"id":3,"category":{"id":2,"name":"Lion"},"name":"Charlie","photoUrls":["http://localhost/photos/000503.jpg"],"tags":[{"id":903,"name":"Old"}],"status":"sold"} | ||
"pet":{"id":4,"category":{"id":1,"name":"Tiger"},"name":"Bella","photoUrls":["http://localhost/photos/000603.jpg"],"status":"available"} | ||
"pet":{"id":5,"category":{"id":1,"name":"Tiger"},"name":"Cooper","tags":[{"id":1003,"name":"Puppy-1"}],"status":"pending"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":11,"shipDate":"2024-01-26","status":"placed","complete":false} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":7,"shipDate":"2024-01-27","status":"approved","complete":true} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":3,"shipDate":"2024-01-28","status":"approved","complete":false} | ||
"order":{"id":4,"petId":1,"customerId":2,"quantity":12,"shipDate":"2024-01-29","status":"approved","complete":true} | ||
"order":{"id":5,"petId":4,"customerId":1,"quantity":8,"shipDate":"2024-01-30","status":"approved","complete":false} | ||
"order":{"id":6,"petId":5,"customerId":1,"quantity":4,"shipDate":"2024-02-01","status":"approved","complete":true} | ||
"customer":{"id":1,"username":"James Smith","address":[{"street":"Main St","city":"Springfield","state":"California","zip":"0"}]} | ||
"pet":{"id":1,"category":{"id":1,"name":"Tiger"},"name":"Max","photoUrls":["http://localhost/photos/000303.jpg"],"tags":[{"id":803,"name":"Puppy"}],"status":"pending"} | ||
"pet":{"id":2,"category":{"id":2,"name":"Lion"},"name":"Luna","photoUrls":["http://localhost/photos/000403.jpg","http://localhost/photos/000503.jpg"],"tags":[{"id":903,"name":"Young"}],"status":"sold"} | ||
"pet":{"id":3,"category":{"id":1,"name":"Tiger"},"name":"Charlie","photoUrls":["http://localhost/photos/000603.jpg"],"tags":[{"id":1003,"name":"Old"}],"status":"available"} | ||
"pet":{"id":4,"category":{"id":1,"name":"Tiger"},"name":"Bella","photoUrls":["http://localhost/photos/000703.jpg"],"status":"pending"} | ||
"pet":{"id":5,"category":{"id":1,"name":"Tiger"},"name":"Cooper","tags":[{"id":1103,"name":"Puppy-1"}],"status":"sold"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":3,"shipDate":"2024-01-28","status":"placed","complete":false} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":12,"shipDate":"2024-01-29","status":"approved","complete":true} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":8,"shipDate":"2024-01-30","status":"approved","complete":false} | ||
"order":{"id":4,"petId":2,"customerId":1,"quantity":4,"shipDate":"2024-02-01","status":"approved","complete":true} | ||
"order":{"id":5,"petId":1,"customerId":2,"quantity":13,"shipDate":"2024-02-02","status":"approved","complete":false} | ||
"order":{"id":6,"petId":4,"customerId":1,"quantity":9,"shipDate":"2024-02-03","status":"approved","complete":true} | ||
"order":{"id":7,"petId":5,"customerId":1,"quantity":5,"shipDate":"2024-02-04","status":"approved","complete":false} | ||
"customer":{"id":1,"username":"James Smith","address":[{"street":"Main St","city":"Springfield","state":"California","zip":"0"},{"street":"Broadway","city":"Franklin","state":"Texas","zip":"1"}]} | ||
"customer":{"id":2,"username":"Mary Johnson"} | ||
"customer":{"id":3,"username":"Robert Williams","address":[{"street":"Broadway","city":"Franklin","state":"Texas","zip":"1"}]} | ||
"customer":{"id":3,"username":"Robert Williams","address":[{"street":"Park Ave","city":"Greenville","state":"Florida","zip":"0"}]} |
4 changes: 2 additions & 2 deletions
4
st-tdg-eval/src/test/resources/testTotalPetsToDeliverByAddress-output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{"zip":"0","total":22} | ||
{"zip":"1","total":0} | ||
{"zip":"0","total":38} | ||
{"zip":"1","total":38} |
29 changes: 15 additions & 14 deletions
29
st-tdg-test/src/test/resources/petstore/qagrow-live-total-pet-orders-by-address.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"category":{"id":1,"name":"2"} | ||
"category":{"id":2,"name":"102"} | ||
"category":{"id":3,"name":"202"} | ||
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1102","photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"} | ||
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1202","photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"pet":{"id":3,"category":{"id":2,"name":"102"},"name":"1302","photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":["603"],"tags":[],"status":"available"} | ||
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"placed","complete":false} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":2204,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":4,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":5,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":6,"petId":5,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true} | ||
"customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]} | ||
"customer":{"id":2,"username":"1902","address":[]} | ||
"customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]} | ||
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1202","photoUrls":["303"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1302","photoUrls":["403","503"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"pet":{"id":3,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":["603"],"tags":[{"id":1003,"name":"1004"}],"status":"available"} | ||
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":["703"],"tags":[],"status":"pending"} | ||
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1602","photoUrls":[],"tags":[{"id":1103,"name":"1104"}],"status":"sold"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":2304,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"placed","complete":false} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":4,"petId":2,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":5,"petId":1,"customerId":2,"quantity":2704,"shipDate":"2007-02-02T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":6,"petId":4,"customerId":1,"quantity":2804,"shipDate":"2007-02-03T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":7,"petId":5,"customerId":1,"quantity":2904,"shipDate":"2007-02-04T00:00:00.000+00:00","status":"approved","complete":false} | ||
"customer":{"id":1,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"0"},{"street":"1803","city":"1804","state":"1805","zip":"1"}]} | ||
"customer":{"id":2,"username":"2102","address":[]} | ||
"customer":{"id":3,"username":"2202","address":[{"street":"1903","city":"1904","state":"1905","zip":"0"}]} |
30 changes: 15 additions & 15 deletions
30
st-tdg-test/src/test/resources/petstore/qagrow-live-total-pets-by-address.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
"category":{"id":1,"name":"2"} | ||
"category":{"id":2,"name":"102"} | ||
"category":{"id":3,"name":"202"} | ||
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1102","photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"} | ||
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1202","photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"pet":{"id":3,"category":{"id":2,"name":"102"},"name":"1302","photoUrls":["603"],"tags":[],"status":"sold"} | ||
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"available"} | ||
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"placed","complete":false} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":4,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":5,"petId":1,"customerId":2,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":6,"petId":3,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":7,"petId":5,"customerId":1,"quantity":2704,"shipDate":"2007-02-02T00:00:00.000+00:00","status":"approved","complete":false} | ||
"customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]} | ||
"customer":{"id":2,"username":"1902","address":[]} | ||
"customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]} | ||
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1302","photoUrls":["303","603"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1402","photoUrls":["403","503"],"tags":[{"id":1003,"name":"1004"}],"status":"available"} | ||
"pet":{"id":3,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":["703"],"tags":[{"id":1103,"name":"1104"}],"status":"pending"} | ||
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1602","photoUrls":["803"],"tags":[],"status":"sold"} | ||
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1702","photoUrls":[],"tags":[{"id":1203,"name":"1204"}],"status":"available"} | ||
"order":{"id":1,"petId":1,"customerId":1,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"placed","complete":true} | ||
"order":{"id":2,"petId":1,"customerId":1,"quantity":1,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":3,"petId":2,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":4,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-02-02T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":5,"petId":1,"customerId":2,"quantity":2804,"shipDate":"2007-02-03T00:00:00.000+00:00","status":"approved","complete":true} | ||
"order":{"id":6,"petId":4,"customerId":1,"quantity":2904,"shipDate":"2007-02-04T00:00:00.000+00:00","status":"approved","complete":false} | ||
"order":{"id":7,"petId":5,"customerId":1,"quantity":3004,"shipDate":"2007-02-05T00:00:00.000+00:00","status":"approved","complete":true} | ||
"customer":{"id":1,"username":"2102","address":[{"street":"1803","city":"1804","state":"1805","zip":"0"},{"street":"1903","city":"1904","state":"1905","zip":"1"}]} | ||
"customer":{"id":2,"username":"2202","address":[]} | ||
"customer":{"id":3,"username":"2302","address":[{"street":"2003","city":"2004","state":"2005","zip":"0"}]} |
29 changes: 15 additions & 14 deletions
29
st-tdg-test/src/test/resources/petstore/qagrow-local-total-pet-orders-by-address.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
"Category":{"id":1,"name":"2"} | ||
"Category":{"id":2,"name":"102"} | ||
"Category":{"id":3,"name":"202"} | ||
"Pet":{"id":1,"name":"1102","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"} | ||
"Pet":{"id":2,"name":"1202","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"Pet":{"id":3,"name":"1302","category":{"id":2,"name":"102"},"photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"Pet":{"id":4,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":["603"],"tags":[],"status":"available"} | ||
"Pet":{"id":5,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"} | ||
"Customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]} | ||
"Customer":{"id":2,"username":"1902","address":[]} | ||
"Customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]} | ||
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26","status":"placed","complete":false} | ||
"Order":{"id":2,"petId":1,"customerId":1,"quantity":2204,"shipDate":"2007-01-27","status":"approved","complete":true} | ||
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28","status":"approved","complete":false} | ||
"Order":{"id":4,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29","status":"approved","complete":true} | ||
"Order":{"id":5,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false} | ||
"Order":{"id":6,"petId":5,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true} | ||
"Pet":{"id":1,"name":"1202","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"Pet":{"id":2,"name":"1302","category":{"id":2,"name":"102"},"photoUrls":["403","503"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"Pet":{"id":3,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":["603"],"tags":[{"id":1003,"name":"1004"}],"status":"available"} | ||
"Pet":{"id":4,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":["703"],"tags":[],"status":"pending"} | ||
"Pet":{"id":5,"name":"1602","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1103,"name":"1104"}],"status":"sold"} | ||
"Customer":{"id":1,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"0"},{"street":"1803","city":"1804","state":"1805","zip":"1"}]} | ||
"Customer":{"id":2,"username":"2102","address":[]} | ||
"Customer":{"id":3,"username":"2202","address":[{"street":"1903","city":"1904","state":"1905","zip":"0"}]} | ||
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2304,"shipDate":"2007-01-28","status":"placed","complete":false} | ||
"Order":{"id":2,"petId":1,"customerId":1,"quantity":2404,"shipDate":"2007-01-29","status":"approved","complete":true} | ||
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false} | ||
"Order":{"id":4,"petId":2,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true} | ||
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2704,"shipDate":"2007-02-02","status":"approved","complete":false} | ||
"Order":{"id":6,"petId":4,"customerId":1,"quantity":2804,"shipDate":"2007-02-03","status":"approved","complete":true} | ||
"Order":{"id":7,"petId":5,"customerId":1,"quantity":2904,"shipDate":"2007-02-04","status":"approved","complete":false} |
30 changes: 15 additions & 15 deletions
30
st-tdg-test/src/test/resources/petstore/qagrow-local-total-pets-by-address.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
"Category":{"id":1,"name":"2"} | ||
"Category":{"id":2,"name":"102"} | ||
"Category":{"id":3,"name":"202"} | ||
"Pet":{"id":1,"name":"1102","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"} | ||
"Pet":{"id":2,"name":"1202","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"} | ||
"Pet":{"id":3,"name":"1302","category":{"id":2,"name":"102"},"photoUrls":["603"],"tags":[],"status":"sold"} | ||
"Pet":{"id":4,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"available"} | ||
"Pet":{"id":5,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"} | ||
"Customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]} | ||
"Customer":{"id":2,"username":"1902","address":[]} | ||
"Customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]} | ||
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26","status":"placed","complete":false} | ||
"Order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-27","status":"approved","complete":true} | ||
"Order":{"id":3,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-01-28","status":"approved","complete":false} | ||
"Order":{"id":4,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-29","status":"approved","complete":true} | ||
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false} | ||
"Order":{"id":6,"petId":3,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true} | ||
"Order":{"id":7,"petId":5,"customerId":1,"quantity":2704,"shipDate":"2007-02-02","status":"approved","complete":false} | ||
"Pet":{"id":1,"name":"1302","category":{"id":1,"name":"2"},"photoUrls":["303","603"],"tags":[{"id":903,"name":"904"}],"status":"sold"} | ||
"Pet":{"id":2,"name":"1402","category":{"id":2,"name":"102"},"photoUrls":["403","503"],"tags":[{"id":1003,"name":"1004"}],"status":"available"} | ||
"Pet":{"id":3,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":["703"],"tags":[{"id":1103,"name":"1104"}],"status":"pending"} | ||
"Pet":{"id":4,"name":"1602","category":{"id":1,"name":"2"},"photoUrls":["803"],"tags":[],"status":"sold"} | ||
"Pet":{"id":5,"name":"1702","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1203,"name":"1204"}],"status":"available"} | ||
"Customer":{"id":1,"username":"2102","address":[{"street":"1803","city":"1804","state":"1805","zip":"0"},{"street":"1903","city":"1904","state":"1905","zip":"1"}]} | ||
"Customer":{"id":2,"username":"2202","address":[]} | ||
"Customer":{"id":3,"username":"2302","address":[{"street":"2003","city":"2004","state":"2005","zip":"0"}]} | ||
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2404,"shipDate":"2007-01-29","status":"placed","complete":true} | ||
"Order":{"id":2,"petId":1,"customerId":1,"quantity":1,"shipDate":"2007-01-30","status":"approved","complete":false} | ||
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true} | ||
"Order":{"id":4,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-02-02","status":"approved","complete":false} | ||
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2804,"shipDate":"2007-02-03","status":"approved","complete":true} | ||
"Order":{"id":6,"petId":4,"customerId":1,"quantity":2904,"shipDate":"2007-02-04","status":"approved","complete":false} | ||
"Order":{"id":7,"petId":5,"customerId":1,"quantity":3004,"shipDate":"2007-02-05","status":"approved","complete":true} |
Oops, something went wrong.