The schema to use.
Source path in the project directory to redirect from. This may refer to a subdirectory.
Must contain a minimum of 1
items
Must contain a maximum of 1
items
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 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).