From 2b9ffa29734a402976bb368bb3c34990e31dc9e2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 02 2021 13:53:07 +0000 Subject: Do not document how the custom_keys field looks like (2) This is a follow up commit from 1c387bce59c9173ad75bdbd7e9526517d4d519f2 as we apparently missed a spot :/ Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure_messages/base.py b/pagure_messages/base.py index 0b8a8b9..bd522fe 100644 --- a/pagure_messages/base.py +++ b/pagure_messages/base.py @@ -141,10 +141,10 @@ BASE_PROJECT = { # "access_groups": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, # "priorities": {"type": "object"}, - "custom_keys": { - "type": "array", - "items": {"type": "array", "items": {"type": "string"}}, - }, + # "custom_keys": { + # "type": "array", + # "items": {"type": "array", "items": {"type": "string"}}, + # }, "close_status": {"type": "array", "items": {"type": "string"}}, "milestones": {"type": "object", "properties": {"type": MILESTONES}}, }, @@ -163,7 +163,7 @@ BASE_PROJECT = { # "access_groups", "tags", # "priorities", - "custom_keys", + # "custom_keys", "close_status", "milestones", ],