{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/ToolPricingRecipientResponse", "title": "ToolPricingRecipientResponse", "type": "object", "properties": { "recipient": { "type": "string" }, "payment_chain": { "type": "string" }, "asset": { "type": "string" }, "protocol": { "type": "string" }, "amount_per_call": { "type": "string" }, "created_at": { "type": "string" } }, "required": [ "amount_per_call", "asset", "created_at", "payment_chain", "protocol", "recipient" ] }