Skip to content

Commit a02e838

Browse files
authored
Merge pull request #682 from cloudwan/typo-fix
Fix typo in docs
2 parents 461530f + 6002f20 commit a02e838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ Following properties are extended from JSON schema v4.
251251
type string is for defining a string.
252252
You can use following parameters for a string.
253253

254-
- minLength max length of string
255-
- maxLength min length of string
254+
- minLength min length of string
255+
- maxLength max length of string
256256
- pattern regexp pattern for this string
257257
- relation (extended spec by Gohan) define resource relation
258258
- relationColumn (extended spec by Gohan) define which column relation references (default: "id")

0 commit comments

Comments
 (0)