From d8168b4bba1d955979669887d5959daf3c4b88d2 Mon Sep 17 00:00:00 2001 From: Duncan Dewhurst Date: Tue, 4 Feb 2025 12:58:03 +1300 Subject: [PATCH] release-schema.json: Add RelatedProcess.Part --- README.md | 3 ++- release-schema.json | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a79278..6276a00 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,10 @@ For complete guidance on meeting the disclosure requirements of European law, se { "id": "1", "identifier": "123e4567-e89b-12d3-a456-426614174000", + "part": "PAR-0001", "scheme": "eu-oj", "relationship": [ - "prior" + "planning" ] } ] diff --git a/release-schema.json b/release-schema.json index e28765d..c8fb850 100644 --- a/release-schema.json +++ b/release-schema.json @@ -116,6 +116,19 @@ } } }, + "RelatedProcess": { + "properties": { + "part": { + "title": "Part", + "description": "The identifier of a part of a prior information notice, or another similar notice, that describes a planning process.", + "type": [ + "string", + "null" + ], + "minLength": 1 + } + } + }, "LegislativeReference": { "title": "Legislative reference", "description": "Legislative reference and associated contact point",