From 068b2aa03fbc75e69088ee978dd902089c918006 Mon Sep 17 00:00:00 2001
From: Peter Desmet <peter.desmet@inbo.be>
Date: Wed, 28 Aug 2024 17:13:39 +0200
Subject: [PATCH] Repeat that "resources" is required

It is defined in https://specs.frictionlessdata.io/schemas/data-package.json, but by repeating it, resources* gets an asterisk
---
 camtrap-dp-profile.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/camtrap-dp-profile.json b/camtrap-dp-profile.json
index 6c8a05d..42dbd0f 100644
--- a/camtrap-dp-profile.json
+++ b/camtrap-dp-profile.json
@@ -14,6 +14,7 @@
     },
     {
       "required": [
+        "resources",
         "profile",
         "created",
         "contributors",