{
  "openapi": "3.0.1",
  "info": {
    "title": "1688 Supplier Price & MOQ Monitor",
    "description": "Compare buyer-owned, merchant-authorized, or licensed 1688 offer exports for price, MOQ, stock, supplier, badge, and promotion changes. Each delivered row adds stable identity, freshness, evidence gaps, review priority, and a human action—with no 1688 login, scraping, API call, or URL fetch.",
    "version": "0.3",
    "x-build-id": "0zuSaIGrLn4e6eSy9"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/zinin~china-1688-supplier-monitor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-zinin-china-1688-supplier-monitor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/zinin~china-1688-supplier-monitor/runs": {
      "post": {
        "operationId": "runs-sync-zinin-china-1688-supplier-monitor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/zinin~china-1688-supplier-monitor/run-sync": {
      "post": {
        "operationId": "run-sync-zinin-china-1688-supplier-monitor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "watchName"
        ],
        "properties": {
          "schemaVersion": {
            "title": "Contract version",
            "enum": [
              "2.0"
            ],
            "type": "string",
            "description": "Closed public input contract version.",
            "default": "2.0"
          },
          "authorization": {
            "title": "Authorization confirmation",
            "enum": [
              "I confirm I am authorized to process and deliver these 1688 offer records"
            ],
            "type": "string",
            "description": "Required for offers. This is a buyer attestation, not independent verification by the Actor."
          },
          "sourceContext": {
            "title": "Source context",
            "enum": [
              "buyer_owned_1688_export",
              "merchant_authorized_1688_export",
              "licensed_1688_integration",
              "other_licensed_wholesale_export"
            ],
            "type": "string",
            "description": "Required buyer-attested origin category for the authorized export."
          },
          "watchName": {
            "title": "Watch name",
            "pattern": "^[^\\u0000-\\u001F\\u007F-\\u009F]*\\S[^\\u0000-\\u001F\\u007F-\\u009F]*$",
            "minLength": 1,
            "maxLength": 80,
            "type": "string",
            "description": "Stable buyer label for this comparison. It is returned in every row and OUTPUT receipt; the Actor does not persist a cross-run source baseline.",
            "default": "main-supplier-watch"
          },
          "offers": {
            "title": "Authorized 1688 offer records",
            "minItems": 1,
            "maxItems": 50,
            "type": "array",
            "description": "One to 50 closed previous/current records. Unknown or malformed records are counted invalid. Duplicate offerId values are delivered once.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "offerId",
                "current",
                "sourceName",
                "sourceLicense"
              ],
              "properties": {
                "offerId": {
                  "title": "Offer ID",
                  "description": "Stable numeric 1688 offer identity.",
                  "type": "string",
                  "pattern": "^[0-9]{1,80}$"
                },
                "offerUrl": {
                  "title": "Recorded offer URL",
                  "description": "Optional exact detail.1688.com offer reference; recorded but never fetched.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 500,
                  "pattern": "^https://detail\\.1688\\.com/offer/[0-9]+\\.html$"
                },
                "previous": {
                  "title": "Previous authorized snapshot",
                  "description": "Optional previous snapshot from the buyer's own history. Null means baseline_created.",
                  "type": "object",
                  "nullable": true,
                  "editor": "json",
                  "additionalProperties": false,
                  "required": [
                    "offerId",
                    "title",
                    "priceMin",
                    "priceMax",
                    "currency",
                    "priceTiers",
                    "supplier"
                  ],
                  "properties": {
                    "offerId": {
                      "title": "Offer Id",
                      "description": "Buyer-supplied offer id for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "pattern": "^[0-9]{1,80}$"
                    },
                    "title": {
                      "title": "Title",
                      "description": "Buyer-supplied title for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "minLength": 1,
                      "maxLength": 500,
                      "pattern": "\\S"
                    },
                    "priceMin": {
                      "title": "Price Min",
                      "description": "Buyer-supplied price min for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "priceMax": {
                      "title": "Price Max",
                      "description": "Buyer-supplied price max for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "currency": {
                      "title": "Currency",
                      "description": "Buyer-supplied currency for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "pattern": "^[A-Za-z]{3}$"
                    },
                    "priceTiers": {
                      "title": "Price Tiers",
                      "description": "Buyer-supplied price tiers for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 50,
                      "items": {
                        "type": "object",
                        "additionalProperties": false,
                        "required": [
                          "beginAmount",
                          "price"
                        ],
                        "properties": {
                          "beginAmount": {
                            "title": "Begin Amount",
                            "description": "Buyer-supplied begin amount for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 1000000000
                          },
                          "price": {
                            "title": "Price",
                            "description": "Buyer-supplied price for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 1000000000
                          }
                        }
                      }
                    },
                    "moq": {
                      "title": "Moq",
                      "description": "Buyer-supplied moq for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "nullable": true,
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "stock": {
                      "title": "Stock",
                      "description": "Buyer-supplied stock for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "nullable": true,
                      "minimum": 0,
                      "maximum": 1000000000000
                    },
                    "unit": {
                      "title": "Unit",
                      "description": "Buyer-supplied unit for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "nullable": true,
                      "minLength": 1,
                      "maxLength": 120,
                      "pattern": "\\S"
                    },
                    "supplier": {
                      "title": "Supplier",
                      "description": "Buyer-supplied supplier for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "object",
                      "additionalProperties": false,
                      "required": [
                        "id",
                        "name"
                      ],
                      "properties": {
                        "id": {
                          "title": "Id",
                          "description": "Buyer-supplied id for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "minLength": 1,
                          "maxLength": 180,
                          "pattern": "\\S"
                        },
                        "name": {
                          "title": "Name",
                          "description": "Buyer-supplied name for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "minLength": 1,
                          "maxLength": 300,
                          "pattern": "\\S"
                        },
                        "loginId": {
                          "title": "Login Id",
                          "description": "Buyer-supplied login id for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "nullable": true,
                          "minLength": 1,
                          "maxLength": 180,
                          "pattern": "\\S"
                        }
                      }
                    },
                    "badges": {
                      "title": "Badges",
                      "description": "Buyer-supplied badges for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 30,
                      "uniqueItems": true,
                      "items": {
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 240,
                        "pattern": "\\S"
                      }
                    },
                    "promotions": {
                      "title": "Promotions",
                      "description": "Buyer-supplied promotions for the previous authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 30,
                      "uniqueItems": true,
                      "items": {
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 500,
                        "pattern": "\\S"
                      }
                    }
                  }
                },
                "current": {
                  "title": "Current authorized snapshot",
                  "description": "Required current snapshot from the authorized export.",
                  "type": "object",
                  "editor": "json",
                  "additionalProperties": false,
                  "required": [
                    "offerId",
                    "title",
                    "priceMin",
                    "priceMax",
                    "currency",
                    "priceTiers",
                    "supplier"
                  ],
                  "properties": {
                    "offerId": {
                      "title": "Offer Id",
                      "description": "Buyer-supplied offer id for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "pattern": "^[0-9]{1,80}$"
                    },
                    "title": {
                      "title": "Title",
                      "description": "Buyer-supplied title for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "minLength": 1,
                      "maxLength": 500,
                      "pattern": "\\S"
                    },
                    "priceMin": {
                      "title": "Price Min",
                      "description": "Buyer-supplied price min for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "priceMax": {
                      "title": "Price Max",
                      "description": "Buyer-supplied price max for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "currency": {
                      "title": "Currency",
                      "description": "Buyer-supplied currency for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "pattern": "^[A-Za-z]{3}$"
                    },
                    "priceTiers": {
                      "title": "Price Tiers",
                      "description": "Buyer-supplied price tiers for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 50,
                      "items": {
                        "type": "object",
                        "additionalProperties": false,
                        "required": [
                          "beginAmount",
                          "price"
                        ],
                        "properties": {
                          "beginAmount": {
                            "title": "Begin Amount",
                            "description": "Buyer-supplied begin amount for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 1000000000
                          },
                          "price": {
                            "title": "Price",
                            "description": "Buyer-supplied price for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 1000000000
                          }
                        }
                      }
                    },
                    "moq": {
                      "title": "Moq",
                      "description": "Buyer-supplied moq for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "nullable": true,
                      "minimum": 0,
                      "maximum": 1000000000
                    },
                    "stock": {
                      "title": "Stock",
                      "description": "Buyer-supplied stock for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "number",
                      "nullable": true,
                      "minimum": 0,
                      "maximum": 1000000000000
                    },
                    "unit": {
                      "title": "Unit",
                      "description": "Buyer-supplied unit for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "string",
                      "nullable": true,
                      "minLength": 1,
                      "maxLength": 120,
                      "pattern": "\\S"
                    },
                    "supplier": {
                      "title": "Supplier",
                      "description": "Buyer-supplied supplier for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "object",
                      "additionalProperties": false,
                      "required": [
                        "id",
                        "name"
                      ],
                      "properties": {
                        "id": {
                          "title": "Id",
                          "description": "Buyer-supplied id for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "minLength": 1,
                          "maxLength": 180,
                          "pattern": "\\S"
                        },
                        "name": {
                          "title": "Name",
                          "description": "Buyer-supplied name for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "minLength": 1,
                          "maxLength": 300,
                          "pattern": "\\S"
                        },
                        "loginId": {
                          "title": "Login Id",
                          "description": "Buyer-supplied login id for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                          "type": "string",
                          "nullable": true,
                          "minLength": 1,
                          "maxLength": 180,
                          "pattern": "\\S"
                        }
                      }
                    },
                    "badges": {
                      "title": "Badges",
                      "description": "Buyer-supplied badges for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 30,
                      "uniqueItems": true,
                      "items": {
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 240,
                        "pattern": "\\S"
                      }
                    },
                    "promotions": {
                      "title": "Promotions",
                      "description": "Buyer-supplied promotions for the current authorized offer snapshot; recorded as submitted and not independently verified by the Actor.",
                      "type": "array",
                      "maxItems": 30,
                      "uniqueItems": true,
                      "items": {
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 500,
                        "pattern": "\\S"
                      }
                    }
                  }
                },
                "sourceName": {
                  "title": "Authorized source label",
                  "description": "Traceable buyer-supplied label for the export or licensed integration.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "sourceLicense": {
                  "title": "Rights statement",
                  "description": "Buyer-supplied processing and downstream delivery rights statement; recorded but not independently verified.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 700,
                  "pattern": "\\S"
                },
                "sourceRetrievedAt": {
                  "title": "Source retrieved at",
                  "description": "Optional UTC time when the authorized export was obtained.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 40,
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{1,9})?Z$"
                }
              }
            },
            "default": [
              {
                "offerId": "1000406623486",
                "offerUrl": "https://detail.1688.com/offer/1000406623486.html",
                "previous": {
                  "offerId": "1000406623486",
                  "title": "USB-C cable wholesale pack",
                  "priceMin": 3.8,
                  "priceMax": 4.6,
                  "currency": "CNY",
                  "priceTiers": [
                    {
                      "beginAmount": 100,
                      "price": 4.6
                    },
                    {
                      "beginAmount": 500,
                      "price": 3.8
                    }
                  ],
                  "moq": 100,
                  "stock": 12000,
                  "unit": "piece",
                  "supplier": {
                    "id": "supplier-88",
                    "name": "Example Authorized Supplier",
                    "loginId": "seller88"
                  },
                  "badges": [
                    "verified-export"
                  ],
                  "promotions": []
                },
                "current": {
                  "offerId": "1000406623486",
                  "title": "USB-C cable wholesale pack",
                  "priceMin": 3.6,
                  "priceMax": 4.4,
                  "currency": "CNY",
                  "priceTiers": [
                    {
                      "beginAmount": 100,
                      "price": 4.4
                    },
                    {
                      "beginAmount": 500,
                      "price": 3.6
                    }
                  ],
                  "moq": 100,
                  "stock": 15000,
                  "unit": "piece",
                  "supplier": {
                    "id": "supplier-88",
                    "name": "Example Authorized Supplier",
                    "loginId": "seller88"
                  },
                  "badges": [
                    "verified-export"
                  ],
                  "promotions": [
                    "buyer-supplied summer tier"
                  ]
                },
                "sourceName": "Buyer-owned 1688 export",
                "sourceLicense": "Buyer confirms authorization to process and deliver this export.",
                "sourceRetrievedAt": "2026-08-13T00:00:00Z"
              }
            ]
          },
          "productUrls": {
            "title": "Legacy 1688 product URLs",
            "minItems": 1,
            "maxItems": 50,
            "type": "array",
            "description": "Migration-only legacy input. URLs are never fetched and produce one free diagnostic row.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 500,
              "pattern": "\\S"
            }
          },
          "maxChanges": {
            "title": "Maximum changed rows",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Stop before delivering more changed comparisons after this count. Baseline/no-change rows already delivered still count as paid rows.",
            "default": 20
          },
          "proxyConfiguration": {
            "title": "Legacy proxy configuration",
            "type": "object",
            "description": "Accepted only for backward compatibility and ignored. The current Actor makes zero network requests."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}