diff options
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/interiorvalidationreq.json | 4 | ||||
| -rw-r--r-- | testdata/interiorvalidationresp.json | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/testdata/interiorvalidationreq.json b/testdata/interiorvalidationreq.json new file mode 100644 index 0000000..a5301a8 --- /dev/null +++ b/testdata/interiorvalidationreq.json @@ -0,0 +1,4 @@ +{ + "source_url": "https://example.com/interior.pdf", + "pod_package_id": "0850X1100.BW.STD.LW.060UW444.MNG" +} diff --git a/testdata/interiorvalidationresp.json b/testdata/interiorvalidationresp.json new file mode 100644 index 0000000..90a7b09 --- /dev/null +++ b/testdata/interiorvalidationresp.json @@ -0,0 +1,10 @@ +{ + "id": 1, + "source_url": "https://www.dropbox.com/sh/p3zh22vzsaegiri/AACOUn3LFKsITDzylh13bQpsa/161025/thesis2.pdf?dl=1", + "page_count": 210, + "errors": [ + "Book Size: The book size you selected does not match the page size in the file you uploaded." + ], + "status": "VALIDATING", + "valid_pod_package_ids": null +} |