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.