-
Notifications
You must be signed in to change notification settings - Fork 45
/
image-fixture-good.json
57 lines (57 loc) · 1.47 KB
/
image-fixture-good.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"_id": "unique ANS id",
"type": "image",
"version": "0.10.3",
"channels": ["web", "print"],
"created_date": "2015-06-25T09:50:50.52Z",
"credits": {
"by": [
{
"name": "Ansel Adams",
"byline": "John Jacob",
"type": "author",
"version": "0.10.3"
}
]
},
"location": "Washington, D.C.",
"geo": {
"latitude": 38.9047,
"longitude": -77.0164
},
"address": {
"street_address": "1600 Pennsylvania Ave",
"extended_address": "West Wing",
"locality": "Washington",
"region": "D.C.",
"postal_code": "20002",
"country_name": "USA"
},
"copyright": "(c) 2015, The Washington Post, Inc",
"content_restrictions": {
"content_code": "green"
},
"url": "https://img.washingtonpost.com/rf/image_908w/2010-2019/WashingtonPost/2012/06/29/Outlook/Advance/Images/511969927-363.jpg",
"caption": "US Supreme Court Justice Antonin Scalia testifies before the Senate Judiciary Committee",
"alt_text": "Close-up of US Supreme Court Justice Antonin Scalia. His right hand is raised to emphasize his testimony.",
"subtitle": "Scalia tried to make the court a conservative stronghold. He failed.",
"width": 800,
"height": 640,
"licensable": true,
"taxonomy": {
"keywords": [
{
"keyword": "Supreme Court",
"score": 0.003816102874901
}
]
},
"image_type": "photograph",
"focal_point": {
"x": 460,
"y": 220
},
"additional_properties": {
"foo": "bar"
}
}