From 372c543e825e73c1ba35a9d312f9202df9148480 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Thu, 31 Oct 2024 11:28:38 +0530 Subject: [PATCH] Update src/schemas/space.json --- src/schemas/space.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/space.json b/src/schemas/space.json index 48c39a804..9a230a86f 100644 --- a/src/schemas/space.json +++ b/src/schemas/space.json @@ -332,7 +332,7 @@ }, "privacy": { "type": "string", - "enum": ["", "shutter", "author-selection"] + "enum": ["", "shutter", "any"] } }, "additionalProperties": false