Skip to content

Attribute Reference

Manifest path: $.models[*].attributes[*]

An attribute can be defined in a file separate from the manifest (or the model) file.

Use the ref field in the attribute definition and provde absolute path to the file that contains the Attribute Definition.

Example

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

The definition for an_attribute is present in a separate file and the reference to that file is added in the manifest.

Fields

  • ref (string) [required]

    Manifest Path: $.models[*].attributes[*].ref

    Absolute path to file that contains the Attribute Definition.