Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed May 3, 2024
1 parent 1cafcc4 commit c32a728
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git
### Unreleased

* Make `ParticipationFee.id` required so that participation fees are merged by identifier
* Add `relativeValue` field
* Add `payee` and `paymentAddress` fields
* Add fields:
* `relativeValue`
* `payee`
* `paymentAddress`

### v1.1.5

Expand Down
14 changes: 7 additions & 7 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
},
"methodOfPayment": {
"title": "Method(s) of payment",
"title": "Payment methods",
"description": "The accepted ways in which fees can be paid.",
"type": [
"array",
Expand All @@ -64,15 +64,15 @@
"openCodelist": true,
"uniqueItems": true
},
"payee": {
"title": "Payee",
"description": "The organization that receives the participation fees.",
"$ref": "#/definitions/OrganizationReference"
},
"paymentAddress": {
"title": "Payment address",
"description": "The address to which non-electronic participation fees should be submitted.",
"description": "The physical address to which to submit non-electronic participation payments.",
"$ref": "#/definitions/Address"
},
"payee": {
"title": "Payee",
"description": "The organization that receives the participation fee.",
"$ref": "#/definitions/OrganizationReference"
}
}
},
Expand Down

0 comments on commit c32a728

Please sign in to comment.