diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 17:36:43 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 17:36:43 -0400 |
| commit | 922c7f326382aa06f8bc4c9b5dcb2c0098160adb (patch) | |
| tree | c3d5fd5040ffd79986519585907af655b71d5d17 /testdata/printablenormalization.json | |
| parent | 4370a8133c8e9c870d7d2c659f27ac655896eec0 (diff) | |
| download | lulu-922c7f326382aa06f8bc4c9b5dcb2c0098160adb.zip | |
extend tests for print-jobs response unmarshaling
Diffstat (limited to 'testdata/printablenormalization.json')
| -rw-r--r-- | testdata/printablenormalization.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testdata/printablenormalization.json b/testdata/printablenormalization.json new file mode 100644 index 0000000..990dcd0 --- /dev/null +++ b/testdata/printablenormalization.json @@ -0,0 +1,31 @@ +{ + "interior": { + "source_file": { + "file_id": 4354943, + "filename": "unspecified" + }, + "normalized_file": { + "file_id": 4354947, + "filename": "normalized.pdf" + }, + "source_url": "https://www.dropbox.com/s/r20orb8umqjzav9/lulu_trade_interior_template-32.pdf?dl=1&raw=1", + "source_md5sum": "2a8526c4189e82ff119f11457e23fb9b", + "job_id": 501439, + "page_count": 32 + }, + "cover": { + "source_file": { + "file_id": 4354944, + "filename": "unspecified" + }, + "normalized_file": { + "file_id": 4354948, + "filename": "normalized.pdf" + }, + "source_url": "https://www.dropbox.com/s/7bv6mg2tj0h3l0r/lulu_trade_perfect_template.pdf?dl=1&raw=1", + "source_md5sum": "d90458dd2081aa59bb77a04eb6b5fb0c", + "job_id": 543910, + "page_count": 1 + }, + "pod_package_id": "0600X0900.BW.STD.PB.060UW444.MXX" +} |