From 43670f9bd1d6343af59213f9ed07be44f1bbf46f Mon Sep 17 00:00:00 2001 From: Rusheek <64518082+Rusheek@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:05:08 +0530 Subject: [PATCH] added blog attribute --- schema/project.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/project.json b/schema/project.json index c8a9e2bc0..8cf6a3ff8 100644 --- a/schema/project.json +++ b/schema/project.json @@ -144,6 +144,12 @@ ], "type": "string" }, + "blogUrl":{ + "description": "URL of the project's blog.", + "type": ["string","null"], + "format": "uri" + + } "name": { "description": "The unique name of the project.", "minLength": 10,