Skip to content

Commit f683d5c

Browse files
authored
Merge pull request #21 from open-contracting-extensions/eforms
Add RelatedProcess.part, update +relatedProcessScheme.csv
2 parents 8314083 + 673ff63 commit f683d5c

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ For complete guidance on meeting the disclosure requirements of European law, se
143143
"relatedProcesses": [
144144
{
145145
"id": "1",
146-
"identifier": "123e4567-e89b-12d3-a456-426614174000",
147-
"scheme": "eu-oj",
146+
"identifier": "123e4567-e89b-12d3-a456-426614174000-06",
147+
"part": "PAR-0001",
148+
"scheme": "eu-notice-id-ref",
148149
"relationship": [
149-
"prior"
150+
"planning"
150151
]
151152
}
152153
]
@@ -159,6 +160,14 @@ Report issues for this extension in the [ocds-extensions repository](https://git
159160

160161
## Changelog
161162

163+
### 2025-02-04
164+
165+
* Add `RelatedProcess.part` field.
166+
* `+relatedProcessScheme.csv`:
167+
* Add 'eu-notice-id-ref'
168+
* Add 'eu-ojs-notice-id'
169+
* Remove 'eu-oj'
170+
162171
### 2024-10-18
163172

164173
* Add `Bid.foreignSubsidyMeasures` field.

codelists/+relatedProcessScheme.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Code,Title,Description
2-
eu-oj,Official Journal of the European Union,An Official Journal of the European Union contracting process identifier.
2+
eu-notice-id-ref,eForms versioned notice identifier,An eForms notice identifier (UUID) concatenated with the associated version identifier (2 digits) in the form {UUID}-{vv}.
3+
eu-ojs-notice-id,Official Journal of the European Union notice identifier,"An Official Journal of the European Union notice identifier, also known as a Notice Publication ID in eForms."

release-schema.json

+13
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@
116116
}
117117
}
118118
},
119+
"RelatedProcess": {
120+
"properties": {
121+
"part": {
122+
"title": "Part",
123+
"description": "The identifier of a part of a prior information notice, or another similar notice, that describes a planning process.",
124+
"type": [
125+
"string",
126+
"null"
127+
],
128+
"minLength": 1
129+
}
130+
}
131+
},
119132
"LegislativeReference": {
120133
"title": "Legislative reference",
121134
"description": "Legislative reference and associated contact point",

0 commit comments

Comments
 (0)