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 893ed1d commit c2e2cc0Copy full SHA for c2e2cc0
packages/core/src/models/jsonSchema4.ts
@@ -155,5 +155,5 @@ export interface JsonSchema4 {
155
156
format?: string;
157
const?: any;
158
- [x: string | number | symbol]: unknown;
+ [x: string | number]: unknown;
159
}
packages/core/src/models/jsonSchema7.ts
@@ -164,5 +164,5 @@ export interface JsonSchema7 {
164
then?: JsonSchema7;
165
else?: JsonSchema7;
166
errorMessage?: any;
167
168
0 commit comments