feat: refactoring project

This commit is contained in:
Carlos
2024-11-23 14:56:07 -05:00
parent f0c2a50c18
commit 1c6db5818d
2351 changed files with 39323 additions and 60326 deletions

View File

@ -21,7 +21,10 @@ traverse.keywords = {
contains: true,
additionalProperties: true,
propertyNames: true,
not: true
not: true,
if: true,
then: true,
else: true
};
traverse.arrayKeywords = {
@ -32,6 +35,7 @@ traverse.arrayKeywords = {
};
traverse.propsKeywords = {
$defs: true,
definitions: true,
properties: true,
patternProperties: true,