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
ec570027
Commit
ec570027
authored
Oct 25, 2018
by
Christophe Benz
Browse files
Don't use missingValues to handle special value 99999
parent
b295cd76
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema-scdl-adresses.json
View file @
ec570027
...
...
@@ -48,8 +48,9 @@
"description"
:
"Numéro d’adresse dans la voie et, dans le cas des voies sans adresse, la valeur “99999” est attendue"
,
"example"
:
"130"
,
"constraints"
:
{
"required"
:
false
,
"minimum"
:
0
"required"
:
true
,
"minimum"
:
0
,
"maximum"
:
99999
}
},
{
...
...
@@ -154,9 +155,6 @@
"constraints"
:
{
"required"
:
true
}
}
],
"missingValues"
:
[
""
,
"99999"
]
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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