From 56a81375933430fbe6525c2d3ff55f646f590ade Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Mon, 10 Feb 2025 15:20:34 -0500
Subject: [PATCH 1/3] Add individual wgpa for ORC

---
 src/main/resources/working_groups.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/working_groups.json b/src/main/resources/working_groups.json
index 8597b31..3e79d32 100644
--- a/src/main/resources/working_groups.json
+++ b/src/main/resources/working_groups.json
@@ -800,7 +800,7 @@
       "resources": {
           "charter": "https://www.eclipse.org/workinggroups/open-regulatory-compliance-charter.php",
           "participation_agreements": {
-              "individual": null,
+              "individual": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-individual-working-group-participation-agreement.pdf",
               "organization": {
 	            "document_id": "efcdef5b284754c43de2",
 	            "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-working-group-participation-agreement.pdf"
-- 
GitLab


From d79c825dd7b16d626d9721981763d52e4090489b Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 11 Feb 2025 11:42:44 -0500
Subject: [PATCH 2/3] fix: adhere to schema

---
 src/main/resources/working_groups.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/working_groups.json b/src/main/resources/working_groups.json
index 3e79d32..82b9426 100644
--- a/src/main/resources/working_groups.json
+++ b/src/main/resources/working_groups.json
@@ -800,7 +800,9 @@
       "resources": {
           "charter": "https://www.eclipse.org/workinggroups/open-regulatory-compliance-charter.php",
           "participation_agreements": {
-              "individual": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-individual-working-group-participation-agreement.pdf",
+              "individual": {
+                "document_id": "f56e30c5b5aff5bbce92",
+                "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-individual-working-group-participation-agreement.pdf",
               "organization": {
 	            "document_id": "efcdef5b284754c43de2",
 	            "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-working-group-participation-agreement.pdf"
-- 
GitLab


From 63b25f60163c247469415c330cbdca8304e4ed23 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 11 Feb 2025 13:22:53 -0500
Subject: [PATCH 3/3] fix: missing close

---
 src/main/resources/working_groups.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/working_groups.json b/src/main/resources/working_groups.json
index 82b9426..57e1254 100644
--- a/src/main/resources/working_groups.json
+++ b/src/main/resources/working_groups.json
@@ -802,7 +802,8 @@
           "participation_agreements": {
               "individual": {
                 "document_id": "f56e30c5b5aff5bbce92",
-                "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-individual-working-group-participation-agreement.pdf",
+                "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-individual-working-group-participation-agreement.pdf"
+              },
               "organization": {
 	            "document_id": "efcdef5b284754c43de2",
 	            "pdf": "https://www.eclipse.org/workinggroups/wgpa/open-regulatory-compliance-working-group-participation-agreement.pdf"
-- 
GitLab