diff --git a/affiliations-rnsr/README.md b/affiliations-rnsr/README.md index 6f11694..be56575 100644 --- a/affiliations-rnsr/README.md +++ b/affiliations-rnsr/README.md @@ -71,6 +71,12 @@ > *Remarque : Quand aucun identifiant n'est trouvé, un tableau vide est > renvoyé.* +### Paramètres de v1/json + +| nom | description | +| ------ | -------------------------------------------------- | +| indent | `true` ou `false`, indente le JSON résultat ou non | + ### Exemple JSON ```bash @@ -89,10 +95,55 @@ ```json [ -{ "id":1, "value": ["200317641S"] }, -{ "id":2, "value": ["200317641S"] }, -{ "id":3, "value": ["200711887V"] }, -{ "id":4, "value": ["199512079F"] }, -{ "id":5, "value": [] }, + { "id":1, "value": ["200317641S"] }, + { "id":2, "value": ["200317641S"] }, + { "id":3, "value": ["200711887V"] }, + { "id":4, "value": ["199512079F"] }, + { "id":5, "value": [] }, ] ``` + +## v1/conditor + +Prend une notice Conditor minimale (contenant au moins des auteurs (`authors`) et leurs affiliations (`affiliations`) avec au moins une adresse (`address`)), et tente de trouver le/les identifiant(s) RNSR correspondant. + +Ajoute un champ `conditorRnsr` au niveau du champ `address`. + +### Exemple conditor + +```bash +cat <