{
  "x402Version": 2,
  "id": 8259,
  "slug": "8259",
  "resource": "https://parquetharmonize-v01-x402-262046248169.northamerica-northeast2.run.app/v1/harmonize",
  "description": "Harmonize 2 to 8 Parquet files into a compatible schema and return the harmonized Parquet payload with validation metadata.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x6f85Ec53aB86618EC4A86B5C7DA4252bB24c3867",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "files": [
              "first.parquet",
              "second.parquet"
            ]
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "status": "HARMONIZED"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "files": {
                    "description": "2 to 8 Parquet files. Maximum 12 MiB per file and 20 MiB total input.",
                    "items": {
                      "format": "binary",
                      "type": "string"
                    },
                    "maxItems": 8,
                    "minItems": 2,
                    "type": "array"
                  }
                },
                "required": [
                  "files"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "status": {
                    "type": "string"
                  }
                },
                "required": [
                  "status"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "parquetharmonize-v01-x402-262046248169.northamerica-northeast2.run.app",
  "lastUpdated": "2026-09-06T06:16:36.859Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T06:16:32.246Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "parquetharmonize-v01-x402-262046248169.northamerica-northeast2.run.app",
    "manifest_name": "parquetharmonize-v01-x402-262046248169.northamerica-northeast2.run.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}