scotthovestadt / schema-object

Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add documentation on Array type

scotthovestadt opened this issue · comments

Values can be typecast:
index: [{type: Number}]