Closed ColinMaudry closed 4 years ago
In the EU profile we instruct implementers to add a relatedLots array in the Finance object added in planning.budget.finance[].
relatedLots
planning.budget.finance[]
Should we define Finance.relatedLots in the finance or in the lots schema?
Finance.relatedLots
It's not perfect, but let's define it in Lots.
Otherwise, we'd need to make Lots a dependency of Finance, so that the $ref works.
Done in https://github.com/open-contracting-extensions/ocds_lots_extension/pull/32 (https://github.com/open-contracting-extensions/ocds_lots_extension/pull/32/commits/ef7232af7ef8439bd380c773a294eac10faf1109)
In the EU profile we instruct implementers to add a
relatedLots
array in the Finance object added inplanning.budget.finance[]
.Should we define
Finance.relatedLots
in the finance or in the lots schema?