Skip to content

Commit 74a76e5

Browse files
committed
Update examples to use Format/Minimum
1 parent 323d98b commit 74a76e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common-principles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ Example:
568568
"test": {
569569
"LongName": "Education level",
570570
"Description": "Education level, self-rated by participant",
571+
"Format": "integer",
571572
"Levels": {
572573
"1": "Finished primary school",
573574
"2": "Finished secondary school",
@@ -577,7 +578,9 @@ Example:
577578
},
578579
"bmi": {
579580
"LongName": "Body mass index",
581+
"Format": "number",
580582
"Units": "kg/m^2",
583+
"Minimum": 0,
581584
"TermURL": "https://purl.bioontology.org/ontology/SNOMEDCT/60621009"
582585
}
583586
}

0 commit comments

Comments
 (0)