Skip to content

Commit

Permalink
Update packages/schema/lib/schemas/FieldMetaSchema.js
Browse files Browse the repository at this point in the history
Co-authored-by: Fokke Zandbergen <[email protected]>
  • Loading branch information
rnegron and FokkeZB authored Nov 19, 2024
1 parent f671838 commit c75a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/lib/schemas/FieldMetaSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = makeSchema({
description:
'Allows for additional metadata to be stored on the field. Only simple values are allowed (no objects or arrays)',
additionalProperties: {
type: ['string', 'number', 'boolean', 'null'],
type: ['string', 'number', 'boolean'],
},
examples: [
{ shouldCapitalize: true },
Expand Down

0 comments on commit c75a305

Please sign in to comment.