{
  "x402Version": 2,
  "id": 8360,
  "slug": "8360",
  "resource": "https://musicwire.5432wire.com/v1/validate",
  "description": "MusicXML validation with deterministic quality checks.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2855fB60E630d6A9Ebe0beAE1E1d6392F630F86f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "musicxml": "<?xml version=\"1.0\"?><score-partwise version=\"4.0\">...</score-partwise>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "errors": [],
            "payment": {
              "status": "settled"
            },
            "price_usd": "0.10",
            "receipt": {
              "tx_hash": "0x..."
            },
            "valid": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "musicxml": {
                    "description": "Complete UTF-8 MusicXML document.",
                    "type": "string"
                  }
                },
                "required": [
                  "musicxml"
                ],
                "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "musicwire.5432wire.com",
  "lastUpdated": "2026-08-31T17:51:38.36Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-31T17:51:38.16Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "musicwire.5432wire.com",
    "manifest_name": "musicwire.5432wire.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}