Location asset details object definition and links to validations
Properties
| Parent | Name | Type | Input |
|---|---|---|---|
$. | assetDetails | object | |
assetDetails | partnersAssetId | string | |
assetDetails | dateAdded | dateTime | |
assetDetails | intent | string | |
assetDetails | imageId orphotos | string | |
assetDetails | captions[] | array | |
assetDetails | source | string | |
assetDetails | capturedBy | string | |
assetDetails | classifications[] | array | |
assetDetails | coordinates | object |
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
}
}
}
}
Related
| Name | Reference |
|---|---|
| API | Link |