Skip to content

Commit

Permalink
release-schema.json: Add RelatedProcess.Part
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Feb 3, 2025
1 parent 8314083 commit d8168b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
Expand Down
13 changes: 13 additions & 0 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d8168b4

Please sign in to comment.