Add French SIRET number tag on shops (#576)

This commit is contained in:
Noémie 2022-09-09 16:11:50 +02:00 committed by GitHub
parent d85fb42cc7
commit abe59b253d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 46 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"key": "ref:FR:SIRET",
"type": "identifier",
"label": "SIRET Number",
"urlFormat": "https://annuaire-entreprises.data.gouv.fr/etablissement/{value}",
"pattern": "^[0-9]{9}([1-7][0-9]{3}|0[1-9][0-9]{2}|00[1-9][0-9]|000[1-9])[0-9]$",
"locationSet": {
"include": [
"fr"
]
},
"terms": [
"French company identification number",
"SIRET"
]
}