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
fdb23f2f
Commit
fdb23f2f
authored
May 31, 2018
by
Constance de Quatrebarbes
Browse files
MissingValues set to [, 999999]
parent
5f32c3ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.json
View file @
fdb23f2f
...
...
@@ -39,8 +39,8 @@
"example"
:
"Rue du Rempart"
,
"constraints"
:
{
"required"
:
true
,
"minLength"
:
3
,
"pattern"
:
"[A-Za-z 1-9]+"
"minLength"
:
3
}
},
{
...
...
@@ -51,8 +51,7 @@
"example"
:
"130"
,
"constraints"
:
{
"required"
:
true
,
"minimum"
:
1
,
"maximum"
:
99999
"minimum"
:
1
}
},
{
...
...
@@ -138,7 +137,7 @@
},
{
"title"
:
"Nom de l’organisme ayant créé ou diffusé cette adresse"
,
"name"
:
"source"
,
"name
111
"
:
"source"
,
"type"
:
"string"
,
"description"
:
"Nom de l’organisme ayant créé ou diffusé cette adresse"
,
"example"
:
"Rennes Métropole"
,
...
...
@@ -159,6 +158,6 @@
}
],
"missingValues"
:
[
""
],
"missingValues"
:
[
""
,
"99999"
],
"primaryKey"
:
"cle_interop"
}
\ No newline at end of file
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