-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Freshmint should return helpful errors to the user when they pass metadata values that do not match the defined schema, specifically:
- A metadata object that is missing one or more fields
- A metadata object that includes values that do not match the specified field types (e.g. passing a non-integer value for
Int)
Right now, incorrect metadata usually causes errors like this when forming the FCL transaction:
Type Error: Expected String for type String
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request