We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461530f commit 6002f20Copy full SHA for 6002f20
docs/schema.md
@@ -251,8 +251,8 @@ Following properties are extended from JSON schema v4.
251
type string is for defining a string.
252
You can use following parameters for a string.
253
254
-- minLength max length of string
255
-- maxLength min length of string
+- minLength min length of string
+- maxLength max length of string
256
- pattern regexp pattern for this string
257
- relation (extended spec by Gohan) define resource relation
258
- relationColumn (extended spec by Gohan) define which column relation references (default: "id")
0 commit comments