Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions IETF-RFC.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,9 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
Example: "This is the Open API Specification file (in YAML
format) of the Open Cloud Mesh API."
* REQUIRED providerId (string)
Identifier to identify the Shared Resource at the provider
side. This is unique per provider such that if the same
Resource is shared twice, this providerId will not be
repeated.
Opaque value to identify the Shared Resource at the provider side.
This MUST be unique per Resource and per share, such that multiple
shares of a given Resource are guaranteed to get different values.
Example: 7c084226-d9a1-11e6-bf26-cec0c932ce01
* REQUIRED owner (string) -
OCM Address of the user who owns the
Expand Down
6 changes: 3 additions & 3 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ components:
providerId:
type: string
description: >
Identifier to identify the shared resource at the provider side.
This is unique per provider such that if the same resource is shared
twice, this providerId will not be repeated.
Opaque value to identify the Shared Resource at the provider side.
This MUST be unique per Resource and per share, such that multiple
shares of a given Resource are guaranteed to get different values.
example: 7c084226-d9a1-11e6-bf26-cec0c932ce01
owner:
description: |
Expand Down
Loading