What do you want to achieve?
Длинные пути можно бы обрезать
Additional context / attachments
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["id"].type: integer
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["originName"].type: string
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["fileType"].type: string
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["fileSize"].type: integer
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["width"].type: integer
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["height"].type: integer
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["cropUrlTemplate"]:
+ .type: string
+ .format: uri
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["publicUrl"].type: null
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]["uuid"]:
+ .type: string
+ .format: uuid
можно отобразить как
+ ["content"]["items"][0]["products"][0]["labels"][0]["listingImage"]:
+ ["id"].type: integer
+ ["originName"].type: string
+ ["fileType"].type: string
+ ["fileSize"].type: integer
+ ["width"].type: integer
+ ["height"].type: integer
+ ["cropUrlTemplate"]:
+ .type: string
+ .format: uri
+ ["publicUrl"].type: null
+ ["uuid"]:
+ .type: string
+ .format: uuid
What do you want to achieve?
Длинные пути можно бы обрезать
Additional context / attachments
можно отобразить как