From f67183804a69396b853fb74d40a72dd27a752003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Negr=C3=B3n?= Date: Tue, 19 Nov 2024 12:35:02 -0400 Subject: [PATCH] Update packages/schema/exported-schema.json Co-authored-by: Fokke Zandbergen --- packages/schema/exported-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/exported-schema.json b/packages/schema/exported-schema.json index dcca49a53..3ea47df38 100644 --- a/packages/schema/exported-schema.json +++ b/packages/schema/exported-schema.json @@ -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": {