open-contracting / ocds-extensions

Collects issues for published extensions in one place
1 stars 0 forks source link

Bids: Missing bid.relatedLot #182

Closed JachymHercher closed 2 years ago

JachymHercher commented 2 years ago

When giving information about bids, we should be able to specify for which lot the bid was submitted. In line with that, https://extensions.open-contracting.org/en/extensions/lots/master/ says that

In other extensions, the following objects can also declare related lots:

However, looking at https://extensions.open-contracting.org/en/extensions/bids/master/schema/ it seems that bid does not have a bid.relatedLot field (bidsStatistic does).

jpmckinney commented 2 years ago

It's added by the Lots extension instead: https://extensions.open-contracting.org/en/extensions/lots/master/schema/#bid

jpmckinney commented 2 years ago

On reflection, this doesn't make much sense, so I'll move it:

https://github.com/open-contracting-extensions/ocds_lots_extension/pull/38 https://github.com/open-contracting-extensions/ocds_bid_extension/pull/47