Skip to content

Commit f9675f3

Browse files
NPA-5825: Fixing Schema and reference to new error response example
1 parent 12792f4 commit f9675f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

specification/examples/responses/POST_Consent/errors/invalid-request.yaml renamed to specification/examples/responses/POST_Consent/errors/invalid_request.yaml

File renamed without changes.

specification/validated-relationships-service-api.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,10 @@ components:
22802280
provision:
22812281
$ref: "#/components/schemas/Provision"
22822282
extension:
2283-
$ref: "#/components/schemas/Extension"
2283+
type: array
2284+
items:
2285+
$ref: "#/components/schemas/Extension"
2286+
description: "Reasons for the status of the consent"
22842287

22852288
Policy:
22862289
type: object

0 commit comments

Comments
 (0)