changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "about": {
+ "description": "Design description text (may be null).",
+ "type": "string"
+ },
+ "code": {
+ "type": "string"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "error": {
+ "description": "Present when the product was not found.",
+ "type": "string"
+ },
+ "fabrics": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "good_id": {
+ "type": "integer"
+ },
+ "image": {
+ "type": "string"
+ },
+ "price": {
+ "type": "number"
+ },
+ "product": {
+ "type": "string"
+ },
+ "sizes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "theme": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "variants": {
+ "description": "Price per size+fabric combination.",
+ "items": {
+ "properties": {
+ "fabric": {
+ "type": "string"
+ },
+ "price": {
+ "type": "number"
+ },
+ "size": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}