An error occurred while loading the file. Please try again.
schema_obj.js 133 bytes
'use strict';
var util = require('./util');
module.exports = SchemaObject;
function SchemaObject(obj) {
  util.copy(obj, this);