From 1fa43f7ee6c803a1d49df0edaf5f46e26c86019d Mon Sep 17 00:00:00 2001 From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:48:18 +0100 Subject: [PATCH] Update doc/user_guide/datamodels.md Co-authored-by: Jesper Friis --- doc/user_guide/datamodels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/datamodels.md b/doc/user_guide/datamodels.md index 593735c6d..cded00e0b 100644 --- a/doc/user_guide/datamodels.md +++ b/doc/user_guide/datamodels.md @@ -22,7 +22,7 @@ properties: name_of_property1: description: What is this property type: ref # Can be any on string, float, double, int, ref .... - unit: unit # can be ommitted, not relevant with type ref + unit: unit # Can be ommitted if the property has no unit shape: [name_of_dimension] # Can be omitted if the property is a scalar $ref: http://namespace/version/name_of_referenceddatamodel # only if type is ref ```