Skip to content

Commit

Permalink
update guidance.yaml: fix typo in BT-760-LotResult OCDS example
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Dec 5, 2024
1 parent 9f76e1a commit 2537b78
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 @@ -11970,7 +11970,7 @@

[Get the lot for the LotResult](operations.md#get-the-lot-for-a-lotresult), and add the lot's `.id` to the statistic's `.relatedLots`.
eForms example: <efac:NoticeResult><efac:LotResult><cbc:ID schemeName="result">RES-0001</cbc:ID><efac:ReceivedSubmissionsStatistics><efbc:StatisticsCode listName="received-submission-type">t-sme</efbc:StatisticsCode></efac:ReceivedSubmissionsStatistics><efac:TenderLot><cbc:ID schemeName="Lot">LOT-0001</cbc:ID></efac:TenderLot></efac:LotResult></efac:NoticeResult>
OCDS example: '{"bids":{"statistics":[{"id":"1","measure":"smeBids","relatedLot":"LOT-0001"}]}}'
OCDS example: '{"bids":{"statistics":[{"id":"1","measure":"smeBids","relatedLots":["LOT-0001"]}]}}'
sdk: https://docs.ted.europa.eu/eforms/latest/schema/competition-results.html#_lot_result
- id: BT-761-Lot
parentNodeId: ND-TendererLegalForm
Expand Down

0 comments on commit 2537b78

Please sign in to comment.