Skip to content

Commit

Permalink
Fix validation link on schema README (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostadriano authored and talyssonoc committed Mar 1, 2019
1 parent 0504951 commit f368b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please note that setting the value of an attribute to undefined will not make it
## itemType
The __itemType__ of an attribute is used to validate and coerce the type of each item from the attribute, like when the attribute type is `Array` or some class that extends `Array`.

* Please refer to [Validation](validation/README.md) in order to check a bit more on validation properties.
* Please refer to [Validation](../validation/README.md) in order to check a bit more on validation properties.

# Type concept
Each attribute needs a __type__ definition, that's how Structure validates and coerces the attribute's value. It can be divided into three categories (as in right now):
Expand Down

0 comments on commit f368b8a

Please sign in to comment.