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
43181c75
Commit
43181c75
authored
May 31, 2018
by
Constance de Quatrebarbes
Browse files
Remove primary_key info: raise python CastError at table-schema level instead of report level
parent
9cb584ed
Changes
1
Show whitespace changes
Inline
Side-by-side
schema-scdl-adresses.json
View file @
43181c75
...
...
@@ -2,7 +2,7 @@
"$schema"
:
"https://frictionlessdata.io/schemas/table-schema.json"
,
"title"
:
"Schéma SCDL Base d'Adresse Locale"
,
"author"
:
"OpenDataFrance"
,
"version"
:
"1.
1
.1"
,
"version"
:
"1.
2
.1"
,
"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"
,
...
...
@@ -70,8 +70,8 @@
"description"
:
"Texte libre qui permet d’identifier rapidement la commune dans laquelle l’adresse est située"
,
"example"
:
"Brest"
,
"constraints"
:
{
"required"
:
true
"^[A-Za-z
\\
s
\\
-
\\
u00C0-
\\
u00FF]+$"
"required"
:
true
,
"pattern"
:
"^[A-Za-z
\\
s
\\
-
\\
u00C0-
\\
u00FF]+$"
}
},
{
...
...
@@ -158,6 +158,6 @@
}
],
"missingValues"
:
[
""
,
"99999"
]
,
"primaryKey"
:
"cle_interop"
"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