Skip to content

Commit 47b4508

Browse files
committed
Removed spurious section
1 parent 9fd1f55 commit 47b4508

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

spec.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ paths:
158158
description: The JSON object to notify the OCM provider that an invite has been accepted.
159159
required: true
160160
schema:
161-
$ref: "#/definitions/AcceptedInviteBody"
161+
$ref: "#/definitions/AcceptedInvite"
162162
responses:
163163
200:
164164
description: Invitation accepted.
@@ -342,19 +342,6 @@ definitions:
342342
message: "Recipient accepted the share"
343343
sharedSecret: "hfiuhworzwnur98d3wjiwhr"
344344
AcceptedInvite:
345-
type: object
346-
allOf:
347-
- properties:
348-
token:
349-
type: string
350-
description: Token generated by the service sending the invitation.
351-
example: xyz
352-
senderProvider:
353-
type: string
354-
format: url
355-
description: URL of the OCM sender service.
356-
example: https://sender.org
357-
AcceptedInviteBody:
358345
type: object
359346
allOf:
360347
- properties:

0 commit comments

Comments
 (0)