From cc2b83abaf4ce4b5d9eb8e20798bb048b68e5e39 Mon Sep 17 00:00:00 2001 From: Fanny Chien Date: Thu, 20 Feb 2025 13:39:25 -0300 Subject: [PATCH] fix: Removes url as required field --- packages/core/cms/faststore/content-types.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/cms/faststore/content-types.json b/packages/core/cms/faststore/content-types.json index 65abdacb0c..c6b8581ac7 100644 --- a/packages/core/cms/faststore/content-types.json +++ b/packages/core/cms/faststore/content-types.json @@ -142,7 +142,6 @@ "image": { "title": "Organization image/logo object", "description": "An image that is representative of your organization. Image guidelines: https://developers.google.com/search/docs/appearance/structured-data/organization", - "required": ["url"], "type": "object", "properties": { "url": {