make available types more noticeable

master
Krittanan Pingclasai 2017-11-01 11:41:36 +07:00 committed by GitHub
parent 32b01a83d2
commit bddda60e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The keywords and their values define what rules the data should satisfy to be va
`type` keyword requires that the data is of certain type (or some of types). Its value can be a string (the allowed type) or an array of strings (multiple allowed types).
Type can be: number, integer, string, boolean, array, object or null.
Type can be: `number`, `integer`, `string`, `boolean`, `array`, `object` or `null`.
__Examples__