Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Update resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek authored Apr 24, 2019
1 parent 72d58df commit da3620e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ a JSON file on disk (for JSON resource backend) or a python data tree.
* `Int`: integral JSON number/python integer
* `Double`: real JSON number/python double
* `Boolean`: boolean JSON/python value
* `Array<type>`: array of given type(s)
* `Array<type>`: unbounded array of given type(s)
* `Array<type, size>`: bounded array of given type(s) and size
* `Optional` given entry is optional
* `Enum` string data type limited to enumerated values
* `Any` any data type
Expand Down

0 comments on commit da3620e

Please sign in to comment.