Atomic vector

Type: object

Vector of atomic values, stored in a CSV file (see here for a detailed specification). If the vector is unnamed, the file should have a single column containing the vector elements. If the vector is named, the file should contain two columns; the first (string) column contains the names of the vector elements and the second column contains the vector elements themselves.

No Additional Properties

Type: string

The schema to use.


Type: object

Type: enum (of string)

Type of compression applied to the file.

Must be one of:

  • "none"
  • "gzip"
  • "bzip2"

Type: enum (of string)

Formatting constraints for string types.

  • Dates are strings consisting of integers and dashes, following the YYYY-MM-DD format.
  • Date-times are strings following RFC 3339 Section 5.6, i.e., the Internet Date/Time format.

Must be one of:

  • "date"
  • "date-time"

Type: integer

Length of the vector.

Value must be greater or equal to 0

Type: boolean Default: false

Whether the vector contains names.

Type: enum (of string)

Type of the vector.

Must be one of:

  • "integer"
  • "number"
  • "string"
  • "boolean"
Type: object

If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.


Must not be:

Type: object

Type: const
Specific value: "string"

Must not be:

Type: object

The following properties are required:

  • format

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.