Skip to content

Commit

Permalink
eforms: Fix BT typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 9, 2024
1 parent 35991ed commit 250d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/mapping/eforms/guidance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4219,7 +4219,7 @@
Description: The justification for not immediately publishing a field.
Business groups:
BG-8: Not Immediately Published
eForms guidance: Get the `withheldInformationItem` object created for BT-195(BT-1252)-Procedure. Add a `Classification` object to the withheld information item's `.rationalClassifications` array, map the value of the `cbc:ReasonCode` to `.id`, and set `.scheme` to 'eu-non-publication-justification'. Look up the code in the [authority table](https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/non-publication-justification), map its label to `.description` and its URI to `.uri`.
eForms guidance: Get the `withheldInformationItem` object created for BT-195(BT-135)-Procedure. Add a `Classification` object to the withheld information item's `.rationalClassifications` array, map the value of the `cbc:ReasonCode` to `.id`, and set `.scheme` to 'eu-non-publication-justification'. Look up the code in the [authority table](https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/non-publication-justification), map its label to `.description` and its URI to `.uri`.
eForms example: <efac:FieldsPrivacy><cbc:ReasonCode listName="non-publication-justification">oth-int</cbc:ReasonCode></efac:FieldsPrivacy>
OCDS example: '{"withheldInformation":[{"rationaleClassifications":[{"scheme":"non-publication-justification","id":"oth-int","description":"Other public interest","uri":"http://publications.europa.eu/resource/authority/non-publication-justification/oth-int"}]}]}'
sdk: https://docs.ted.europa.eu/eforms/latest/schema/withheld-publication.html#procedureLevelSection
Expand Down

0 comments on commit 250d4a8

Please sign in to comment.