Generic Object

Type: object

A serialized object of some format, as a schema of last resort for saving language-specific objects. For R, this should be an RDS file (not RDA) containing a single arbitrary R object. For Python, this should be a pickle file.

No Additional Properties

Type: string

The schema to use.

Type: object
No Additional Properties

Type: string

The class of the object.


Examples:

"DFrame"
"GRanges"

Type: enum (of string)

The language in which the object can be used.

Must be one of:

  • "R"
  • "Python"

Type: boolean Default: false

Is this a child document, only to be interpreted in the context of the parent document from which it is linked? This may have implications for search and metadata requirements.

Type: string

MD5 checksum for the file.

Type: string

Path to the file in the project directory.