Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent c334190 commit 9b3b757
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/draft2019/validation/keyword.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { reduceSchema } from "../../reduceSchema";
import { validateDependentSchemas, validateDependentRequired } from "../../features/dependencies";
import { JsonValidator } from "../../validation/type";
import { SchemaNode } from "../../schemaNode";
import { omit } from "../../utils/omit";

/**
* Get a list of tests to search for a matching pattern to a property
Expand Down
2 changes: 1 addition & 1 deletion lib/features/allOf.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @draft-04
*/
import { SchemaNode, createNode } from "../schemaNode";
import { SchemaNode } from "../schemaNode";
import { JsonSchema, JsonError } from "../types";
import { Draft } from "../draft";
import { mergeSchema } from "../mergeSchema";
Expand Down
1 change: 0 additions & 1 deletion lib/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import createSchemaOf from "./createSchemaOf";
import { JsonSchema, JsonError, isJsonError } from "./types";
import { SchemaNode } from "./schemaNode";
import { reduceSchema } from "./reduceSchema";
import { mergeSchema } from "./mergeSchema";

type StepFunction = (
node: SchemaNode,
Expand Down

0 comments on commit 9b3b757

Please sign in to comment.