// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
ajv
/
lib
/
compile
[ PARENT ]
EDIT :: schema_obj.js
'use strict'; var util = require('./util'); module.exports = SchemaObject; function SchemaObject(obj) { util.copy(obj, this); }
SAVE
CANCEL