Skip to content

[Feature] Обрезание длинных путей #8

@Miskler

Description

@Miskler

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions