Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SCDL
Schéma Base adresse locale
Commits
04a251a8
Commit
04a251a8
authored
May 31, 2018
by
Constance de Quatrebarbes
Browse files
Constraint for minLenght=3 and int accepted for e.g rue du 6 juin 1944
parent
988b1024
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.json
View file @
04a251a8
...
...
@@ -40,8 +40,8 @@
"example"
:
"Rue du Rempart"
,
"constraints"
:
{
"required"
:
true
,
"minLength"
:
0
,
"pattern"
:
"[A-Za-z ]+"
"minLength"
:
3
,
"pattern"
:
"[A-Za-z
1-9
]+"
}
},
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment