MCPcopy Create free account
hub / github.com/json-editor/json-editor / defaultMeta

Method defaultMeta

docs/scripts/ajv-validator.js:509–512  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507 this.refs["http://json-schema.org/schema"] = META_SCHEMA_ID;
508 }
509 defaultMeta() {
510 return (this.opts.defaultMeta =
511 super.defaultMeta() || (this.getSchema(META_SCHEMA_ID) ? META_SCHEMA_ID : undefined));
512 }
513 }
514 module.exports = exports = Ajv;
515 Object.defineProperty(exports, "__esModule", { value: true });

Callers 2

validateSchemaMethod · 0.95
defaultMetaMethod · 0.45

Calls 1

getSchemaMethod · 0.95

Tested by

no test coverage detected