Skip to content

Commit 6002f20

Browse files
author
Piotr Kozłowski
committed
Fix typo in docs
1 parent 461530f commit 6002f20

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)