17 lines
322 B
JavaScript
17 lines
322 B
JavaScript
export var $JSONSchema = Symbol("$JSONSchema");
|
|
/**
|
|
* Symbol used to make extended JSON schemas actually extend the JSONSchema type constraint at all time
|
|
*/
|
|
|
|
/**
|
|
* JSON Schema type
|
|
*/
|
|
|
|
/**
|
|
* JSON Schema type constraint
|
|
*/
|
|
|
|
/**
|
|
* JSON Schema with reference type constraint
|
|
*/
|
|
//# sourceMappingURL=jsonSchema.js.map
|