Skip to content

Commit

Permalink
Refine description
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Mar 13, 2024
1 parent d36072a commit 8e250aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,13 @@ Value of type `any` can be one of the following:
Value of type `[]keyval<string, any>` is a collection of key-value pairs with
string keys and [`any`](#type-any) values.

Arbitrary deep nesting of values for arrays and key-value collections is allowed
(essentially allows to represent an equivalent of a JSON object).
Arbitrary deep nesting of values for arrays and key-value collections MUST be
allowed (essentially allows to represent an equivalent of a JSON object).

The type representation is language-dependent.
It is implementation-specific whether the collection can contain duplicated keys.
If the implementation allows having duplicates, then some exporters (e.g. OTLP)
may require deduplication (removing pairs so that there are none of them have
the same key).
may require deduplication (removing pairs so that none of them have the same key).

### Field Kinds

Expand Down

0 comments on commit 8e250aa

Please sign in to comment.