Skip to content

Commit 50c3224

Browse files
committed
Fix a bug with invalid type
1 parent aa1ef9d commit 50c3224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2020-12.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type ObjectValidationKeywords = {
7575
dependentRequired?: Record<string, Array<string>>;
7676
maxProperties?: number;
7777
minProperties?: number;
78-
required: string[];
78+
required?: string[];
7979
};
8080

8181
type ObjectSubschemaKeywords = {

0 commit comments

Comments
 (0)