From b821f93e3c1f7a6535effec9b21c70990803d1e4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 11 Mar 2022 15:30:40 +0000 Subject: [PATCH] Add StatusResource jobClass --- src/main/resources/openapi/schema/harvestableBrief.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/openapi/schema/harvestableBrief.json b/src/main/resources/openapi/schema/harvestableBrief.json index f6cd832..4a27bee 100644 --- a/src/main/resources/openapi/schema/harvestableBrief.json +++ b/src/main/resources/openapi/schema/harvestableBrief.json @@ -56,7 +56,8 @@ "enum": [ "XmlBulkResource", "OaiPmhResource", - "HarvestConnectorResource" + "HarvestConnectorResource", + "StatusResource" ], "description": "indicates the type of source from which the job would harvest and thus the kind of processing the Harvester would perform for running the job" },