changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "product": {
+ "description": "Product details",
+ "properties": {
+ "body_html": {
+ "description": "Product description HTML",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "created_at": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "handle": {
+ "description": "Product handle/slug",
+ "type": "string"
+ },
+ "id": {
+ "description": "Product ID",
+ "type": "number"
+ },
+ "product_type": {
+ "description": "Product type",
+ "type": "string"
+ },
+ "published_at": {
+ "description": "Publication timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Product status",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Comma-separated tags",
+ "type": "string"
+ },
+ "title": {
+ "description": "Product title",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "Last update timestamp",
+ "type": "string"
+ },
+ "variants": {
+ "description": "Product variants",
+ "type": "array"
+ },
+ "vendor": {
+ "description": "Product vendor",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}