{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/SweepError", "title": "SweepError", "type": "object", "description": "An error encountered during a sweep operation", "properties": { "message": { "type": "string", "description": "Human-readable error message" } }, "required": [ "message" ] }