balderdashy/waterline

View on GitHub
lib/waterline/utils/system/types.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Types Supported By Schemas
 */

module.exports = [
  'string',
  'number',
  'boolean',
  'json',// << generic json (`'*'`)
  'ref' // < passed straight through to adapter
];