You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `definition` | A JSON object that describes the column as in [Common principles - Tabular files][tabular files]. This is mutually exclusive with the `type` field, and is used for fields that have overridable definitions. |
408
+
402
409
Value terms groups (`datatypes`, `suffixes`, `extensions`) define terms where a field
403
410
can take on multiple values.
404
411
For example, a file has one datatype, as compared to a collection of entities.
@@ -532,6 +539,7 @@ The convention can be summed up in the following rules:
532
539
| `display_name` | Human-friendly name |
533
540
| `description` | Term definition |
534
541
| `name` | Name of column in TSV file (in `snake_case`) |
542
+
| `definition` | JSON definition of a column, according to [Tabular files][] |
535
543
| `unit` | Interpretation of numeric values |
536
544
| `type` | Type of value |
537
545
| `format` | Permissible format of values, from definitions in `objects.formats` |
@@ -1052,3 +1060,5 @@ formalize the allowable directories, files, fields and values of the BIDS schema
1052
1060
ensuring consistency across the entire schema directory. Validation of the schema is
1053
1061
incorporated into the CI, so any changes that are inconsistent will be flagged before
0 commit comments