Skip to content

Commit

Permalink
Merge pull request #165 from kpodsiad/patch-1
Browse files Browse the repository at this point in the history
Mention about `StringStringMap` in docs
  • Loading branch information
eed3si9n authored Apr 9, 2022
2 parents c1cc1a9 + a393ce5 commit 0d158c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/01-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ type as a list, which indicates that this field will
return a list of that type. In the schema language,
this is denoted by wrapping the type in square brackets, `[` and `]`.

### Map type

Contraband allows to use `StringStringMap` type, which translates to `scala.collection.immutable.Map[String, String]`.

### Lazy type

Lazy types defer the initialization of the field until it is first used.
Expand Down

0 comments on commit 0d158c8

Please sign in to comment.