From 8a1cc1ad37ce01d73c72f12e32ef44a86d1a9fc0 Mon Sep 17 00:00:00 2001 From: Anton Hokkonen Date: Sun, 10 Jan 2021 13:27:25 +0200 Subject: [PATCH] Fixed reference in icarDailyFeedReportCollection - fixed reference to base collection resource --- collections/icarDailyFeedReportCollection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/icarDailyFeedReportCollection.json b/collections/icarDailyFeedReportCollection.json index 4eeb2a8..cdb6038 100644 --- a/collections/icarDailyFeedReportCollection.json +++ b/collections/icarDailyFeedReportCollection.json @@ -2,7 +2,7 @@ "description": "Represents a collection of daily feed reports. Based on icarResourceCollection to provide paging etc.", "allOf": [{ - "$ref": "../icarResourceCollection.json" + "$ref": "../collections/icarResourceCollection.json" }, { "type": "object",