Photo
Information about a photo of a place.
widthPxinteger,string<int32>required
The maximum available width, in pixels.
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
heightPxinteger,string<int32>required
The maximum available height, in pixels.
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
uristring<uri>required
A link to show the photo.
Photo
{
"widthPx": 0,
"heightPx": 0,
"uri": "string"
}