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
Copy file name to clipboardExpand all lines: docs/en/4-concepts/4.1-instruments.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ an instrument (e.g., a title and description).
21
21
### Understanding TypeScript
22
22
23
23
The structure of an _Instrument_ is defined in [TypeScript](https://www.typescriptlang.org/) by
24
-
the `Instrument` type, located in the internal [`schemas`](https://github.com/DouglasNeuroInformatics/OpenDataCapture/tree/main/packages/schemas)
24
+
the `Instrument` type, located in the [`@opendatacapture/runtime-core`](https://github.com/DouglasNeuroInformatics/OpenDataCapture/tree/main/packages/runtime-core)
25
25
package. This definition is essentially a set of rules to validate that the key-value pairs in an _Instrument_
26
26
conform with expectations in the codebase. These rules are quite complex and **heavily** rely on the concept
27
27
of [discriminated unions](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) and
0 commit comments