Default configuration for VQ-Marketplace
Specify verification rules for users that would be required for using the platform.
// userType 1 has to have status 10 before being able to interact with the platform
{
"name": "email-verification",
"userType": 1,
"type": "user",
"fieldKey": "status",
"steps": [ "equals", 10 ]
},
Possible types: 'user' || 'userProperty'
Possible userTypes: '1' || '2'
Possible steps: 'equals' || 'required'
MIT