Skip to content

Commit 1cd2ffd

Browse files
update jsonschema snapshots
1 parent e2ad011 commit 1cd2ffd

10 files changed

Lines changed: 2804 additions & 2689 deletions

tests/__snapshots__/ClassCatalog.products_list.json

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

tests/__snapshots__/ClassCatalog.tree.json

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

tests/__snapshots__/ClassCatalog.tree.schema.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,26 @@
190190
],
191191
"properties": {
192192
"image": {
193-
"type": "null"
193+
"anyOf": [
194+
{
195+
"type": "null"
196+
},
197+
{
198+
"type": "string",
199+
"format": "uri"
200+
}
201+
]
194202
},
195203
"imageAdaptive": {
196-
"type": "null"
204+
"anyOf": [
205+
{
206+
"type": "null"
207+
},
208+
{
209+
"type": "string",
210+
"format": "uri"
211+
}
212+
]
197213
},
198214
"url": {
199215
"type": "null"

0 commit comments

Comments
 (0)