Skip to content

Commit

Permalink
Reworded map definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Apr 22, 2021
1 parent e9ba80e commit d41d8f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ Value of type `any` can be one of the following:
#### Type `map<string, any>`

Value of type `map<string, any>` is a map of string keys to `any` values. The
representation of the map is language-dependent. Some languages may use built-in
maps or dictionaries, others may use a list of key/value pairs. It is required
that the implementation has traditional
[map](https://en.wikipedia.org/wiki/Associative_array) semantics.
keys in the map are unique (duplicate keys are not allowed). The representation
of the map is language-dependent.

Arbitrary deep nesting of values for arrays and maps is allowed (essentially
allows to represent an equivalent of a JSON object).
Expand Down

0 comments on commit d41d8f4

Please sign in to comment.