json-schema-library
Version:
Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation
21 lines (20 loc) • 407 B
text/typescript
export default {
DECLARATOR_ONEOF: "oneOfProperty",
propertyBlacklist: ["_id"],
DYNAMIC_PROPERTIES: [
"$ref",
"$defs",
"if",
"then",
"else",
"allOf",
"anyOf",
"oneOf",
"dependentSchemas",
"dependentRequired",
"definitions",
"dependencies",
"patternProperties"
],
REGEX_FLAGS: "u"
};