json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

Need to ignore $ref URN

Open almirus opened this issue 7 years ago • 1 comments

if(schema.$ref && typeof schema.$ref !== "object" && schema.$ref.substr(0,1) !== "#" && schema.$ref.substr(0,3) !== "urn" && !this.refs[schema.$ref]) { refs[schema.$ref] = true; }

almirus avatar Jan 26 '18 19:01 almirus

This repo is no longer maintained (see also https://github.com/jdorn/json-editor/issues/800)

Development is continued at https://github.com/json-editor/json-editor

For details please visit https://github.com/json-editor/json-editor/issues/5

schmunk42 avatar Apr 02 '18 12:04 schmunk42