Skip to content

Commit e2ad011

Browse files
update jsonschema snapshots
1 parent e87f2d7 commit e2ad011

10 files changed

Lines changed: 12152 additions & 3482 deletions

tests/__snapshots__/ClassCatalog.products_list.json

Lines changed: 685 additions & 845 deletions
Large diffs are not rendered by default.

tests/__snapshots__/ClassCatalog.products_list.schema.json

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,7 @@
4040
},
4141
"badges": {
4242
"type": "array",
43-
"items": {
44-
"type": "object",
45-
"required": [
46-
"alias",
47-
"color",
48-
"id",
49-
"title"
50-
],
51-
"properties": {
52-
"alias": {
53-
"type": "string",
54-
"enum": [
55-
"special_price"
56-
]
57-
},
58-
"color": {
59-
"type": "string",
60-
"enum": [
61-
"#FF1E2D"
62-
]
63-
},
64-
"id": {
65-
"type": "integer"
66-
},
67-
"title": {
68-
"type": "string",
69-
"j2sEnumRejected": true
70-
}
71-
}
72-
}
43+
"items": {}
7344
},
7445
"brand": {
7546
"anyOf": [
@@ -207,28 +178,7 @@
207178
"j2sEnumRejected": true
208179
},
209180
"specialPrice": {
210-
"anyOf": [
211-
{
212-
"type": "null"
213-
},
214-
{
215-
"type": "object",
216-
"required": [
217-
"active_to",
218-
"price"
219-
],
220-
"properties": {
221-
"active_to": {
222-
"type": "string",
223-
"format": "date-time"
224-
},
225-
"price": {
226-
"type": "string",
227-
"j2sEnumRejected": true
228-
}
229-
}
230-
}
231-
]
181+
"type": "null"
232182
},
233183
"title": {
234184
"type": "string",

0 commit comments

Comments
 (0)