Skip to content

Commit

Permalink
chore: Remove Item.deliveryAddresses (included in 1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 12, 2024
1 parent ad3ce9f commit 683dcad
Showing 1 changed file with 0 additions and 15 deletions.
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 addresse(s) 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 683dcad

Please sign in to comment.