Skip to content

Commit

Permalink
Further spelled out how the top-level URIs are being currently used
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Mar 29, 2023
1 parent 04ba1e6 commit ac8c3da
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,30 @@ definitions:
- properties:
webdav:
type: string
description: The top-level WebDAV endpoint
description: |
The top-level WebDAV endpoint URI. In order to access a
remote shared resource, implementations MAY use this
URI as a prefix: e.g. if in a new share request's payload
a `protocol.options.sharedSecret` property is defined,
it should be appended to this URI to access the resource.
example: https://my-cloud-storage.org/remote.php/dav/ocm
- properties:
webapp:
type: string
description: The top-level endpoint for web apps
description: |
The top-level endpoint URI for web apps. This value is
provided for documentation purposes, and it SHALL NOT
be intended as a prefix for share requests.
example: https://my-cloud-storage.org/external/ocm
- properties:
datatx:
type: string
description: The top-level endpoint for data transfers
description: |
The top-level endpoint URI for data transfers. This value
is provided for documentation purposes, and it SHALL NOT
be intended as a prefix. Furthermore, implementations
are expected to execute the transfer using WebDAV as
the wire protocol.
example: https://my-cloud-storage.org/remote.php/dav/ocm
capabilities:
type: array
Expand Down

0 comments on commit ac8c3da

Please sign in to comment.