Skip to content

Commit

Permalink
Update packages/schema/exported-schema.json
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 23bf1fe commit f671838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/exported-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"type": "object",
"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"]
}
},
"FieldSchema": {
Expand Down

0 comments on commit f671838

Please sign in to comment.