Skip to content

Commit

Permalink
docs: Add links to original issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 4, 2024
1 parent 2e191ab commit 0282b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,15 @@ def _merge_obj(result, obj, pointer=''): # changed code
# XXX: Remove after OCDS 1.2 release.
repo_name == 'ocds_lots_extension'
and pointer_and_key.startswith('/definitions/SimpleIdentifier/')
# https://github.com/open-contracting/standard/issues/1183
or repo_name == 'ocds_submissionTerms_extension'
and pointer_and_key.startswith((
'/definitions/SubmissionTerms/',
'/definitions/Tender/properties/submissionTerms/',
# Included in master version (1.2) of lots extension.
'/definitions/Lot/properties/submissionTerms/',
))
# https://github.com/open-contracting/standard/issues/1607
or repo_name == 'ocds_selectionCriteria_extension'
and pointer_and_key.startswith((
'/definitions/SelectionCriteria/',
Expand Down

0 comments on commit 0282b5e

Please sign in to comment.