Skip to content

Datastore Reference

Manifest path: $.datastores[*]

A datastore can be defined in a file separate from the manifest file.

Use the ref field in the datastore definition and provide absolute path to the file that actually contains the Datastore Definition.

Example

Datastore Reference example
1
2
3
4
5
{
  "a_datastore": {
    "ref": "/abs/path/to/file.json"
  }
}

The definition for a_datastore is present in a separate file located at /abs/path/to/file.json and a reference to that file is added in the manifest.

Fields

  • ref (string) [required]

    Manifest Path: $.datastores[*].ref

    Absolute path to file that contains the Datastore Definition.