Skip to content

Commit f37c3b7

Browse files
committed
Make product placement name nullable
1 parent c160a70 commit f37c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
}
444444
},
445445
"productPlacement": {
446-
"type": "string",
446+
"type": ["string", "null"],
447447
"minLength": 1,
448448
"description": "In case a Product Placement matches the product, this is its name."
449449
},

0 commit comments

Comments
 (0)