We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1ef9d commit 50c3224Copy full SHA for 50c3224
src/2020-12.ts
@@ -75,7 +75,7 @@ type ObjectValidationKeywords = {
75
dependentRequired?: Record<string, Array<string>>;
76
maxProperties?: number;
77
minProperties?: number;
78
- required: string[];
+ required?: string[];
79
};
80
81
type ObjectSubschemaKeywords = {
0 commit comments