json-schema-org / vocab-idl

Help and clarify how JSON Schema can be interpreted from validation rules to data definition. This extends to how those data definitions can be represented in any programming language
19 stars 4 forks source link

feat: add array example #22

Closed jonaslagoni closed 1 year ago

jonaslagoni commented 3 years ago

This PR adds a simple array example with all the different types that can be expected.

It also adds a small doc explaining the types that are being used.

Partly fixes #14