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 Subventions
Commits
220a9afa
Commit
220a9afa
authored
Nov 26, 2018
by
Christophe Benz
Browse files
Merge custom checks to schema
parent
1c9694f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
goodtables-checks.json
deleted
100644 → 0
View file @
1c9694f8
{
"$schema"
:
"https://git.opendatafrance.net/validata/goodtables-checks-schema/raw/v0.2/goodtables_checks_schema.json"
,
"title"
:
"Validations personnalisées en complément du schéma SCDL Subventions"
,
"author"
:
"Pierre Dittgen, Jailbreak"
,
"version"
:
"0.1"
,
"created"
:
"2018-06-05"
,
"homepage"
:
"https://git.opendatafrance.net/"
,
"pre_checks"
:
[
{
"name"
:
"column-delimiter"
,
"params"
:
{
"delimiter"
:
","
}
}
],
"custom_checks"
:
[
{
"name"
:
"french-siret-value"
,
"params"
:
{
"column"
:
"idAttribuant"
}
},
{
"name"
:
"french-siret-value"
,
"params"
:
{
"column"
:
"idBeneficiaire"
}
}
]
}
schema.json
View file @
220a9afa
...
...
@@ -166,5 +166,19 @@
"maximum"
:
1
}
}
],
"custom_checks"
:
[
{
"name"
:
"french-siret-value"
,
"params"
:
{
"column"
:
"idAttribuant"
}
},
{
"name"
:
"french-siret-value"
,
"params"
:
{
"column"
:
"idBeneficiaire"
}
}
]
}
\ 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