UNPKG

@pyramation/json-schema-ref-parser

Version:

Parse, Resolve, and Dereference JSON Schema $ref pointers

7 lines (5 loc) 152 B
"use strict"; /** * A symbol used to annotate a dereferenced schema with its original $ref. */ module.exports.ORIGINAL_REF = Symbol("ORIGINAL_REF");