changedOutput schema / properties / products / items / properties / rating_provenance / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "note": {
- "type": "string"
- },
- "origin": {
- "const": "merchant",
- "type": "string"
- },
- "strength": {
- "const": "claimed",
- "type": "string"
- },
- "verified": {
- "const": false,
- "type": "boolean"
- }
- },
- "required": [
- "origin",
- "strength",
- "verified",
- "note"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "properties": {
+ "note": {
+ "type": "string"
+ },
+ "origin": {
+ "const": "merchant",
+ "type": "string"
+ },
+ "strength": {
+ "const": "claimed",
+ "type": "string"
+ },
+ "verified": {
+ "const": false,
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "origin",
+ "strength",
+ "verified",
+ "note"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]