From 69cb09336e0787b82a9b743cbdc40c62ddc31362 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 4 Sep 2024 13:35:13 +0200 Subject: [PATCH] recipientProvider should be an FQDN Follow-up from #102 --- spec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec.yaml b/spec.yaml index b3e459d..744e043 100644 --- a/spec.yaml +++ b/spec.yaml @@ -633,9 +633,9 @@ definitions: - properties: recipientProvider: type: string - format: url - description: URL of the receiver OCM service. - example: https://receiver.org + format: fqdn + description: FQDN of the receiver OCM service. + example: receiver.org token: type: string description: Token received in the invite @@ -647,7 +647,7 @@ definitions: email: type: string description: Email ID of the user accepting the invite. - example: richard@receiver.org + example: richard@gmail.com name: type: string description: Name of the user accepting the invite.