Skip to content

Commit

Permalink
Use location extension for Item.deliveryAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 25, 2024
1 parent 5da9789 commit e69f651
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,7 @@ For complete guidance on meeting the disclosure requirements of European law, se
"id": "45233130.0",
"description": "Office supplies",
"uri": "http://cpv.data.ac.uk/code-45233130"
},
"deliveryAddresses": [
{
"streetAddress": "4, North London Business Park, Oakleigh Rd S",
"locality": "London",
"region": "London",
"postalCode": "N11 1NP",
"countryName": "United Kingdom"
}
]
}
}
],
"legislativeReferences": [
Expand Down Expand Up @@ -170,8 +161,9 @@ Report issues for this extension in the [ocds-extensions repository](https://git

### 2024-10-18

* Add `Bid.foreignSubsidyMeasures` field
* Add `foreignSubsidyMeasures.csv` codelist
* Add `Bid.foreignSubsidyMeasures` field.
* Add `foreignSubsidyMeasures.csv` codelist.
* Remove `Item.deliveryAddresses` field (now in Location extension).

### 2024-10-08

Expand Down
1 change: 1 addition & 0 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"testDependencies": [
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_submissionTerms_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_location_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_lots_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_document_publisher_extension/master/extension.json",
"https://raw.githubusercontent.com/open-contracting-extensions/ocds_exclusionGrounds_extension/master/extension.json",
Expand Down
15 changes: 0 additions & 15 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,6 @@
}
}
},
"Item": {
"properties": {
"deliveryAddresses": {
"title": "Delivery addresses",
"description": "The address(es) to which the supplier delivers the item.",
"type": "array",
"items": {
"$ref": "#/definitions/Address"
},
"wholeListMerge": true,
"uniqueItems": true,
"minItems": 1
}
}
},
"Period": {
"properties": {
"description": {
Expand Down

0 comments on commit e69f651

Please sign in to comment.