diff --git a/README.md b/README.md index cd96a68..548969c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/release-schema.json b/release-schema.json index 2127bce..ea3fabe 100644 --- a/release-schema.json +++ b/release-schema.json @@ -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", @@ -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" } } },