UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

37 lines (34 loc) 1.14 kB
{ "title": "Rapporteur.", "type": "object", "additionalProperties": false, "properties": { "acteurRef": { "description": "Identifiant unique (uid) du `rapporteur <acteur.html>`__.", "type": "string" }, "etudePlfRef": { "description": "Identifiant unique (uid) de l'`étude <document.html>`__ relative à un projet de loi de finance.", "type": "string" }, "typeRapporteur": { "description": "Un 'rapporteur spécial' produit un rapport (texteAssocie débute par RAPP) ou une étude (texteAssocie débute par ETDR) alors qu'un 'rapporteur pour avis' produit un avis (texteAssocie débute par AVIS)", "$comment": "Discussion https://forum.en-root.org/t/signification-du-champ-typerapporteur-dans-un-plf/", "enum": [ "auteur", "rapporteur", "rapporteur général", "rapporteur pour avis", "rapporteur spécial" ], "type": "string" } }, "required": [ "acteurRef", "typeRapporteur" ], "$schema": "http://json-schema.org/draft-07/schema#", "$id": "Rapporteur.json", "$$target": "Rapporteur.json" }