diff --git a/docs/odata-json-format/odata-json-format.html b/docs/odata-json-format/odata-json-format.html index 37474ab5..243ac6f8 100644 --- a/docs/odata-json-format/odata-json-format.html +++ b/docs/odata-json-format/odata-json-format.html @@ -1058,9 +1058,10 @@
Untyped values are the only place where a collection can directly contain a collection, or a collection can contain a mix of primitive values, structural values, and collections.
All children of an untyped property are assumed to be untyped unless they are annotated with the type
control information, in which case they MUST conform to the type described by the control information.
A primitive value within an untyped collection is interpreted as an Edm.Boolean
, Edm.String
, or Edm.Decimal
value, depending on the JavaScript type.
Collections directly contained within an untyped collection are themselves untyped.
+