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
f5a79da4
Commit
f5a79da4
authored
May 31, 2018
by
Constance de Quatrebarbes
Browse files
Added ' to valid caracters
parent
6c70be60
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema-scdl-adresses.json
View file @
f5a79da4
...
...
@@ -2,7 +2,7 @@
"$schema"
:
"https://frictionlessdata.io/schemas/table-schema.json"
,
"title"
:
"Schéma SCDL Base d'Adresse Locale"
,
"author"
:
"OpenDataFrance"
,
"version"
:
"1.2.
1
"
,
"version"
:
"1.2.
2
"
,
"created"
:
"2018-05-30"
,
"description"
:
"Schéma validant le format relatif à la Base d'Adresses Locales (BAL) du SCDL (Socle Commun des Données Locales)."
,
"uri"
:
"https://git.opendatafrance.net/scdl/bal/blob/master/schema.json"
,
...
...
@@ -38,7 +38,7 @@
"constraints"
:
{
"required"
:
true
,
"minLength"
:
3
,
"pattern"
:
"^[a-zA-Z0-9
\\
-
\\
s
\\
d
\\
u00C0-
\\
u00FF]+$"
"pattern"
:
"^[a-zA-Z0-9
\\
-
\\
'
\\
s
\\
d
\\
u00C0-
\\
u00FF]+$"
}
},
...
...
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