Redirection

Type: object

Redirect to another resource. This is typically used create convenient short-hand identifiers that automatically redirect users to a resource with a longer name.

No Additional Properties

Type: string

The schema to use.

Type: string

Source path in the project directory to redirect from. This may refer to a subdirectory.

Type: object

Type: array of object

Must contain a minimum of 1 items

Must contain a maximum of 1 items

No Additional Items

Each item of this array must be:

Type: object
No Additional Properties

Type: string

Location of the redirection target. Depending on type, this may be either a path to another resource in the same project (relative to the root of the project directory) or it may be a full database identifier.

Type: enum (of string)

Type of redirection target. This may be:

  • "local", where the target resource lies in the same project directory as the redirection document. The path in location can be directly used as the path component when constructing the database identifier.
  • "remote", which should be a fully qualified database identifier for a resource in another project directory (but the same database).

Must be one of:

  • "local"
  • "remote"