Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
validate_metadata · Boson Protocol
Skip to content

validate_metadata

Validates a metadata object against the Boson Protocol schema (PRODUCT_V1, BUNDLE, BASE, etc.) without storing it. Use before store_*_metadata to catch errors early. Read-only. Returns: validation result with any errors.

Category: Offer management. Returns unsigned tx? No — read-only or returns signed payload.

Input schema

FieldTypeRequiredDescription
metadataobjectyes

Related