diff --git a/README.md b/README.md index c4eee74d6bafdaac582bad0ee6d6a0b2b8bf5a7f..0b16d7f09d7d6b5d58500ccbb35234343ab1c192 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,20 @@ Ce dépôt sert à indexer les schémas du SCDL afin de permettre [leur document Le [Socle commun des données locales](http://opendatalocale.net/scdl/) (SCDL) est un dispositif d'[OpenDataFrance](http://opendatafrance.net/) visant à définir un ensemble de jeux de données prioritaires, normalisés et communs aux collectivités territoriales françaises. Chaque jeu de données identifié fait l'objet d'un schéma : un document décrivant la structure, les champs et les contenus attendus. -Les schémas sont écrits au format [Table Schema](https://frictionlessdata.io/specs/table-schema/). Une documentation est générée automatiquement au format Markdown et publiée sur [scdl.opendatafrance.net](http://scdl.opendatafrance.net/). +Les schémas sont écrits au format [Table Schema](https://frictionlessdata.io/specs/table-schema/). A partir du JSON, une documentation est générée automatiquement au format Markdown et publiée sur [scdl.opendatafrance.net](http://scdl.opendatafrance.net/). ## Liste des schémas du SCDL | Nom | Version | Mainteneur | Dépôt | JSON | Doc | | ------------------- | ------- | -------------- | ------------------------------------------------------------------ |:-----------------------------------------------------------------------------------------------------------:| ----------------------------------------------------------------------------- | -| Prénoms | 1.1.3 | Charles Népote | [URL](https://github.com/CharlesNepote/liste-prenoms-nouveaux-nes) | [URL](https://raw.githubusercontent.com/CharlesNepote/liste-prenoms-nouveaux-nes/master/prenom-schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-prenoms.html) | +| Prénoms | 1.1.3 | Charles Népote | [URL](https://github.com/CharlesNepote/liste-prenoms-nouveaux-nes) | [URL](https://github.com/CharlesNepote/liste-prenoms-nouveaux-nes/raw/master/prenom-schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-prenoms.html) | | Délibérations | 2.1.2 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/deliberations) | [URL](https://git.opendatafrance.net/scdl/deliberations/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-deliberations.html) | | Subventions | 2.0.0 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/subventions) | [URL](https://git.opendatafrance.net/scdl/subventions/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-subventions.html) | | Marchés publics | 2.0.0 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/marches-publics/) | [URL](https://git.opendatafrance.net/scdl/marches-publics/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-marches-publics.html) | | Base Adresse locale | 1.1.3 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/adresses) | [URL](https://git.opendatafrance.net/scdl/adresses/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-adresses.html) | -| Catalogue simplifié | 0.1.1 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/catalogue) | [URL](https://git.opendatafrance.net/scdl/catalogue/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-catalogue.html) | -| Equipements | 0.1.0 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/equipements) | [URL](https://git.opendatafrance.net/scdl/equipements/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-equipements.html) | -| IRVE | ? | Etalab | [URL](https://github.com/etalab/schema-irve) | [URL](https://github.com/etalab/schema-irve/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-irve.html) | +| Catalogue simplifié | 0.1.1 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/catalogue) | [URL](https://git.opendatafrance.net/scdl/catalogue/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-catalogue.html) | +| Equipements | 0.1.0 | OpenDataFrance | [URL](https://git.opendatafrance.net/scdl/equipements) | [URL](https://git.opendatafrance.net/scdl/equipements/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-equipements.html) | +| IRVE | ? | Etalab | [URL](https://github.com/etalab/schema-irve) | [URL](https://github.com/etalab/schema-irve/raw/master/schema.json) | [URL](https://scdl.opendatafrance.net/docs/schemas/scdl-irve.html) | ## Comment ajouter un schéma au SCDL ? @@ -25,7 +25,7 @@ Prochainement, le processus de contribution sera donc de faire une merge request ### Critères d'acceptation -Pour faire partie du SCDL, un schéma doit être écrit en JSON conformément aux spécifications [Table Schema](https://frictionlessdata.io/specs/table-schema/). Ce fichier `schema.json` doit publié dans un dépôt Git, auquel doivent être adjoints les ressources complémentaires suivantes : +Pour faire partie du SCDL, un schéma doit être écrit en JSON conformément aux spécifications [Table Schema](https://frictionlessdata.io/specs/table-schema/). Ce fichier `schema.json` doit être publié dans un dépôt Git, auquel doivent être adjoints les ressources complémentaires suivantes : * `CONTEXT.md` * `SEE_ALSO.md`