Paste a royalty-split config as a JSON array and validate it against the rules that govern both ERC-2981 (single-receiver, basis-point royalty) and 0xSplits (multi-recipient percentage splits). The tool checks that shares sum to the declared total, that no single address exceeds the cap, that addresses are correctly formatted, and that there are no duplicates or blank entries. Validation only: no on-chain calls, no distribution, no minting.
address and either basis_points (0–10000, sums to 10000) or percent (sums to 100). Aliases accepted: bps, shares, pct.