-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Affected area(s)
- core
- colorize
- cli
- sphinx
- python interface
What did you do?
Обычный кейс сравнения
What happened?
Похоже мало того что сравнение внутри списков не работает, если порядок ключей другой скрипт посчитает что это разные элементы.
What did you expect to happen?
.
Logs / screenshots
m ["content"]["items"][0]["productBrand"]["mobileBannerImage"]:
m .anyOf:
.type: null
- ╭ .type: object
- │ .required:
- │ cropUrlTemplate
- │ fileSize
- │ fileType
- │ height
- │ id
- │ originName
- │ publicUrl
- │ uuid
- │ width
- │ ["id"].type: integer
- │ ["originName"].type: string
- │ ["fileType"].type: string
- │ ["fileSize"].type: integer
- │ ["width"].type: integer
- │ ["height"].type: integer
- │ ["cropUrlTemplate"]:
- │ .format: uri
- │ .type: string
- │ ["publicUrl"].type: null
- │ ["uuid"]:
- │ .format: uuid
- ╰ .type: string
+ ╭ .type: object
+ │ .required:
+ │ cropUrlTemplate
+ │ fileSize
+ │ fileType
+ │ height
+ │ id
+ │ originName
+ │ publicUrl
+ │ uuid
+ │ width
+ │ ["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