Schemas define the structure and validation rules for user data processed by refiners.
They ensure data quality and consistency across the Vana network by specifying how
raw user data should be formatted, validated, and processed.
Example
constsocialMediaSchema: Schema = { id:5, name:'Social Media Profile', type:'JSON', url:'ipfs://QmSchema...', // Schema definition file description:'Schema for validating social media profile data' };
Represents a data schema in the refiner registry.
Schemas define the structure and validation rules for user data processed by refiners. They ensure data quality and consistency across the Vana network by specifying how raw user data should be formatted, validated, and processed.
Example