Request context, will only exist server-side
NOTE: vulcan/permissions depends on VulcanModel so the type cannot be VulcanUser. We should either expose VulcanUser from vulcan/model directly or keep it as is
Or maybe "permissions" should extend vulcan/model with the permissions field
Convert a schema definition to a valid Vulcan schema => in Vulcan Next we correctly split apiSchema and dbSchema so almost no need of such a function + we try to have a unified syntax for schema
We convert to a valid Simple-Schema only has a last resort when we actually need Simple-Schema (eg for validation)
Generated using TypeDoc
Request context, will only exist server-side