Skip to content

Commit 2158fdb

Browse files
committed
rearange notes
1 parent 076e521 commit 2158fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanations/curator_data_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ Data Model:
350350

351351
To demonstrate this, see the above example with the `Patient` and `Cancer` data types:
352352

353+
- `Patient` is a data type, but `Cancer` is not, as defined by the `Parent` column.
353354
- `Diagnosis` is an attribute of `Patient`.
354355
- `Diagnosis` has `Valid Values` of `Healthy` and `Cancer`.
355356
- `Cancer` is also a data type.
356357
- `Cancer Type` and `Family History` are attributes of `Cancer` and are both required.
357-
- `Patient` is a data type, but `Cancer` is not, as defined by the `Parent` column.
358358

359359
As a result of the above data model, in the JSON Schema:
360360

0 commit comments

Comments
 (0)