Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 3.58 KB

mountpoint-oneof-1.md

File metadata and controls

100 lines (53 loc) · 3.58 KB

Untitled object in Mount Point Schema

https://ns.adobe.com/helix/shared/mountpoint#/oneOf/1
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none mountpoint.schema.json*

1 Type

object (Details)

1 Properties

Property Type Required Nullable Defined by
url string Required cannot be null Mount Point
fallbackPath string Optional cannot be null Mount Point
credentials array Optional cannot be null Mount Point
tenantId string Optional cannot be null Mount Point

url

url

  • is required

  • Type: string

  • cannot be null

  • defined in: Mount Point

url Type

string

url Constraints

URI: the string must be a URI, according to RFC 3986

fallbackPath

Specifies the fallback path if the requested item cannot be found. The fallback path is relative to the basepath of the item originally requested, so if the requested item is /foo/bar.md and the fallbackPath is baz.md, then /foo/baz.md will be the fallback item.

fallbackPath

  • is optional

  • Type: string

  • cannot be null

  • defined in: Mount Point

fallbackPath Type

string

credentials

encrypted credentials.

credentials

  • is optional

  • Type: string[]

  • cannot be null

  • defined in: Mount Point

credentials Type

string[]

tenantId

Onedrive tenant id. If missing, it is computed from url.

tenantId

  • is optional

  • Type: string

  • cannot be null

  • defined in: Mount Point

tenantId Type

string