Skip to main content

Location asset details object definition and links to validations

Properties

ParentNameTypeInput
$.assetDetailsobject
REQUIRED
assetDetailspartnersAssetIdstring
REQUIRED
assetDetailsdateAddeddateTime
REQUIRED
assetDetailsintentstring
REQUIRED
assetDetailsimageId or
photos
string
REQUIRED
assetDetailscaptions[]array
RECOMMENDED
assetDetailssourcestring
RECOMMENDED
assetDetailscapturedBystring
OPTIONAL
assetDetailsclassifications[]array
OPTIONAL
assetDetailscoordinatesobject
OPTIONAL

JSON Data Samples

Location Asset with Image ID
{
"assetDetails": {
"partnersAssetId": "asset-123-exterior",
"dateAdded": "2026-03-15T10:30:00Z",
"intent": "COVER_PHOTO",
"imageId": "9467895078742654959",
"source": "BUSINESS",
"capturedBy": "John Doe Photography",
"captions": [
{
"title": "Restaurant Exterior View",
"altText": "Modern restaurant building with outdoor seating area",
"locale": "en"
},
{
"title": "Vue extérieure du restaurant",
"altText": "Bâtiment de restaurant moderne avec terrasse",
"locale": "fr"
}
],
"classifications": ["Exterior", "Atmosphere"],
"coordinates": {
"latitude": 34.0522,
"longitude": -118.2437
}
}
}
Location Asset with Photos
{
"assetDetails": {
"partnersAssetId": "menu-item-456",
"dateAdded": "2026-03-20T14:45:00Z",
"intent": "GALLERY",
"source": "VENDOR",
"captions": [
{
"title": "Signature Pasta Dish",
"altText": "Handmade pasta with truffle cream sauce",
"locale": "en"
}
],
"classifications": ["Food & Drink", "Menu"],
"photos": {
"thumbnail": {
"url": "https://example.com/images/pasta-thumbnail.jpg",
"pixelHeight": 200,
"pixelWidth": 300
},
"large": {
"url": "https://example.com/images/pasta-large.jpg",
"pixelHeight": 1200,
"pixelWidth": 1800
},
"xlarge": {
"url": "https://example.com/images/pasta-xlarge.jpg",
"pixelHeight": 1600,
"pixelWidth": 2400
}
}
}
}
NameReference
APILink