mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 00:29:40 +02:00
Add French SIRET number tag on shops (#576)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user