data-dictionary
JSON object
The data-dictionary object stores information describing mappings or any other descriptive information about the data. This can also contain any information that doesn't fit elsewhere in the squirrel package, such as project descriptions.
Examples include mapping numeric values (1,2,3,...) to descriptions (F, M, O, ...)
JSON variables
🔵 Primary key 🔴 Required 🟡 Computed (squirrel writer/reader should handle these variables)
data-dictionary
Variable | Type | Default | Description |
---|---|---|---|
| string | 🔴 | Name of this data dictionary. |
| number | 🟡 | Number of files contained in the experiment. |
| number | 🟡 | Size, in bytes, of the experiment files. |
| string | 🟡 | Path to the data-dictionary within the squirrel package. |
data-dictionary-item | JSON array | Array of data dictionary items. See next table. |
data-dictionary-item
Variable | Type | Default | Description |
---|---|---|---|
| string | 🔴 | Type of variable. |
| string | 🔴 🔵 | Name of the variable. |
| string | Description of the variable. | |
| string | List of possible key/value mappings in the format | |
| number | Number of expected timepoints. Example, the study is expected to have 5 records of a variable. | |
| number | For numeric values, the lower limit. | |
| number | For numeric values, the upper limit. |
Directory structure
Files associated with this section are stored in the following directory.
/data-dictionary
Last updated