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 c53c7f5 commit d5ca7eaCopy full SHA for d5ca7ea
packages/utils/src/getSchemaType.ts
@@ -7,7 +7,7 @@ import { RJSFSchema, StrictRJSFSchema } from './types';
7
* - schema.enum: Returns `string`
8
* - schema.properties: Returns `object`
9
* - schema.additionalProperties: Returns `object`
10
- * - schema.patternproperties: Returns `object`
+ * - schema.patternProperties: Returns `object`
11
* - type is an array with a length of 2 and one type is 'null': Returns the other type
12
*
13
* @param schema - The schema for which to get the type
0 commit comments