From 8d54edc7cbde7f7caac60c2f36ddab5671e3637c Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Sat, 31 Aug 2024 22:09:30 +0330 Subject: [PATCH 1/3] add: federated cloud id --- spec.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/spec.yaml b/spec.yaml index 4abe562..b56d848 100644 --- a/spec.yaml +++ b/spec.yaml @@ -628,14 +628,18 @@ definitions: type: string description: Token received in the invite example: xyz - userID: + userId: type: string description: Unique ID to identify the user at the remote provider accepting the invite. example: 51dc30ddc473d43a6011e9ebba6ca770 - email: + federatedCloudId: type: string - description: Email ID of the user accepting the invite. + description: Federated cloud ID of the user accepting the invite. it should be in the form of username@provider-domain. example: richard@receiver.org + email: + type: string + description: Email of the user accepting the invite. + example: richard@gmail.com name: type: string description: Name of the user accepting the invite. @@ -644,15 +648,19 @@ definitions: type: object allOf: - properties: - userID: + userId: type: string description: Unique ID to identify the sender at the local provider. example: 9302 - email: + federatedCloudId: type: string - description: Email ID of the user that sent the invite. + description: Federated cloud ID of the user accepting the invite. it should be in the form of username@provider-domain. example: john@sender.org + email: + type: string + description: The email of the user who sent the invite. + example: john@cern.ch name: type: string - description: Name of the user that sent the invite. + description: Name of the user who sent the invite. example: John Doe From 4e5d56171fe8f2a69b9b0239d2e3279f5dd4b6ca Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Sat, 31 Aug 2024 22:25:36 +0330 Subject: [PATCH 2/3] fix; typo --- spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.yaml b/spec.yaml index b56d848..b6f7ce5 100644 --- a/spec.yaml +++ b/spec.yaml @@ -654,7 +654,7 @@ definitions: example: 9302 federatedCloudId: type: string - description: Federated cloud ID of the user accepting the invite. it should be in the form of username@provider-domain. + description: Federated cloud ID of the user who sent the invite. it should be in the form of username@provider-domain. example: john@sender.org email: type: string From e53dfa8734c31faf4fe240f8f057f25a1ce38f46 Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Sun, 1 Sep 2024 09:25:20 +0330 Subject: [PATCH 3/3] remove: redundant field --- spec.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec.yaml b/spec.yaml index b6f7ce5..3057462 100644 --- a/spec.yaml +++ b/spec.yaml @@ -619,11 +619,6 @@ definitions: type: object allOf: - properties: - recipientProvider: - type: string - format: url - description: URL of the receiver OCM service. - example: https://receiver.org token: type: string description: Token received in the invite