@tricoteuses/assemblee 1.10.5 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (400) hide show
  1. package/README.md +8 -1
  2. package/lib/amendements-CN7bRFdP.js +259 -0
  3. package/lib/amendements-CN7bRFdP.js.map +1 -0
  4. package/lib/amendements-Cg1lyCBp.js +735 -0
  5. package/lib/amendements-Cg1lyCBp.js.map +1 -0
  6. package/lib/api.d.ts +1 -0
  7. package/lib/api.d.ts.map +1 -0
  8. package/lib/cleaners/actes_legislatifs.d.ts +1 -0
  9. package/lib/cleaners/actes_legislatifs.d.ts.map +1 -0
  10. package/lib/cleaners/acteurs.d.ts +1 -0
  11. package/lib/cleaners/acteurs.d.ts.map +1 -0
  12. package/lib/cleaners/amendements.d.ts +1 -0
  13. package/lib/cleaners/amendements.d.ts.map +1 -0
  14. package/lib/cleaners/debats.d.ts +1 -0
  15. package/lib/cleaners/debats.d.ts.map +1 -0
  16. package/lib/cleaners/documents.d.ts +1 -0
  17. package/lib/cleaners/documents.d.ts.map +1 -0
  18. package/lib/cleaners/dossiers_legislatifs.d.ts +1 -0
  19. package/lib/cleaners/dossiers_legislatifs.d.ts.map +1 -0
  20. package/lib/cleaners/index.d.ts +10 -9
  21. package/lib/cleaners/index.d.ts.map +1 -0
  22. package/lib/cleaners/organes.d.ts +1 -0
  23. package/lib/cleaners/organes.d.ts.map +1 -0
  24. package/lib/cleaners/questions.d.ts +1 -0
  25. package/lib/cleaners/questions.d.ts.map +1 -0
  26. package/lib/cleaners/reunions.d.ts +1 -0
  27. package/lib/cleaners/reunions.d.ts.map +1 -0
  28. package/lib/cleaners/scrutins.d.ts +1 -0
  29. package/lib/cleaners/scrutins.d.ts.map +1 -0
  30. package/lib/cleaners/xml.d.ts +1 -0
  31. package/lib/cleaners/xml.d.ts.map +1 -0
  32. package/lib/cleaners.js +1138 -0
  33. package/lib/cleaners.js.map +1 -0
  34. package/lib/datasets.d.ts +4 -3
  35. package/lib/datasets.d.ts.map +1 -0
  36. package/lib/dates.d.ts +1 -0
  37. package/lib/dates.d.ts.map +1 -0
  38. package/lib/debats-BwZYgzXe.js +3978 -0
  39. package/lib/debats-BwZYgzXe.js.map +1 -0
  40. package/lib/dossiers_legislatifs.d.ts +3 -2
  41. package/lib/dossiers_legislatifs.d.ts.map +1 -0
  42. package/lib/file_systems.d.ts +1 -0
  43. package/lib/file_systems.d.ts.map +1 -0
  44. package/lib/git.d.ts +1 -0
  45. package/lib/git.d.ts.map +1 -0
  46. package/lib/index.d.ts +18 -22
  47. package/lib/index.d.ts.map +1 -0
  48. package/lib/index.js +1916 -285
  49. package/lib/index.js.map +1 -0
  50. package/lib/inserters.d.ts +6 -5
  51. package/lib/inserters.d.ts.map +1 -0
  52. package/lib/loaders.d.ts +13 -12
  53. package/lib/loaders.d.ts.map +1 -0
  54. package/lib/loaders.js +812 -1516
  55. package/lib/loaders.js.map +1 -0
  56. package/lib/logger.d.ts +1 -0
  57. package/lib/logger.d.ts.map +1 -0
  58. package/lib/organes.d.ts +2 -1
  59. package/lib/organes.d.ts.map +1 -0
  60. package/lib/parse-CzW8NHW5.js +2850 -0
  61. package/lib/parse-CzW8NHW5.js.map +1 -0
  62. package/lib/parsers/index.d.ts +3 -3
  63. package/lib/parsers/index.d.ts.map +1 -0
  64. package/lib/parsers/plf.d.ts +2 -0
  65. package/lib/parsers/plf.d.ts.map +1 -0
  66. package/lib/parsers/recherche_amendements.d.ts +3 -2
  67. package/lib/parsers/recherche_amendements.d.ts.map +1 -0
  68. package/lib/parsers/textes_lois.d.ts +2 -23
  69. package/lib/parsers/textes_lois.d.ts.map +1 -0
  70. package/lib/parsers.js +393 -0
  71. package/lib/parsers.js.map +1 -0
  72. package/lib/raw_types/acteurs_et_organes.d.ts +1 -0
  73. package/lib/raw_types/acteurs_et_organes.d.ts.map +1 -0
  74. package/lib/raw_types/agendas.d.ts +1 -0
  75. package/lib/raw_types/agendas.d.ts.map +1 -0
  76. package/lib/raw_types/amendements.d.ts +1 -0
  77. package/lib/raw_types/amendements.d.ts.map +1 -0
  78. package/lib/raw_types/debats.d.ts +3 -2
  79. package/lib/raw_types/debats.d.ts.map +1 -0
  80. package/lib/raw_types/dossiers_legislatifs.d.ts +2 -1
  81. package/lib/raw_types/dossiers_legislatifs.d.ts.map +1 -0
  82. package/lib/raw_types/questions.d.ts +1 -0
  83. package/lib/raw_types/questions.d.ts.map +1 -0
  84. package/lib/raw_types/scrutins.d.ts +1 -0
  85. package/lib/raw_types/scrutins.d.ts.map +1 -0
  86. package/lib/schemas/acteurs_et_organes.d.json +982 -0
  87. package/lib/schemas/acteurs_et_organes.json +1166 -0
  88. package/lib/schemas/agendas.d.json +1561 -0
  89. package/lib/schemas/agendas.json +1745 -0
  90. package/lib/schemas/amendements.d.json +1901 -0
  91. package/lib/schemas/amendements.json +2085 -0
  92. package/lib/schemas/debats.d.json +623 -0
  93. package/lib/schemas/debats.json +842 -0
  94. package/lib/schemas/dossiers_legislatifs.d.json +3690 -0
  95. package/lib/schemas/dossiers_legislatifs.json +3874 -0
  96. package/lib/schemas/legislatures.d.json +17 -0
  97. package/lib/schemas/legislatures.json +17 -0
  98. package/lib/schemas/questions.d.json +520 -0
  99. package/lib/schemas/questions.json +704 -0
  100. package/lib/schemas/scrutins.d.json +517 -0
  101. package/lib/schemas/scrutins.json +701 -0
  102. package/lib/scripts/add_links_to_documents.d.ts +2 -0
  103. package/lib/scripts/add_links_to_documents.d.ts.map +1 -0
  104. package/lib/scripts/clean_reorganized_data.d.ts +1 -0
  105. package/lib/scripts/clean_reorganized_data.d.ts.map +1 -0
  106. package/lib/scripts/copy-schemas.d.ts +2 -0
  107. package/lib/scripts/copy-schemas.d.ts.map +1 -0
  108. package/lib/scripts/diff_amendements.d.ts +1 -0
  109. package/lib/scripts/diff_amendements.d.ts.map +1 -0
  110. package/lib/scripts/document_dossiers_legislatifs.d.ts +1 -0
  111. package/lib/scripts/document_dossiers_legislatifs.d.ts.map +1 -0
  112. package/lib/scripts/generate-json-schemas.d.ts +2 -0
  113. package/lib/scripts/generate-json-schemas.d.ts.map +1 -0
  114. package/lib/scripts/get_today_reunions.d.ts +1 -0
  115. package/lib/scripts/get_today_reunions.d.ts.map +1 -0
  116. package/lib/scripts/merge_scrutins.d.ts +1 -0
  117. package/lib/scripts/merge_scrutins.d.ts.map +1 -0
  118. package/lib/scripts/process_open_dataset.d.ts +1 -0
  119. package/lib/scripts/process_open_dataset.d.ts.map +1 -0
  120. package/lib/scripts/raw_types_from_amendements.d.ts +1 -0
  121. package/lib/scripts/raw_types_from_amendements.d.ts.map +1 -0
  122. package/lib/scripts/reorganize_data.d.ts +1 -0
  123. package/lib/scripts/reorganize_data.d.ts.map +1 -0
  124. package/lib/scripts/retrieve_deputes_photos.d.ts +2 -1
  125. package/lib/scripts/retrieve_deputes_photos.d.ts.map +1 -0
  126. package/lib/scripts/retrieve_documents.d.ts +1 -0
  127. package/lib/scripts/retrieve_documents.d.ts.map +1 -0
  128. package/lib/scripts/retrieve_open_data.d.ts +1 -0
  129. package/lib/scripts/retrieve_open_data.d.ts.map +1 -0
  130. package/lib/scripts/retrieve_pending_amendments.d.ts +1 -0
  131. package/lib/scripts/retrieve_pending_amendments.d.ts.map +1 -0
  132. package/lib/scripts/retrieve_senateurs_photos.d.ts +1 -0
  133. package/lib/scripts/retrieve_senateurs_photos.d.ts.map +1 -0
  134. package/lib/scripts/shared/cli_helpers.d.ts +1 -0
  135. package/lib/scripts/shared/cli_helpers.d.ts.map +1 -0
  136. package/lib/scripts/test_iter_load.d.ts +1 -0
  137. package/lib/scripts/test_iter_load.d.ts.map +1 -0
  138. package/lib/scripts/test_load.d.ts +1 -0
  139. package/lib/scripts/test_load.d.ts.map +1 -0
  140. package/lib/scripts/test_load_big_files.d.ts +1 -0
  141. package/lib/scripts/test_load_big_files.d.ts.map +1 -0
  142. package/lib/scripts/validate_json.d.ts +1 -0
  143. package/lib/scripts/validate_json.d.ts.map +1 -0
  144. package/lib/shared_types/codes_actes.d.ts +1 -0
  145. package/lib/shared_types/codes_actes.d.ts.map +1 -0
  146. package/lib/strings.d.ts +1 -0
  147. package/lib/strings.d.ts.map +1 -0
  148. package/lib/types/acteurs_et_organes.d.ts +341 -0
  149. package/lib/types/acteurs_et_organes.d.ts.map +1 -0
  150. package/lib/types/agendas.d.ts +237 -10
  151. package/lib/types/agendas.d.ts.map +1 -0
  152. package/lib/types/amendements.d.ts +277 -1
  153. package/lib/types/amendements.d.ts.map +1 -0
  154. package/lib/types/debats.d.ts +53 -2
  155. package/lib/types/debats.d.ts.map +1 -0
  156. package/lib/types/dossiers_legislatifs.d.ts +404 -9
  157. package/lib/types/dossiers_legislatifs.d.ts.map +1 -0
  158. package/lib/types/legislatures.d.ts +1 -0
  159. package/lib/types/legislatures.d.ts.map +1 -0
  160. package/lib/types/questions.d.ts +100 -2
  161. package/lib/types/questions.d.ts.map +1 -0
  162. package/lib/types/scrutins.d.ts +102 -0
  163. package/lib/types/scrutins.d.ts.map +1 -0
  164. package/lib/urls.d.ts +3 -2
  165. package/lib/urls.d.ts.map +1 -0
  166. package/package.json +31 -95
  167. package/lib/api.js +0 -52
  168. package/lib/api.mjs +0 -45
  169. package/lib/bugs/acteur-00010/plugin.test.d.ts +0 -1
  170. package/lib/bugs/acteur-00010/plugin.test.js +0 -90
  171. package/lib/bugs/acteur-00010/plugin.test.mjs +0 -33
  172. package/lib/bugs/acteur-00010.d.ts +0 -7
  173. package/lib/bugs/acteur-00010.js +0 -116
  174. package/lib/bugs/acteur-00010.mjs +0 -26
  175. package/lib/bugs/agenda-00002/plugin.test.d.ts +0 -1
  176. package/lib/bugs/agenda-00002/plugin.test.js +0 -124
  177. package/lib/bugs/agenda-00002/plugin.test.mjs +0 -50
  178. package/lib/bugs/agenda-00002.d.ts +0 -15
  179. package/lib/bugs/agenda-00002.js +0 -406
  180. package/lib/bugs/agenda-00002.mjs +0 -172
  181. package/lib/bugs/agenda-00008/plugin.test.d.ts +0 -1
  182. package/lib/bugs/agenda-00008/plugin.test.js +0 -92
  183. package/lib/bugs/agenda-00008/plugin.test.mjs +0 -31
  184. package/lib/bugs/agenda-00008.d.ts +0 -7
  185. package/lib/bugs/agenda-00008.js +0 -123
  186. package/lib/bugs/agenda-00008.mjs +0 -26
  187. package/lib/bugs/agenda-00011/plugin.test.d.ts +0 -1
  188. package/lib/bugs/agenda-00011/plugin.test.js +0 -263
  189. package/lib/bugs/agenda-00011/plugin.test.mjs +0 -152
  190. package/lib/bugs/agenda-00011.d.ts +0 -16
  191. package/lib/bugs/agenda-00011.js +0 -333
  192. package/lib/bugs/agenda-00011.mjs +0 -125
  193. package/lib/bugs.d.ts +0 -21
  194. package/lib/bugs.js +0 -452
  195. package/lib/bugs.mjs +0 -70
  196. package/lib/cleaners/actes_legislatifs.js +0 -315
  197. package/lib/cleaners/actes_legislatifs.mjs +0 -253
  198. package/lib/cleaners/acteurs.js +0 -265
  199. package/lib/cleaners/acteurs.mjs +0 -180
  200. package/lib/cleaners/amendements.js +0 -294
  201. package/lib/cleaners/amendements.mjs +0 -227
  202. package/lib/cleaners/debats.js +0 -12
  203. package/lib/cleaners/debats.mjs +0 -5
  204. package/lib/cleaners/documents.js +0 -205
  205. package/lib/cleaners/documents.mjs +0 -133
  206. package/lib/cleaners/dossiers_legislatifs.js +0 -131
  207. package/lib/cleaners/dossiers_legislatifs.mjs +0 -70
  208. package/lib/cleaners/index.js +0 -70
  209. package/lib/cleaners/index.mjs +0 -10
  210. package/lib/cleaners/organes.js +0 -65
  211. package/lib/cleaners/organes.mjs +0 -48
  212. package/lib/cleaners/questions.js +0 -12
  213. package/lib/cleaners/questions.mjs +0 -5
  214. package/lib/cleaners/reunions.js +0 -312
  215. package/lib/cleaners/reunions.mjs +0 -255
  216. package/lib/cleaners/scrutins.js +0 -340
  217. package/lib/cleaners/scrutins.mjs +0 -221
  218. package/lib/cleaners/xml.js +0 -74
  219. package/lib/cleaners/xml.mjs +0 -59
  220. package/lib/datasets.js +0 -837
  221. package/lib/datasets.mjs +0 -755
  222. package/lib/dates.js +0 -124
  223. package/lib/dates.mjs +0 -100
  224. package/lib/dossiers_legislatifs.js +0 -346
  225. package/lib/dossiers_legislatifs.mjs +0 -208
  226. package/lib/file_systems.js +0 -162
  227. package/lib/file_systems.mjs +0 -62
  228. package/lib/git.js +0 -223
  229. package/lib/git.mjs +0 -151
  230. package/lib/index.mjs +0 -17
  231. package/lib/inserters.js +0 -521
  232. package/lib/inserters.mjs +0 -337
  233. package/lib/loaders.mjs +0 -886
  234. package/lib/logger.js +0 -35
  235. package/lib/logger.mjs +0 -26
  236. package/lib/organes.js +0 -22
  237. package/lib/organes.mjs +0 -15
  238. package/lib/parsers/documents.d.ts +0 -62
  239. package/lib/parsers/documents.js +0 -453
  240. package/lib/parsers/documents.mjs +0 -370
  241. package/lib/parsers/index.js +0 -40
  242. package/lib/parsers/index.mjs +0 -4
  243. package/lib/parsers/recherche_amendements.js +0 -403
  244. package/lib/parsers/recherche_amendements.mjs +0 -167
  245. package/lib/parsers/textes_lois.js +0 -307
  246. package/lib/parsers/textes_lois.mjs +0 -264
  247. package/lib/raw_types/acteurs_et_organes.js +0 -1215
  248. package/lib/raw_types/acteurs_et_organes.mjs +0 -1148
  249. package/lib/raw_types/agendas.js +0 -777
  250. package/lib/raw_types/agendas.mjs +0 -724
  251. package/lib/raw_types/amendements.js +0 -1052
  252. package/lib/raw_types/amendements.mjs +0 -993
  253. package/lib/raw_types/debats.js +0 -630
  254. package/lib/raw_types/debats.mjs +0 -573
  255. package/lib/raw_types/dossiers_legislatifs.js +0 -1529
  256. package/lib/raw_types/dossiers_legislatifs.mjs +0 -1471
  257. package/lib/raw_types/questions.js +0 -469
  258. package/lib/raw_types/questions.mjs +0 -416
  259. package/lib/raw_types/scrutins.js +0 -651
  260. package/lib/raw_types/scrutins.mjs +0 -598
  261. package/lib/schemas/acteur/Acteur.json +0 -56
  262. package/lib/schemas/acteur/AdresseElectronique.json +0 -52
  263. package/lib/schemas/acteur/AdressePostale.json +0 -75
  264. package/lib/schemas/acteur/Civ.json +0 -14
  265. package/lib/schemas/acteur/Collaborateur.json +0 -29
  266. package/lib/schemas/acteur/EtatCivil.json +0 -51
  267. package/lib/schemas/acteur/Ident.json +0 -40
  268. package/lib/schemas/acteur/Lieu.json +0 -66
  269. package/lib/schemas/acteur/Mandat.json +0 -192
  270. package/lib/schemas/acteur/Profession.json +0 -46
  271. package/lib/schemas/agenda/Agenda.json +0 -318
  272. package/lib/schemas/agenda/CycleDeVie.json +0 -45
  273. package/lib/schemas/agenda/PointOdj.json +0 -82
  274. package/lib/schemas/amendement/Amendement.json +0 -246
  275. package/lib/schemas/amendement/Diff.json +0 -25
  276. package/lib/schemas/amendement/DispositifAmdtCredit.json +0 -85
  277. package/lib/schemas/amendement/Identifiant.json +0 -62
  278. package/lib/schemas/amendement/PointeurFragmentTexte.json +0 -127
  279. package/lib/schemas/amendement/Representation.json +0 -67
  280. package/lib/schemas/amendement/Total.json +0 -26
  281. package/lib/schemas/converted_from_type/acteurs_et_organes.json +0 -666
  282. package/lib/schemas/converted_from_type/agendas.json +0 -1100
  283. package/lib/schemas/converted_from_type/amendements.json +0 -3191
  284. package/lib/schemas/converted_from_type/debats.json +0 -682
  285. package/lib/schemas/converted_from_type/deputes.json +0 -26
  286. package/lib/schemas/converted_from_type/dossiers_legislatifs.json +0 -2918
  287. package/lib/schemas/converted_from_type/legislatures.json +0 -16
  288. package/lib/schemas/converted_from_type/questions.json +0 -328
  289. package/lib/schemas/converted_from_type/scrutins.json +0 -393
  290. package/lib/schemas/debat/Contenu.json +0 -75
  291. package/lib/schemas/debat/Debat.json +0 -40
  292. package/lib/schemas/debat/Metadonnees.json +0 -75
  293. package/lib/schemas/debat/Orateur.json +0 -60
  294. package/lib/schemas/debat/Point.json +0 -169
  295. package/lib/schemas/debat/Sommaire.json +0 -71
  296. package/lib/schemas/debat/SommaireElement.json +0 -108
  297. package/lib/schemas/debat/Texte.json +0 -34
  298. package/lib/schemas/document/CodeLibelle.json +0 -25
  299. package/lib/schemas/document/Document.json +0 -385
  300. package/lib/schemas/document/Indexation.json +0 -38
  301. package/lib/schemas/dossier/ActeLegislatif.json +0 -211
  302. package/lib/schemas/dossier/ActeLegislatifBase.json +0 -62
  303. package/lib/schemas/dossier/Agenda.json +0 -23
  304. package/lib/schemas/dossier/ConseilConstitutionnel.json +0 -35
  305. package/lib/schemas/dossier/Decision.json +0 -25
  306. package/lib/schemas/dossier/Dossier.json +0 -124
  307. package/lib/schemas/dossier/EtudeImpact.json +0 -29
  308. package/lib/schemas/dossier/EtudePlf.json +0 -105
  309. package/lib/schemas/dossier/Europe.json +0 -42
  310. package/lib/schemas/dossier/FamCodeLibelle.json +0 -25
  311. package/lib/schemas/dossier/InfoJO.json +0 -23
  312. package/lib/schemas/dossier/Initiateur.json +0 -36
  313. package/lib/schemas/dossier/Motion.json +0 -27
  314. package/lib/schemas/dossier/Promulgation.json +0 -62
  315. package/lib/schemas/dossier/Rapporteur.json +0 -36
  316. package/lib/schemas/dossier/Texte.json +0 -47
  317. package/lib/schemas/organe/CodeTypeOrgane.json +0 -43
  318. package/lib/schemas/organe/Organe.json +0 -136
  319. package/lib/schemas/organe/ViMoDe.json +0 -28
  320. package/lib/schemas/question/Auteur.json +0 -58
  321. package/lib/schemas/question/Cloture.json +0 -28
  322. package/lib/schemas/question/InfoJO.json +0 -40
  323. package/lib/schemas/question/MinAttribElement.json +0 -30
  324. package/lib/schemas/question/Question.json +0 -172
  325. package/lib/schemas/question/Renouvellement.json +0 -17
  326. package/lib/schemas/question/Signalement.json +0 -21
  327. package/lib/schemas/question/Texte.json +0 -24
  328. package/lib/schemas/scrutin/DecompteVoix.json +0 -35
  329. package/lib/schemas/scrutin/Dysfonctionnement.json +0 -50
  330. package/lib/schemas/scrutin/MiseAuPoint.json +0 -53
  331. package/lib/schemas/scrutin/OrganeVotant.json +0 -88
  332. package/lib/schemas/scrutin/Scrutin.json +0 -187
  333. package/lib/schemas/scrutin/Votant.json +0 -37
  334. package/lib/scripts/bugs_helper.d.ts +0 -13
  335. package/lib/scripts/bugs_helper.js +0 -595
  336. package/lib/scripts/bugs_helper.mjs +0 -251
  337. package/lib/scripts/clean_reorganized_data.js +0 -613
  338. package/lib/scripts/clean_reorganized_data.mjs +0 -276
  339. package/lib/scripts/diff_amendements.js +0 -249
  340. package/lib/scripts/diff_amendements.mjs +0 -202
  341. package/lib/scripts/document_dossiers_legislatifs.js +0 -655
  342. package/lib/scripts/document_dossiers_legislatifs.mjs +0 -414
  343. package/lib/scripts/get_today_reunions.js +0 -37
  344. package/lib/scripts/get_today_reunions.mjs +0 -31
  345. package/lib/scripts/merge_scrutins.js +0 -97
  346. package/lib/scripts/merge_scrutins.mjs +0 -47
  347. package/lib/scripts/parse_textes_lois.d.ts +0 -1
  348. package/lib/scripts/parse_textes_lois.js +0 -171
  349. package/lib/scripts/parse_textes_lois.mjs +0 -140
  350. package/lib/scripts/process_open_dataset.js +0 -301
  351. package/lib/scripts/process_open_dataset.mjs +0 -134
  352. package/lib/scripts/raw_types_from_amendements.js +0 -135
  353. package/lib/scripts/raw_types_from_amendements.mjs +0 -134
  354. package/lib/scripts/reorganize_data.js +0 -805
  355. package/lib/scripts/reorganize_data.mjs +0 -517
  356. package/lib/scripts/retrieve_deputes_photos.js +0 -310
  357. package/lib/scripts/retrieve_deputes_photos.mjs +0 -158
  358. package/lib/scripts/retrieve_documents.js +0 -547
  359. package/lib/scripts/retrieve_documents.mjs +0 -242
  360. package/lib/scripts/retrieve_open_data.js +0 -107
  361. package/lib/scripts/retrieve_open_data.mjs +0 -26
  362. package/lib/scripts/retrieve_pending_amendments.js +0 -206
  363. package/lib/scripts/retrieve_pending_amendments.mjs +0 -57
  364. package/lib/scripts/retrieve_senateurs_photos.js +0 -234
  365. package/lib/scripts/retrieve_senateurs_photos.mjs +0 -116
  366. package/lib/scripts/retrieve_textes_lois.d.ts +0 -1
  367. package/lib/scripts/retrieve_textes_lois.js +0 -240
  368. package/lib/scripts/retrieve_textes_lois.mjs +0 -85
  369. package/lib/scripts/shared/cli_helpers.js +0 -89
  370. package/lib/scripts/shared/cli_helpers.mjs +0 -81
  371. package/lib/scripts/test_iter_load.js +0 -155
  372. package/lib/scripts/test_iter_load.mjs +0 -72
  373. package/lib/scripts/test_load.js +0 -26
  374. package/lib/scripts/test_load.mjs +0 -16
  375. package/lib/scripts/test_load_big_files.js +0 -26
  376. package/lib/scripts/test_load_big_files.mjs +0 -16
  377. package/lib/scripts/validate_json.js +0 -353
  378. package/lib/scripts/validate_json.mjs +0 -184
  379. package/lib/shared_types/codes_actes.js +0 -231
  380. package/lib/shared_types/codes_actes.mjs +0 -224
  381. package/lib/strings.js +0 -16
  382. package/lib/strings.mjs +0 -7
  383. package/lib/types/acteurs_et_organes.js +0 -965
  384. package/lib/types/acteurs_et_organes.mjs +0 -906
  385. package/lib/types/agendas.js +0 -628
  386. package/lib/types/agendas.mjs +0 -575
  387. package/lib/types/amendements.js +0 -899
  388. package/lib/types/amendements.mjs +0 -842
  389. package/lib/types/debats.js +0 -619
  390. package/lib/types/debats.mjs +0 -562
  391. package/lib/types/dossiers_legislatifs.js +0 -1188
  392. package/lib/types/dossiers_legislatifs.mjs +0 -1130
  393. package/lib/types/legislatures.js +0 -17
  394. package/lib/types/legislatures.mjs +0 -10
  395. package/lib/types/questions.js +0 -454
  396. package/lib/types/questions.mjs +0 -401
  397. package/lib/types/scrutins.js +0 -556
  398. package/lib/types/scrutins.mjs +0 -503
  399. package/lib/urls.js +0 -325
  400. package/lib/urls.mjs +0 -258
@@ -1,3191 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "definitions": {
4
- "ActeLegislatif": {
5
- "properties": {
6
- "actesLegislatifs": {
7
- "items": {
8
- "$ref": "#/definitions/ActeLegislatif"
9
- },
10
- "type": "array"
11
- },
12
- "anneeDecision": {
13
- "type": "string"
14
- },
15
- "auteurMotion": {
16
- "type": "string"
17
- },
18
- "auteursRefs": {
19
- "items": {
20
- "type": "string"
21
- },
22
- "type": "array"
23
- },
24
- "casSaisine": {
25
- "$ref": "#/definitions/TypeDeclaration"
26
- },
27
- "codeActe": {
28
- "$ref": "#/definitions/CodeActe"
29
- },
30
- "codeLoi": {
31
- "type": "string"
32
- },
33
- "contributionInternaute": {
34
- "$ref": "#/definitions/ContributionInternaute"
35
- },
36
- "dateActe": {
37
- "description": "Enables basic storage and retrieval of dates and times.",
38
- "format": "date-time",
39
- "type": "string"
40
- },
41
- "decision": {
42
- "$ref": "#/definitions/TypeDeclaration"
43
- },
44
- "formuleDecision": {
45
- "type": "string"
46
- },
47
- "infoJo": {
48
- "$ref": "#/definitions/InfoJo"
49
- },
50
- "infoJoRect": {
51
- "items": {
52
- "$ref": "#/definitions/InfoJo"
53
- },
54
- "type": "array"
55
- },
56
- "infoJoce": {
57
- "$ref": "#/definitions/InfoJoce"
58
- },
59
- "initiateur": {
60
- "$ref": "#/definitions/Initiateur"
61
- },
62
- "libelleActe": {
63
- "$ref": "#/definitions/LibelleActe"
64
- },
65
- "motif": {
66
- "enum": [
67
- "En application de l'article 61§2 de la Constitution"
68
- ],
69
- "type": "string"
70
- },
71
- "numDecision": {
72
- "type": "string"
73
- },
74
- "odj": {
75
- "$ref": "#/definitions/PointOdj"
76
- },
77
- "odjRef": {
78
- "type": "string"
79
- },
80
- "organe": {
81
- "$ref": "#/definitions/Organe"
82
- },
83
- "organeRef": {
84
- "type": "string"
85
- },
86
- "provenance": {
87
- "$ref": "#/definitions/Organe"
88
- },
89
- "provenanceRef": {
90
- "type": "string"
91
- },
92
- "rapporteurs": {
93
- "items": {
94
- "$ref": "#/definitions/Rapporteur"
95
- },
96
- "type": "array"
97
- },
98
- "referenceNor": {
99
- "type": "string"
100
- },
101
- "reunion": {
102
- "$ref": "#/definitions/Reunion"
103
- },
104
- "reunionRef": {
105
- "type": "string"
106
- },
107
- "statutAdoption": {
108
- "$ref": "#/definitions/TypeDeclaration"
109
- },
110
- "statutConclusion": {
111
- "$ref": "#/definitions/TypeDeclaration"
112
- },
113
- "texteAdopte": {
114
- "$ref": "#/definitions/Document"
115
- },
116
- "texteAdopteRef": {
117
- "type": "string"
118
- },
119
- "texteAssocie": {
120
- "$ref": "#/definitions/Document"
121
- },
122
- "texteAssocieRef": {
123
- "type": "string"
124
- },
125
- "texteEuropeen": {
126
- "$ref": "#/definitions/TexteEuropeen"
127
- },
128
- "texteLoiRef": {
129
- "type": "string"
130
- },
131
- "textesAssocies": {
132
- "items": {
133
- "$ref": "#/definitions/TexteAssocie"
134
- },
135
- "type": "array"
136
- },
137
- "titreLoi": {
138
- "type": "string"
139
- },
140
- "typeDeclaration": {
141
- "$ref": "#/definitions/TypeDeclaration"
142
- },
143
- "typeMotion": {
144
- "$ref": "#/definitions/TypeDeclaration"
145
- },
146
- "typeMotionCensure": {
147
- "$ref": "#/definitions/TypeDeclaration"
148
- },
149
- "uid": {
150
- "type": "string"
151
- },
152
- "urlConclusion": {
153
- "type": "string"
154
- },
155
- "urlEcheancierLoi": {
156
- "type": "string"
157
- },
158
- "urlLegifrance": {
159
- "type": "string"
160
- },
161
- "voteRefs": {
162
- "items": {
163
- "type": "string"
164
- },
165
- "type": "array"
166
- },
167
- "votes": {
168
- "items": {
169
- "$ref": "#/definitions/Scrutin"
170
- },
171
- "type": "array"
172
- },
173
- "xsiType": {
174
- "$ref": "#/definitions/TypeActeLegislatif"
175
- }
176
- },
177
- "type": "object"
178
- },
179
- "Acteur": {
180
- "properties": {
181
- "adresses": {
182
- "items": {
183
- "anyOf": [
184
- {
185
- "$ref": "#/definitions/AdresseElectronique"
186
- },
187
- {
188
- "$ref": "#/definitions/AdressePostale"
189
- }
190
- ]
191
- },
192
- "type": "array"
193
- },
194
- "etatCivil": {
195
- "$ref": "#/definitions/EtatCivil"
196
- },
197
- "mandats": {
198
- "items": {
199
- "$ref": "#/definitions/Mandat"
200
- },
201
- "type": "array"
202
- },
203
- "photo": {
204
- "$ref": "#/definitions/Photo"
205
- },
206
- "profession": {
207
- "$ref": "#/definitions/Profession"
208
- },
209
- "schemaVersion": {
210
- "type": "string"
211
- },
212
- "uid": {
213
- "type": "string"
214
- },
215
- "uriHatvp": {
216
- "type": "string"
217
- }
218
- },
219
- "type": "object"
220
- },
221
- "Action": {
222
- "enum": [
223
- "creation",
224
- "modification",
225
- "suppression"
226
- ],
227
- "type": "string"
228
- },
229
- "AdresseElectronique": {
230
- "properties": {
231
- "adresseDeRattachement": {
232
- "type": "string"
233
- },
234
- "poids": {
235
- "type": "string"
236
- },
237
- "type": {
238
- "type": "string"
239
- },
240
- "typeLibelle": {
241
- "type": "string"
242
- },
243
- "uid": {
244
- "type": "string"
245
- },
246
- "valElec": {
247
- "type": "string"
248
- },
249
- "xsiType": {
250
- "enum": [
251
- "AdresseMail_Type",
252
- "AdresseSiteWeb_Type",
253
- "AdresseTelephonique_Type"
254
- ],
255
- "type": "string"
256
- }
257
- },
258
- "type": "object"
259
- },
260
- "AdressePostale": {
261
- "properties": {
262
- "codePostal": {
263
- "type": "string"
264
- },
265
- "complementAdresse": {
266
- "type": "string"
267
- },
268
- "intitule": {
269
- "type": "string"
270
- },
271
- "nomRue": {
272
- "type": "string"
273
- },
274
- "numeroRue": {
275
- "type": "string"
276
- },
277
- "poids": {
278
- "type": "string"
279
- },
280
- "type": {
281
- "type": "string"
282
- },
283
- "typeLibelle": {
284
- "type": "string"
285
- },
286
- "uid": {
287
- "type": "string"
288
- },
289
- "ville": {
290
- "type": "string"
291
- },
292
- "xsiType": {
293
- "enum": [
294
- "AdressePostale_Type"
295
- ],
296
- "type": "string"
297
- }
298
- },
299
- "type": "object"
300
- },
301
- "Ae": {
302
- "properties": {
303
- "montantNegatif": {
304
- "type": "string"
305
- },
306
- "montantPositif": {
307
- "type": "string"
308
- }
309
- },
310
- "type": "object"
311
- },
312
- "Alinea": {
313
- "properties": {
314
- "alineaDesignation": {
315
- "type": "string"
316
- },
317
- "avantAApres": {
318
- "$ref": "#/definitions/AvantAApres"
319
- },
320
- "numero": {
321
- "type": "string"
322
- }
323
- },
324
- "type": "object"
325
- },
326
- "Amendement": {
327
- "properties": {
328
- "amendementParent": {
329
- "type": "string"
330
- },
331
- "article99": {
332
- "type": "string"
333
- },
334
- "cardinaliteAmdtMultiples": {
335
- "type": "string"
336
- },
337
- "corps": {
338
- "$ref": "#/definitions/Corps"
339
- },
340
- "dateDepot": {
341
- "description": "Enables basic storage and retrieval of dates and times.",
342
- "format": "date-time",
343
- "type": "string"
344
- },
345
- "dateDistribution": {
346
- "description": "Enables basic storage and retrieval of dates and times.",
347
- "format": "date-time",
348
- "type": "string"
349
- },
350
- "etapeTexte": {
351
- "$ref": "#/definitions/EtapeTexte"
352
- },
353
- "etat": {
354
- "$ref": "#/definitions/EtatAmendement"
355
- },
356
- "identifiant": {
357
- "$ref": "#/definitions/Identifiant"
358
- },
359
- "loiReference": {
360
- "$ref": "#/definitions/LoiReference"
361
- },
362
- "numeroLong": {
363
- "type": "string"
364
- },
365
- "pointeurFragmentTexte": {
366
- "$ref": "#/definitions/PointeurFragmentTexte"
367
- },
368
- "representations": {
369
- "items": {
370
- "$ref": "#/definitions/Representation"
371
- },
372
- "type": "array"
373
- },
374
- "schemaVersion": {
375
- "type": "string"
376
- },
377
- "seanceDiscussion": {
378
- "type": "string"
379
- },
380
- "signataires": {
381
- "$ref": "#/definitions/Signataires"
382
- },
383
- "sort": {
384
- "$ref": "#/definitions/SortAmendementAvecDate"
385
- },
386
- "triAmendement": {
387
- "type": "string"
388
- },
389
- "uid": {
390
- "type": "string"
391
- }
392
- },
393
- "type": "object"
394
- },
395
- "Amendements": {
396
- "properties": {
397
- "textesLegislatifs": {
398
- "items": {
399
- "$ref": "#/definitions/TexteLegislatif"
400
- },
401
- "type": "array"
402
- }
403
- },
404
- "type": "object"
405
- },
406
- "AmendementsCommission": {
407
- "properties": {
408
- "amendable": {
409
- "type": "boolean"
410
- },
411
- "organeRef": {
412
- "type": "string"
413
- }
414
- },
415
- "type": "object"
416
- },
417
- "AmendementsSeance": {
418
- "properties": {
419
- "amendable": {
420
- "type": "boolean"
421
- }
422
- },
423
- "type": "object"
424
- },
425
- "Auteur": {
426
- "properties": {
427
- "acteur": {
428
- "$ref": "#/definitions/AuteurActeur"
429
- },
430
- "organe": {
431
- "$ref": "#/definitions/Organe"
432
- },
433
- "organeRef": {
434
- "type": "string"
435
- }
436
- },
437
- "type": "object"
438
- },
439
- "AuteurActeur": {
440
- "properties": {
441
- "acteur": {
442
- "$ref": "#/definitions/Acteur"
443
- },
444
- "acteurRef": {
445
- "type": "string"
446
- },
447
- "qualite": {
448
- "$ref": "#/definitions/Qualite"
449
- }
450
- },
451
- "type": "object"
452
- },
453
- "Auteur_1": {
454
- "properties": {
455
- "acteur": {
456
- "$ref": "#/definitions/Acteur"
457
- },
458
- "acteurRef": {
459
- "type": "string"
460
- },
461
- "groupePolitique": {
462
- "$ref": "#/definitions/Organe"
463
- },
464
- "groupePolitiqueRef": {
465
- "type": "string"
466
- },
467
- "organe": {
468
- "$ref": "#/definitions/Organe"
469
- },
470
- "organeRef": {
471
- "type": "string"
472
- },
473
- "typeAuteur": {
474
- "$ref": "#/definitions/TypeAuteur"
475
- }
476
- },
477
- "type": "object"
478
- },
479
- "AvantAApres": {
480
- "enum": [
481
- "A",
482
- "Apres",
483
- "Avant"
484
- ],
485
- "type": "string"
486
- },
487
- "AvantAppel": {
488
- "properties": {
489
- "dispositif": {
490
- "type": "string"
491
- }
492
- },
493
- "type": "object"
494
- },
495
- "Cause": {
496
- "enum": [
497
- "Dossier absorbé",
498
- "Examen commun"
499
- ],
500
- "type": "string"
501
- },
502
- "CausePositionVote": {
503
- "enum": [
504
- "MG",
505
- "PAN",
506
- "PSE"
507
- ],
508
- "type": "string"
509
- },
510
- "Chrono": {
511
- "properties": {
512
- "dateCreation": {
513
- "description": "Enables basic storage and retrieval of dates and times.",
514
- "format": "date-time",
515
- "type": "string"
516
- },
517
- "dateDepot": {
518
- "description": "Enables basic storage and retrieval of dates and times.",
519
- "format": "date-time",
520
- "type": "string"
521
- },
522
- "datePublication": {
523
- "description": "Enables basic storage and retrieval of dates and times.",
524
- "format": "date-time",
525
- "type": "string"
526
- },
527
- "datePublicationWeb": {
528
- "description": "Enables basic storage and retrieval of dates and times.",
529
- "format": "date-time",
530
- "type": "string"
531
- }
532
- },
533
- "type": "object"
534
- },
535
- "Chrono_1": {
536
- "properties": {
537
- "cloture": {
538
- "description": "Enables basic storage and retrieval of dates and times.",
539
- "format": "date-time",
540
- "type": "string"
541
- },
542
- "creation": {
543
- "description": "Enables basic storage and retrieval of dates and times.",
544
- "format": "date-time",
545
- "type": "string"
546
- }
547
- },
548
- "type": "object"
549
- },
550
- "Civ": {
551
- "enum": [
552
- "M.",
553
- "Mme"
554
- ],
555
- "type": "string"
556
- },
557
- "Civ_1": {
558
- "enum": [
559
- "M.",
560
- "Mme"
561
- ],
562
- "type": "string"
563
- },
564
- "Classification": {
565
- "properties": {
566
- "famille": {
567
- "$ref": "#/definitions/Famille"
568
- },
569
- "sousType": {
570
- "$ref": "#/definitions/SousType"
571
- },
572
- "statutAdoption": {
573
- "enum": [
574
- "ADOPTCOM"
575
- ],
576
- "type": "string"
577
- },
578
- "type": {
579
- "$ref": "#/definitions/ProcedureParlementaire"
580
- }
581
- },
582
- "type": "object"
583
- },
584
- "CoSignataireElement": {
585
- "properties": {
586
- "acteurRef": {
587
- "type": "string"
588
- },
589
- "dateCosignature": {
590
- "type": "string"
591
- },
592
- "dateRetraitCosignature": {
593
- "type": "string"
594
- },
595
- "edite": {
596
- "type": "boolean"
597
- },
598
- "organe": {
599
- "$ref": "#/definitions/CoSignataireOrgane"
600
- }
601
- },
602
- "type": "object"
603
- },
604
- "CoSignataireOrgane": {
605
- "properties": {
606
- "etApparentes": {
607
- "type": "boolean"
608
- },
609
- "organeRef": {
610
- "type": "string"
611
- }
612
- },
613
- "type": "object"
614
- },
615
- "Code": {
616
- "enum": [
617
- "adopté",
618
- "rejeté"
619
- ],
620
- "type": "string"
621
- },
622
- "CodeActe": {
623
- "enum": [
624
- "AN-APPLI",
625
- "AN-APPLI-RAPPORT",
626
- "AN1",
627
- "AN1-ACIN",
628
- "AN1-AVCE",
629
- "AN1-COM",
630
- "AN1-COM-AVIS",
631
- "AN1-COM-AVIS-NOMIN",
632
- "AN1-COM-AVIS-RAPPORT",
633
- "AN1-COM-AVIS-REUNION",
634
- "AN1-COM-AVIS-SAISIE",
635
- "AN1-COM-FOND",
636
- "AN1-COM-FOND-NOMIN",
637
- "AN1-COM-FOND-RAPPORT",
638
- "AN1-COM-FOND-REUNION",
639
- "AN1-COM-FOND-SAISIE",
640
- "AN1-DEBATS",
641
- "AN1-DEBATS-DEC",
642
- "AN1-DEBATS-MOTION",
643
- "AN1-DEBATS-MOTION-VOTE",
644
- "AN1-DEBATS-SEANCE",
645
- "AN1-DEPOT",
646
- "AN1-DGVT",
647
- "AN1-DPTLETTRECT",
648
- "AN1-ETI",
649
- "AN1-MOTION",
650
- "AN1-PROCACC",
651
- "AN1-RECBUREAU",
652
- "AN1-RTRINI",
653
- "AN2",
654
- "AN2-COM",
655
- "AN2-COM-AVIS",
656
- "AN2-COM-AVIS-RAPPORT",
657
- "AN2-COM-AVIS-REUNION",
658
- "AN2-COM-AVIS-SAISIE",
659
- "AN2-COM-FOND",
660
- "AN2-COM-FOND-NOMIN",
661
- "AN2-COM-FOND-RAPPORT",
662
- "AN2-COM-FOND-REUNION",
663
- "AN2-COM-FOND-SAISIE",
664
- "AN2-DEBATS",
665
- "AN2-DEBATS-DEC",
666
- "AN2-DEBATS-SEANCE",
667
- "AN2-DEPOT",
668
- "AN20",
669
- "AN20-COMENQ",
670
- "AN20-COMENQ-CREA",
671
- "AN20-COMENQ-NOMIN",
672
- "AN20-COMENQ-RAPPORT",
673
- "AN20-MISINF",
674
- "AN20-MISINF-CREA",
675
- "AN20-MISINF-NOMIN",
676
- "AN20-MISINF-RAPPORT",
677
- "AN20-RAPPORT",
678
- "AN21",
679
- "AN21-APAN",
680
- "AN21-DEBATS",
681
- "AN21-DEBATS-MOTION-VOTE",
682
- "AN21-DEBATS-SEANCE",
683
- "AN21-DGVT",
684
- "AN21-MOTION",
685
- "ANLDEF",
686
- "ANLDEF-COM",
687
- "ANLDEF-COM-FOND",
688
- "ANLDEF-COM-FOND-RAPPORT",
689
- "ANLDEF-COM-FOND-REUNION",
690
- "ANLDEF-COM-FOND-SAISIE",
691
- "ANLDEF-DEBATS",
692
- "ANLDEF-DEBATS-DEC",
693
- "ANLDEF-DEBATS-SEANCE",
694
- "ANLDEF-DEPOT",
695
- "ANLDEF-DGVT",
696
- "ANLUNI",
697
- "ANLUNI-COM",
698
- "ANLUNI-COM-CAE",
699
- "ANLUNI-COM-CAE-DEC",
700
- "ANLUNI-COM-CAE-NOMIN",
701
- "ANLUNI-COM-CAE-RAPPORT",
702
- "ANLUNI-COM-CAE-REUNION",
703
- "ANLUNI-COM-CAE-SAISIE",
704
- "ANLUNI-COM-FOND",
705
- "ANLUNI-COM-FOND-NOMIN",
706
- "ANLUNI-COM-FOND-RAPPORT",
707
- "ANLUNI-COM-FOND-REUNION",
708
- "ANLUNI-COM-FOND-SAISIE",
709
- "ANLUNI-DEBATS",
710
- "ANLUNI-DEBATS-DEC",
711
- "ANLUNI-DEBATS-SEANCE",
712
- "ANLUNI-DEPOT",
713
- "ANLUNI-RTRINI",
714
- "ANNLEC",
715
- "ANNLEC-COM",
716
- "ANNLEC-COM-AVIS",
717
- "ANNLEC-COM-AVIS-NOMIN",
718
- "ANNLEC-COM-AVIS-RAPPORT",
719
- "ANNLEC-COM-AVIS-REUNION",
720
- "ANNLEC-COM-AVIS-SAISIE",
721
- "ANNLEC-COM-FOND",
722
- "ANNLEC-COM-FOND-NOMIN",
723
- "ANNLEC-COM-FOND-RAPPORT",
724
- "ANNLEC-COM-FOND-REUNION",
725
- "ANNLEC-COM-FOND-SAISIE",
726
- "ANNLEC-DEBATS",
727
- "ANNLEC-DEBATS-DEC",
728
- "ANNLEC-DEBATS-MOTION-VOTE",
729
- "ANNLEC-DEBATS-SEANCE",
730
- "ANNLEC-DEPOT",
731
- "ANNLEC-DGVT",
732
- "ANNLEC-MOTION",
733
- "CC",
734
- "CC-CONCLUSION",
735
- "CC-SAISIE-AN",
736
- "CC-SAISIE-DROIT",
737
- "CC-SAISIE-PAN",
738
- "CC-SAISIE-PM",
739
- "CC-SAISIE-PR",
740
- "CC-SAISIE-PSN",
741
- "CC-SAISIE-SN",
742
- "CMP",
743
- "CMP-COM",
744
- "CMP-COM-NOMIN",
745
- "CMP-COM-RAPPORT-AN",
746
- "CMP-COM-RAPPORT-SN",
747
- "CMP-DEBATS-AN",
748
- "CMP-DEBATS-AN-DEC",
749
- "CMP-DEBATS-AN-SEANCE",
750
- "CMP-DEBATS-SN",
751
- "CMP-DEBATS-SN-DEC",
752
- "CMP-DEBATS-SN-SEANCE",
753
- "CMP-DEC",
754
- "CMP-DEPOT",
755
- "CMP-SAISIE",
756
- "EU",
757
- "EU-DEC",
758
- "PROM",
759
- "PROM-PUB",
760
- "SN1",
761
- "SN1-AVCE",
762
- "SN1-COM",
763
- "SN1-COM-AVIS",
764
- "SN1-COM-AVIS-NOMIN",
765
- "SN1-COM-AVIS-RAPPORT",
766
- "SN1-COM-AVIS-SAISIE",
767
- "SN1-COM-FOND",
768
- "SN1-COM-FOND-NOMIN",
769
- "SN1-COM-FOND-RAPPORT",
770
- "SN1-COM-FOND-SAISIE",
771
- "SN1-DEBATS",
772
- "SN1-DEBATS-DEC",
773
- "SN1-DEBATS-MOTION",
774
- "SN1-DEBATS-MOTION-VOTE",
775
- "SN1-DEBATS-SEANCE",
776
- "SN1-DEPOT",
777
- "SN1-DPTLETTRECT",
778
- "SN1-ETI",
779
- "SN1-PROCACC",
780
- "SN1-RTRINI",
781
- "SN2",
782
- "SN2-COM",
783
- "SN2-COM-AVIS",
784
- "SN2-COM-AVIS-NOMIN",
785
- "SN2-COM-AVIS-RAPPORT",
786
- "SN2-COM-AVIS-SAISIE",
787
- "SN2-COM-FOND",
788
- "SN2-COM-FOND-NOMIN",
789
- "SN2-COM-FOND-RAPPORT",
790
- "SN2-COM-FOND-SAISIE",
791
- "SN2-DEBATS",
792
- "SN2-DEBATS-DEC",
793
- "SN2-DEBATS-SEANCE",
794
- "SN2-DEPOT",
795
- "SN3",
796
- "SN3-COM",
797
- "SN3-COM-FOND",
798
- "SN3-COM-FOND-RAPPORT",
799
- "SN3-COM-FOND-SAISIE",
800
- "SN3-DEBATS",
801
- "SN3-DEBATS-DEC",
802
- "SN3-DEBATS-SEANCE",
803
- "SN3-DEPOT",
804
- "SNNLEC",
805
- "SNNLEC-COM",
806
- "SNNLEC-COM-FOND",
807
- "SNNLEC-COM-FOND-NOMIN",
808
- "SNNLEC-COM-FOND-RAPPORT",
809
- "SNNLEC-COM-FOND-SAISIE",
810
- "SNNLEC-DEBATS",
811
- "SNNLEC-DEBATS-DEC",
812
- "SNNLEC-DEBATS-SEANCE",
813
- "SNNLEC-DEPOT"
814
- ],
815
- "type": "string"
816
- },
817
- "CodeMissionPlf": {
818
- "enum": [
819
- "B",
820
- "C",
821
- "D"
822
- ],
823
- "type": "string"
824
- },
825
- "CodeTypeOrgane": {
826
- "enum": [
827
- "API",
828
- "ASSEMBLEE",
829
- "CJR",
830
- "CMP",
831
- "CNPE",
832
- "CNPS",
833
- "COMNL",
834
- "COMPER",
835
- "COMSENAT",
836
- "COMSPSENAT",
837
- "CONFPT",
838
- "CONSTITU",
839
- "DELEG",
840
- "DELEGBUREAU",
841
- "DELEGSENAT",
842
- "GA",
843
- "GE",
844
- "GEVI",
845
- "GOUVERNEMENT",
846
- "GP",
847
- "GROUPESENAT",
848
- "HCJ",
849
- "MINISTERE",
850
- "MISINFO",
851
- "MISINFOCOM",
852
- "MISINFOPRE",
853
- "OFFPAR",
854
- "ORGAINT",
855
- "ORGEXTPARL",
856
- "PARPOL",
857
- "PRESREP",
858
- "SENAT"
859
- ],
860
- "type": "string"
861
- },
862
- "CodeTypeVote": {
863
- "enum": [
864
- "MOC",
865
- "SAT",
866
- "SPO",
867
- "SPS",
868
- "SSG"
869
- ],
870
- "type": "string"
871
- },
872
- "Collaborateur": {
873
- "properties": {
874
- "nom": {
875
- "type": "string"
876
- },
877
- "prenom": {
878
- "type": "string"
879
- },
880
- "qualite": {
881
- "$ref": "#/definitions/Civ"
882
- }
883
- },
884
- "type": "object"
885
- },
886
- "Contenu": {
887
- "properties": {
888
- "documentURI": {
889
- "type": "string"
890
- }
891
- },
892
- "type": "object"
893
- },
894
- "ContributionInternaute": {
895
- "properties": {
896
- "dateFermeture": {
897
- "type": "string"
898
- },
899
- "dateOuverture": {
900
- "type": "string"
901
- }
902
- },
903
- "type": "object"
904
- },
905
- "Convert": {
906
- "type": "object"
907
- },
908
- "Corps": {
909
- "properties": {
910
- "avantAppel": {
911
- "$ref": "#/definitions/AvantAppel"
912
- },
913
- "cartoucheDelaiDepotDepasse": {
914
- "type": "string"
915
- },
916
- "dispositif": {
917
- "type": "string"
918
- },
919
- "dispositifAmdtCredit": {
920
- "$ref": "#/definitions/DispositifAmdtCredit"
921
- },
922
- "exposeSommaire": {
923
- "type": "string"
924
- }
925
- },
926
- "type": "object"
927
- },
928
- "Correction": {
929
- "properties": {
930
- "niveauCorrection": {
931
- "type": "string"
932
- },
933
- "typeCorrection": {
934
- "enum": [
935
- "Rectifié"
936
- ],
937
- "type": "string"
938
- }
939
- },
940
- "type": "object"
941
- },
942
- "CycleDeVie": {
943
- "properties": {
944
- "chrono": {
945
- "$ref": "#/definitions/Chrono"
946
- }
947
- },
948
- "type": "object"
949
- },
950
- "CycleDeVie_1": {
951
- "properties": {
952
- "chrono": {
953
- "$ref": "#/definitions/Chrono_1"
954
- },
955
- "etat": {
956
- "$ref": "#/definitions/EtatCycleDeVie"
957
- }
958
- },
959
- "type": "object"
960
- },
961
- "DecompteNominatif": {
962
- "properties": {
963
- "abstentions": {
964
- "items": {
965
- "$ref": "#/definitions/Votant"
966
- },
967
- "type": "array"
968
- },
969
- "contre": {
970
- "items": {
971
- "$ref": "#/definitions/Votant"
972
- },
973
- "type": "array"
974
- },
975
- "nonVotants": {
976
- "items": {
977
- "$ref": "#/definitions/Votant"
978
- },
979
- "type": "array"
980
- },
981
- "pour": {
982
- "items": {
983
- "$ref": "#/definitions/Votant"
984
- },
985
- "type": "array"
986
- }
987
- },
988
- "type": "object"
989
- },
990
- "DecompteVoix": {
991
- "properties": {
992
- "abstentions": {
993
- "type": "string"
994
- },
995
- "contre": {
996
- "type": "string"
997
- },
998
- "nonVotants": {
999
- "type": "string"
1000
- },
1001
- "nonVotantsVolontaires": {
1002
- "type": "string"
1003
- },
1004
- "pour": {
1005
- "type": "string"
1006
- }
1007
- },
1008
- "type": "object"
1009
- },
1010
- "Demandeur": {
1011
- "properties": {
1012
- "texte": {
1013
- "type": "string"
1014
- }
1015
- },
1016
- "type": "object"
1017
- },
1018
- "DemandeurActeur": {
1019
- "properties": {
1020
- "acteur": {
1021
- "$ref": "#/definitions/Acteur"
1022
- },
1023
- "acteurRef": {
1024
- "type": "string"
1025
- },
1026
- "nom": {
1027
- "type": "string"
1028
- }
1029
- },
1030
- "type": "object"
1031
- },
1032
- "DemandeurOrgane": {
1033
- "properties": {
1034
- "nom": {
1035
- "type": "string"
1036
- },
1037
- "organe": {
1038
- "$ref": "#/definitions/Organe"
1039
- },
1040
- "organeRef": {
1041
- "type": "string"
1042
- }
1043
- },
1044
- "type": "object"
1045
- },
1046
- "Demandeurs": {
1047
- "properties": {
1048
- "acteurs": {
1049
- "items": {
1050
- "$ref": "#/definitions/DemandeurActeur"
1051
- },
1052
- "type": "array"
1053
- },
1054
- "organe": {
1055
- "$ref": "#/definitions/DemandeurOrgane"
1056
- }
1057
- },
1058
- "type": "object"
1059
- },
1060
- "DepotAmendements": {
1061
- "properties": {
1062
- "amendementsCommission": {
1063
- "items": {
1064
- "$ref": "#/definitions/AmendementsCommission"
1065
- },
1066
- "type": "array"
1067
- },
1068
- "amendementsSeance": {
1069
- "$ref": "#/definitions/AmendementsSeance"
1070
- }
1071
- },
1072
- "type": "object"
1073
- },
1074
- "DispositifAmdtCredit": {
1075
- "properties": {
1076
- "listeProgrammes": {
1077
- "items": {
1078
- "$ref": "#/definitions/Programme"
1079
- },
1080
- "type": "array"
1081
- },
1082
- "totalAE": {
1083
- "$ref": "#/definitions/Total"
1084
- },
1085
- "totalCP": {
1086
- "$ref": "#/definitions/Total"
1087
- }
1088
- },
1089
- "type": "object"
1090
- },
1091
- "Division": {
1092
- "properties": {
1093
- "auteurs": {
1094
- "items": {
1095
- "$ref": "#/definitions/Auteur"
1096
- },
1097
- "type": "array"
1098
- },
1099
- "classification": {
1100
- "$ref": "#/definitions/Classification"
1101
- },
1102
- "correction": {
1103
- "$ref": "#/definitions/Correction"
1104
- },
1105
- "cycleDeVie": {
1106
- "$ref": "#/definitions/CycleDeVie"
1107
- },
1108
- "denominationStructurelle": {
1109
- "type": "string"
1110
- },
1111
- "divisions": {
1112
- "items": {
1113
- "$ref": "#/definitions/Division"
1114
- },
1115
- "type": "array"
1116
- },
1117
- "dossier": {
1118
- "$ref": "#/definitions/DossierParlementaire"
1119
- },
1120
- "dossierRef": {
1121
- "type": "string"
1122
- },
1123
- "imprimerie": {
1124
- "$ref": "#/definitions/Imprimerie"
1125
- },
1126
- "indexation": {
1127
- "$ref": "#/definitions/Indexation"
1128
- },
1129
- "legislature": {
1130
- "type": "string"
1131
- },
1132
- "notice": {
1133
- "$ref": "#/definitions/Notice"
1134
- },
1135
- "titres": {
1136
- "$ref": "#/definitions/Titres"
1137
- },
1138
- "uid": {
1139
- "type": "string"
1140
- },
1141
- "xsiType": {
1142
- "$ref": "#/definitions/TypeDocument"
1143
- }
1144
- },
1145
- "type": "object"
1146
- },
1147
- "DivisionType": {
1148
- "enum": [
1149
- "ANNEXE",
1150
- "ARTICLE",
1151
- "CHAPITRE",
1152
- "TITRE"
1153
- ],
1154
- "type": "string"
1155
- },
1156
- "Division_1": {
1157
- "properties": {
1158
- "articleAdditionnel": {
1159
- "type": "string"
1160
- },
1161
- "articleDesignationCourte": {
1162
- "type": "string"
1163
- },
1164
- "avantAApres": {
1165
- "$ref": "#/definitions/AvantAApres"
1166
- },
1167
- "chapitreAdditionnel": {
1168
- "type": "string"
1169
- },
1170
- "divisionRattachee": {
1171
- "type": "string"
1172
- },
1173
- "titre": {
1174
- "type": "string"
1175
- },
1176
- "type": {
1177
- "$ref": "#/definitions/DivisionType"
1178
- },
1179
- "urlDivisionTexteVise": {
1180
- "type": "string"
1181
- }
1182
- },
1183
- "type": "object"
1184
- },
1185
- "Document": {
1186
- "properties": {
1187
- "auteurs": {
1188
- "items": {
1189
- "$ref": "#/definitions/Auteur"
1190
- },
1191
- "type": "array"
1192
- },
1193
- "classification": {
1194
- "$ref": "#/definitions/Classification"
1195
- },
1196
- "coSignataires": {
1197
- "items": {
1198
- "$ref": "#/definitions/CoSignataireElement"
1199
- },
1200
- "type": "array"
1201
- },
1202
- "correction": {
1203
- "$ref": "#/definitions/Correction"
1204
- },
1205
- "cycleDeVie": {
1206
- "$ref": "#/definitions/CycleDeVie"
1207
- },
1208
- "denominationStructurelle": {
1209
- "$ref": "#/definitions/DocumentDenominationStructurelle"
1210
- },
1211
- "depotAmendements": {
1212
- "$ref": "#/definitions/DepotAmendements"
1213
- },
1214
- "divisions": {
1215
- "items": {
1216
- "$ref": "#/definitions/Division"
1217
- },
1218
- "type": "array"
1219
- },
1220
- "dossier": {
1221
- "$ref": "#/definitions/DossierParlementaire"
1222
- },
1223
- "dossierRef": {
1224
- "type": "string"
1225
- },
1226
- "imprimerie": {
1227
- "$ref": "#/definitions/Imprimerie"
1228
- },
1229
- "indexation": {
1230
- "$ref": "#/definitions/Indexation"
1231
- },
1232
- "legislature": {
1233
- "type": "string"
1234
- },
1235
- "notice": {
1236
- "$ref": "#/definitions/Notice"
1237
- },
1238
- "provenance": {
1239
- "$ref": "#/definitions/Provenance"
1240
- },
1241
- "schemaVersion": {
1242
- "type": "string"
1243
- },
1244
- "titres": {
1245
- "$ref": "#/definitions/Titres"
1246
- },
1247
- "uid": {
1248
- "type": "string"
1249
- },
1250
- "xsiType": {
1251
- "$ref": "#/definitions/TypeDocument"
1252
- }
1253
- },
1254
- "type": "object"
1255
- },
1256
- "DocumentDenominationStructurelle": {
1257
- "enum": [
1258
- "Avis",
1259
- "Déclaration",
1260
- "Lettre",
1261
- "Projet de loi",
1262
- "Proposition de loi",
1263
- "Proposition de résolution",
1264
- "Rapport",
1265
- "Rapport d'information"
1266
- ],
1267
- "type": "string"
1268
- },
1269
- "DossierParlementaire": {
1270
- "properties": {
1271
- "actesLegislatifs": {
1272
- "items": {
1273
- "$ref": "#/definitions/ActeLegislatif"
1274
- },
1275
- "type": "array"
1276
- },
1277
- "fusionDossier": {
1278
- "$ref": "#/definitions/FusionDossier"
1279
- },
1280
- "indexation": {
1281
- "$ref": "#/definitions/Indexation"
1282
- },
1283
- "initiateur": {
1284
- "$ref": "#/definitions/Initiateur"
1285
- },
1286
- "legislature": {
1287
- "type": "string"
1288
- },
1289
- "plf": {
1290
- "items": {
1291
- "$ref": "#/definitions/EtudePlf"
1292
- },
1293
- "type": "array"
1294
- },
1295
- "procedureParlementaire": {
1296
- "$ref": "#/definitions/ProcedureParlementaire"
1297
- },
1298
- "schemaVersion": {
1299
- "type": "string"
1300
- },
1301
- "titreDossier": {
1302
- "$ref": "#/definitions/TitreDossier"
1303
- },
1304
- "uid": {
1305
- "type": "string"
1306
- },
1307
- "xsiType": {
1308
- "$ref": "#/definitions/DossierParlementaireXsiType"
1309
- }
1310
- },
1311
- "type": "object"
1312
- },
1313
- "DossierParlementaireXsiType": {
1314
- "enum": [
1315
- "DossierCommissionEnquete_Type",
1316
- "DossierIniativeExecutif_Type",
1317
- "DossierLegislatif_Type",
1318
- "DossierMissionControle_Type",
1319
- "DossierMissionInformation_Type",
1320
- "DossierResolutionAN"
1321
- ],
1322
- "type": "string"
1323
- },
1324
- "Dysfonctionnement": {
1325
- "properties": {
1326
- "abstentions": {
1327
- "items": {
1328
- "$ref": "#/definitions/Votant"
1329
- },
1330
- "type": "array"
1331
- },
1332
- "contre": {
1333
- "items": {
1334
- "$ref": "#/definitions/Votant"
1335
- },
1336
- "type": "array"
1337
- },
1338
- "nonVotants": {
1339
- "items": {
1340
- "$ref": "#/definitions/Votant"
1341
- },
1342
- "type": "array"
1343
- },
1344
- "nonVotantsVolontaires": {
1345
- "items": {
1346
- "$ref": "#/definitions/Votant"
1347
- },
1348
- "type": "array"
1349
- },
1350
- "pour": {
1351
- "items": {
1352
- "$ref": "#/definitions/Votant"
1353
- },
1354
- "type": "array"
1355
- }
1356
- },
1357
- "type": "object"
1358
- },
1359
- "Election": {
1360
- "properties": {
1361
- "causeMandat": {
1362
- "type": "string"
1363
- },
1364
- "lieu": {
1365
- "$ref": "#/definitions/Lieu"
1366
- },
1367
- "refCirconscription": {
1368
- "type": "string"
1369
- }
1370
- },
1371
- "type": "object"
1372
- },
1373
- "EtapeTexte": {
1374
- "enum": [
1375
- "1ère lecture (1ère assemblée saisie)",
1376
- "1ère lecture (2ème assemblée saisie)",
1377
- "Lecture définitive",
1378
- "Lecture texte CMP",
1379
- "Lecture unique",
1380
- "Nouvelle Lecture",
1381
- "deuxième lecture"
1382
- ],
1383
- "type": "string"
1384
- },
1385
- "EtatAmendement": {
1386
- "enum": [
1387
- "A discuter",
1388
- "A déposer",
1389
- "Discuté",
1390
- "En recevabilité",
1391
- "En traitement",
1392
- "Irrecevable",
1393
- "Irrecevable 40",
1394
- "Retiré"
1395
- ],
1396
- "type": "string"
1397
- },
1398
- "EtatCivil": {
1399
- "properties": {
1400
- "dateDeces": {
1401
- "description": "Enables basic storage and retrieval of dates and times.",
1402
- "format": "date-time",
1403
- "type": "string"
1404
- },
1405
- "ident": {
1406
- "$ref": "#/definitions/Ident"
1407
- },
1408
- "infoNaissance": {
1409
- "$ref": "#/definitions/InfoNaissance"
1410
- }
1411
- },
1412
- "type": "object"
1413
- },
1414
- "EtatCycleDeVie": {
1415
- "enum": [
1416
- "Annulé",
1417
- "Confirmé",
1418
- "Eventuel",
1419
- "Supprimé"
1420
- ],
1421
- "type": "string"
1422
- },
1423
- "EtudePlf": {
1424
- "properties": {
1425
- "missionMinefi": {
1426
- "$ref": "#/definitions/MissionMinefi"
1427
- },
1428
- "ordreCommission": {
1429
- "type": "string"
1430
- },
1431
- "ordreDiqs": {
1432
- "type": "string"
1433
- },
1434
- "organeRef": {
1435
- "type": "string"
1436
- },
1437
- "rapporteurs": {
1438
- "items": {
1439
- "$ref": "#/definitions/Rapporteur"
1440
- },
1441
- "type": "array"
1442
- },
1443
- "texteAssocie": {
1444
- "type": "string"
1445
- },
1446
- "uid": {
1447
- "type": "string"
1448
- }
1449
- },
1450
- "type": "object"
1451
- },
1452
- "FamCode": {
1453
- "enum": [
1454
- "02",
1455
- "Art.49.3",
1456
- "ETTD01",
1457
- "TCCMP01",
1458
- "TCCMP02",
1459
- "TCD01",
1460
- "TCD02",
1461
- "TCD03",
1462
- "TCD04",
1463
- "TMP02",
1464
- "TMP03",
1465
- "TMP05",
1466
- "TMP06",
1467
- "TMRC01",
1468
- "TSCCONT01",
1469
- "TSCCONT02",
1470
- "TSCCONT03",
1471
- "TSCCONT04",
1472
- "TSCCONT05",
1473
- "TSCCONT06",
1474
- "TSCCONT07",
1475
- "TSORTF01",
1476
- "TSORTF02",
1477
- "TSORTF03",
1478
- "TSORTF04",
1479
- "TSORTF05",
1480
- "TSORTF06",
1481
- "TSORTF07",
1482
- "TSORTF14",
1483
- "TSORTF18",
1484
- "TSORTF19",
1485
- "TSORTF20",
1486
- "TSORTF21",
1487
- "TSORTF23",
1488
- "TSORTMOT01",
1489
- "TSORTMOT02"
1490
- ],
1491
- "type": "string"
1492
- },
1493
- "FamSocPro": {
1494
- "enum": [
1495
- "Agriculteurs exploitants",
1496
- "Artisans, commerçants et chefs d'entreprise",
1497
- "Autres personnes sans activité professionnelle",
1498
- "Cadres et professions intellectuelles supérieures",
1499
- "Employés",
1500
- "Ouvriers",
1501
- "Professions Intermédiaires",
1502
- "Retraités",
1503
- "Sans profession déclarée"
1504
- ],
1505
- "type": "string"
1506
- },
1507
- "Famille": {
1508
- "properties": {
1509
- "classe": {
1510
- "$ref": "#/definitions/ProcedureParlementaire"
1511
- },
1512
- "depot": {
1513
- "$ref": "#/definitions/ProcedureParlementaire"
1514
- },
1515
- "espece": {
1516
- "$ref": "#/definitions/ProcedureParlementaire"
1517
- }
1518
- },
1519
- "type": "object"
1520
- },
1521
- "FormatReunion": {
1522
- "enum": [
1523
- "AuditionExterne",
1524
- "AuditionParPresidentCommission",
1525
- "Ordinaire"
1526
- ],
1527
- "type": "string"
1528
- },
1529
- "FusionDossier": {
1530
- "properties": {
1531
- "cause": {
1532
- "$ref": "#/definitions/Cause"
1533
- },
1534
- "dossierAbsorbantRef": {
1535
- "type": "string"
1536
- }
1537
- },
1538
- "type": "object"
1539
- },
1540
- "Groupe": {
1541
- "properties": {
1542
- "nombreMembresGroupe": {
1543
- "type": "string"
1544
- },
1545
- "organeRef": {
1546
- "type": "string"
1547
- },
1548
- "vote": {
1549
- "$ref": "#/definitions/Vote"
1550
- }
1551
- },
1552
- "type": "object"
1553
- },
1554
- "Ident": {
1555
- "properties": {
1556
- "alpha": {
1557
- "type": "string"
1558
- },
1559
- "civ": {
1560
- "$ref": "#/definitions/Civ"
1561
- },
1562
- "nom": {
1563
- "type": "string"
1564
- },
1565
- "prenom": {
1566
- "type": "string"
1567
- },
1568
- "trigramme": {
1569
- "type": "string"
1570
- }
1571
- },
1572
- "type": "object"
1573
- },
1574
- "Ident_1": {
1575
- "properties": {
1576
- "alpha": {
1577
- "type": "string"
1578
- },
1579
- "civ": {
1580
- "$ref": "#/definitions/Civ_1"
1581
- },
1582
- "nom": {
1583
- "type": "string"
1584
- },
1585
- "prenom": {
1586
- "type": "string"
1587
- },
1588
- "trigramme": {
1589
- "type": "string"
1590
- }
1591
- },
1592
- "type": "object"
1593
- },
1594
- "Identifiant": {
1595
- "properties": {
1596
- "legislature": {
1597
- "type": "string"
1598
- },
1599
- "numRect": {
1600
- "type": "string"
1601
- },
1602
- "numero": {
1603
- "type": "string"
1604
- },
1605
- "saisine": {
1606
- "$ref": "#/definitions/Saisine"
1607
- }
1608
- },
1609
- "type": "object"
1610
- },
1611
- "Identifiants": {
1612
- "properties": {
1613
- "dateSeance": {
1614
- "type": "string"
1615
- },
1616
- "idJo": {
1617
- "type": "string"
1618
- },
1619
- "numSeanceJo": {
1620
- "type": "string"
1621
- },
1622
- "quantieme": {
1623
- "$ref": "#/definitions/Quantieme"
1624
- }
1625
- },
1626
- "type": "object"
1627
- },
1628
- "Imprimerie": {
1629
- "properties": {
1630
- "dian": {
1631
- "type": "string"
1632
- },
1633
- "isbn": {
1634
- "type": "string"
1635
- },
1636
- "nbPage": {
1637
- "type": "string"
1638
- },
1639
- "prix": {
1640
- "type": "string"
1641
- }
1642
- },
1643
- "type": "object"
1644
- },
1645
- "Indexation": {
1646
- "properties": {
1647
- "themes": {
1648
- "$ref": "#/definitions/Themes"
1649
- }
1650
- },
1651
- "type": "object"
1652
- },
1653
- "InfoJo": {
1654
- "properties": {
1655
- "dateJo": {
1656
- "type": "string"
1657
- },
1658
- "numJo": {
1659
- "type": "string"
1660
- },
1661
- "referenceNor": {
1662
- "type": "string"
1663
- },
1664
- "typeJo": {
1665
- "enum": [
1666
- "JO_LOI_DECRET"
1667
- ],
1668
- "type": "string"
1669
- },
1670
- "urlLegifrance": {
1671
- "type": "string"
1672
- }
1673
- },
1674
- "type": "object"
1675
- },
1676
- "InfoJoce": {
1677
- "properties": {
1678
- "dateJoce": {
1679
- "type": "string"
1680
- },
1681
- "refJoce": {
1682
- "type": "string"
1683
- }
1684
- },
1685
- "type": "object"
1686
- },
1687
- "InfoNaissance": {
1688
- "properties": {
1689
- "dateNais": {
1690
- "description": "Enables basic storage and retrieval of dates and times.",
1691
- "format": "date-time",
1692
- "type": "string"
1693
- },
1694
- "depNais": {
1695
- "type": "string"
1696
- },
1697
- "paysNais": {
1698
- "type": "string"
1699
- },
1700
- "villeNais": {
1701
- "type": "string"
1702
- }
1703
- },
1704
- "type": "object"
1705
- },
1706
- "InfosQualite": {
1707
- "properties": {
1708
- "codeQualite": {
1709
- "type": "string"
1710
- },
1711
- "libQualite": {
1712
- "type": "string"
1713
- },
1714
- "libQualiteSex": {
1715
- "type": "string"
1716
- }
1717
- },
1718
- "type": "object"
1719
- },
1720
- "InfosReunionsInternationale": {
1721
- "properties": {
1722
- "estReunionInternationale": {
1723
- "type": "boolean"
1724
- },
1725
- "informationsComplementaires": {
1726
- "type": "string"
1727
- },
1728
- "listePays": {
1729
- "items": {
1730
- "type": "string"
1731
- },
1732
- "type": "array"
1733
- }
1734
- },
1735
- "type": "object"
1736
- },
1737
- "Initiateur": {
1738
- "properties": {
1739
- "acteurs": {
1740
- "items": {
1741
- "$ref": "#/definitions/InitiateurActeur"
1742
- },
1743
- "type": "array"
1744
- },
1745
- "organe": {
1746
- "$ref": "#/definitions/Organe"
1747
- },
1748
- "organeRef": {
1749
- "type": "string"
1750
- }
1751
- },
1752
- "type": "object"
1753
- },
1754
- "InitiateurActeur": {
1755
- "properties": {
1756
- "acteur": {
1757
- "$ref": "#/definitions/Acteur"
1758
- },
1759
- "acteurRef": {
1760
- "type": "string"
1761
- },
1762
- "mandat": {
1763
- "$ref": "#/definitions/Mandat"
1764
- },
1765
- "mandatRef": {
1766
- "type": "string"
1767
- }
1768
- },
1769
- "type": "object"
1770
- },
1771
- "Libelle": {
1772
- "enum": [
1773
- "L'Assemblée nationale n'a pas adopté",
1774
- "l'Assemblée nationale a adopté",
1775
- "Le Congrès du Parlement a adopté",
1776
- "Le Congrès du Parlement n'a pas adopté"
1777
- ],
1778
- "type": "string"
1779
- },
1780
- "LibelleActe": {
1781
- "properties": {
1782
- "libelleCourt": {
1783
- "type": "string"
1784
- },
1785
- "nomCanonique": {
1786
- "type": "string"
1787
- }
1788
- },
1789
- "type": "object"
1790
- },
1791
- "LibelleTypeVote": {
1792
- "enum": [
1793
- "motion de censure",
1794
- "scrutin public ordinaire",
1795
- "scrutin public solennel",
1796
- "scrutin à la tribune",
1797
- "Scrutin solennel congrès"
1798
- ],
1799
- "type": "string"
1800
- },
1801
- "Lieu": {
1802
- "properties": {
1803
- "departement": {
1804
- "type": "string"
1805
- },
1806
- "numCirco": {
1807
- "type": "string"
1808
- },
1809
- "numDepartement": {
1810
- "type": "string"
1811
- },
1812
- "region": {
1813
- "$ref": "#/definitions/Region"
1814
- },
1815
- "regionType": {
1816
- "$ref": "#/definitions/RegionType"
1817
- }
1818
- },
1819
- "type": "object"
1820
- },
1821
- "Lieu_1": {
1822
- "properties": {
1823
- "code": {
1824
- "type": "string"
1825
- },
1826
- "libelleCourt": {
1827
- "type": "string"
1828
- },
1829
- "libelleLong": {
1830
- "type": "string"
1831
- }
1832
- },
1833
- "type": "object"
1834
- },
1835
- "LigneCredit": {
1836
- "properties": {
1837
- "AE": {
1838
- "$ref": "#/definitions/Ae"
1839
- },
1840
- "CP": {
1841
- "$ref": "#/definitions/Ae"
1842
- },
1843
- "id": {
1844
- "type": "string"
1845
- },
1846
- "libelle": {
1847
- "type": "string"
1848
- }
1849
- },
1850
- "type": "object"
1851
- },
1852
- "LoiReference": {
1853
- "properties": {
1854
- "codeLoi": {
1855
- "type": "string"
1856
- },
1857
- "divisionCodeLoi": {
1858
- "type": "string"
1859
- }
1860
- },
1861
- "type": "object"
1862
- },
1863
- "Mandat": {
1864
- "properties": {
1865
- "acteurRef": {
1866
- "type": "string"
1867
- },
1868
- "collaborateurs": {
1869
- "items": {
1870
- "$ref": "#/definitions/Collaborateur"
1871
- },
1872
- "type": "array"
1873
- },
1874
- "dateDebut": {
1875
- "description": "Enables basic storage and retrieval of dates and times.",
1876
- "format": "date-time",
1877
- "type": "string"
1878
- },
1879
- "dateFin": {
1880
- "description": "Enables basic storage and retrieval of dates and times.",
1881
- "format": "date-time",
1882
- "type": "string"
1883
- },
1884
- "datePublication": {
1885
- "description": "Enables basic storage and retrieval of dates and times.",
1886
- "format": "date-time",
1887
- "type": "string"
1888
- },
1889
- "election": {
1890
- "$ref": "#/definitions/Election"
1891
- },
1892
- "infosQualite": {
1893
- "$ref": "#/definitions/InfosQualite"
1894
- },
1895
- "legislature": {
1896
- "type": "string"
1897
- },
1898
- "libelle": {
1899
- "type": "string"
1900
- },
1901
- "mandature": {
1902
- "$ref": "#/definitions/Mandature"
1903
- },
1904
- "missionPrecedenteRef": {
1905
- "type": "string"
1906
- },
1907
- "missionSuivanteRef": {
1908
- "type": "string"
1909
- },
1910
- "nominPrincipale": {
1911
- "type": "string"
1912
- },
1913
- "organes": {
1914
- "items": {
1915
- "$ref": "#/definitions/Organe"
1916
- },
1917
- "type": "array"
1918
- },
1919
- "organesRefs": {
1920
- "items": {
1921
- "type": "string"
1922
- },
1923
- "type": "array"
1924
- },
1925
- "preseance": {
1926
- "type": "string"
1927
- },
1928
- "suppleant": {
1929
- "$ref": "#/definitions/Suppleant"
1930
- },
1931
- "typeOrgane": {
1932
- "$ref": "#/definitions/CodeTypeOrgane"
1933
- },
1934
- "uid": {
1935
- "type": "string"
1936
- },
1937
- "xsiType": {
1938
- "$ref": "#/definitions/TypeMandat"
1939
- }
1940
- },
1941
- "type": "object"
1942
- },
1943
- "Mandature": {
1944
- "properties": {
1945
- "causeFin": {
1946
- "type": "string"
1947
- },
1948
- "datePriseFonction": {
1949
- "description": "Enables basic storage and retrieval of dates and times.",
1950
- "format": "date-time",
1951
- "type": "string"
1952
- },
1953
- "mandatRemplaceRef": {
1954
- "type": "string"
1955
- },
1956
- "placeHemicycle": {
1957
- "type": "string"
1958
- },
1959
- "premiereElection": {
1960
- "type": "string"
1961
- }
1962
- },
1963
- "type": "object"
1964
- },
1965
- "MiseAuPoint": {
1966
- "properties": {
1967
- "abstentions": {
1968
- "items": {
1969
- "$ref": "#/definitions/Votant"
1970
- },
1971
- "type": "array"
1972
- },
1973
- "contre": {
1974
- "items": {
1975
- "$ref": "#/definitions/Votant"
1976
- },
1977
- "type": "array"
1978
- },
1979
- "dysfonctionnement": {
1980
- "$ref": "#/definitions/Dysfonctionnement"
1981
- },
1982
- "nonVotants": {
1983
- "items": {
1984
- "$ref": "#/definitions/Votant"
1985
- },
1986
- "type": "array"
1987
- },
1988
- "nonVotantsVolontaires": {
1989
- "items": {
1990
- "$ref": "#/definitions/Votant"
1991
- },
1992
- "type": "array"
1993
- },
1994
- "pour": {
1995
- "items": {
1996
- "$ref": "#/definitions/Votant"
1997
- },
1998
- "type": "array"
1999
- }
2000
- },
2001
- "type": "object"
2002
- },
2003
- "MissionMinefi": {
2004
- "properties": {
2005
- "libelleCourt": {
2006
- "type": "string"
2007
- },
2008
- "libelleLong": {
2009
- "type": "string"
2010
- },
2011
- "missions": {
2012
- "items": {
2013
- "$ref": "#/definitions/MissionMinefi"
2014
- },
2015
- "type": "array"
2016
- },
2017
- "typeBudget": {
2018
- "$ref": "#/definitions/TypeBudget"
2019
- },
2020
- "typeMission": {
2021
- "$ref": "#/definitions/TypeMission"
2022
- }
2023
- },
2024
- "type": "object"
2025
- },
2026
- "MissionVisee": {
2027
- "properties": {
2028
- "codeMissionPLF": {
2029
- "$ref": "#/definitions/CodeMissionPlf"
2030
- },
2031
- "idMissionAN": {
2032
- "type": "string"
2033
- },
2034
- "libelleMission": {
2035
- "type": "string"
2036
- },
2037
- "libelleMissionPLF": {
2038
- "type": "string"
2039
- }
2040
- },
2041
- "type": "object"
2042
- },
2043
- "ModePublicationDesVotes": {
2044
- "enum": [
2045
- "DecompteDissidentsPositionGroupe",
2046
- "DecompteNominatif"
2047
- ],
2048
- "type": "string"
2049
- },
2050
- "NatureTravauxOdj": {
2051
- "enum": [
2052
- "ODJPR",
2053
- "ODJSN"
2054
- ],
2055
- "type": "string"
2056
- },
2057
- "Nom": {
2058
- "enum": [
2059
- "PDF"
2060
- ],
2061
- "type": "string"
2062
- },
2063
- "Notice": {
2064
- "properties": {
2065
- "adoptionConforme": {
2066
- "type": "boolean"
2067
- },
2068
- "formule": {
2069
- "type": "string"
2070
- },
2071
- "numNotice": {
2072
- "type": "string"
2073
- }
2074
- },
2075
- "type": "object"
2076
- },
2077
- "Objet": {
2078
- "properties": {
2079
- "libelle": {
2080
- "type": "string"
2081
- }
2082
- },
2083
- "type": "object"
2084
- },
2085
- "Odj": {
2086
- "properties": {
2087
- "convocationOdj": {
2088
- "items": {
2089
- "type": "string"
2090
- },
2091
- "type": "array"
2092
- },
2093
- "pointsOdj": {
2094
- "items": {
2095
- "$ref": "#/definitions/PointOdj"
2096
- },
2097
- "type": "array"
2098
- },
2099
- "resumeOdj": {
2100
- "items": {
2101
- "type": "string"
2102
- },
2103
- "type": "array"
2104
- }
2105
- },
2106
- "type": "object"
2107
- },
2108
- "Organe": {
2109
- "properties": {
2110
- "codeType": {
2111
- "$ref": "#/definitions/CodeTypeOrgane"
2112
- },
2113
- "couleurAssociee": {
2114
- "type": "string"
2115
- },
2116
- "legislature": {
2117
- "type": "string"
2118
- },
2119
- "libelle": {
2120
- "type": "string"
2121
- },
2122
- "libelleAbrege": {
2123
- "type": "string"
2124
- },
2125
- "libelleAbrev": {
2126
- "type": "string"
2127
- },
2128
- "libelleEdition": {
2129
- "type": "string"
2130
- },
2131
- "listePays": {
2132
- "items": {
2133
- "type": "string"
2134
- },
2135
- "type": "array"
2136
- },
2137
- "nombreReunionsAnnuelles": {
2138
- "type": "string"
2139
- },
2140
- "organeParent": {
2141
- "$ref": "#/definitions/Organe"
2142
- },
2143
- "organeParentRef": {
2144
- "type": "string"
2145
- },
2146
- "positionPolitique": {
2147
- "$ref": "#/definitions/PositionPolitique"
2148
- },
2149
- "preseance": {
2150
- "type": "string"
2151
- },
2152
- "regime": {
2153
- "$ref": "#/definitions/Regime"
2154
- },
2155
- "regimeJuridique": {
2156
- "type": "string"
2157
- },
2158
- "schemaVersion": {
2159
- "type": "string"
2160
- },
2161
- "secretariat": {
2162
- "$ref": "#/definitions/Secretariat"
2163
- },
2164
- "siteInternet": {
2165
- "type": "string"
2166
- },
2167
- "uid": {
2168
- "type": "string"
2169
- },
2170
- "viMoDe": {
2171
- "$ref": "#/definitions/ViMoDe"
2172
- },
2173
- "xsiType": {
2174
- "$ref": "#/definitions/TypeOrgane"
2175
- }
2176
- },
2177
- "type": "object"
2178
- },
2179
- "Organe_1": {
2180
- "properties": {
2181
- "groupes": {
2182
- "items": {
2183
- "$ref": "#/definitions/Groupe"
2184
- },
2185
- "type": "array"
2186
- },
2187
- "organeRef": {
2188
- "type": "string"
2189
- }
2190
- },
2191
- "type": "object"
2192
- },
2193
- "ParticipantInterne": {
2194
- "properties": {
2195
- "acteur": {
2196
- "$ref": "#/definitions/Acteur"
2197
- },
2198
- "acteurRef": {
2199
- "type": "string"
2200
- },
2201
- "presence": {
2202
- "$ref": "#/definitions/Presence"
2203
- }
2204
- },
2205
- "type": "object"
2206
- },
2207
- "Participants": {
2208
- "properties": {
2209
- "participantsInternes": {
2210
- "items": {
2211
- "$ref": "#/definitions/ParticipantInterne"
2212
- },
2213
- "type": "array"
2214
- },
2215
- "personnesAuditionnees": {
2216
- "items": {
2217
- "$ref": "#/definitions/PersonneAuditionnee"
2218
- },
2219
- "type": "array"
2220
- }
2221
- },
2222
- "type": "object"
2223
- },
2224
- "PersonneAuditionnee": {
2225
- "properties": {
2226
- "dateNais": {
2227
- "description": "Enables basic storage and retrieval of dates and times.",
2228
- "format": "date-time",
2229
- "type": "string"
2230
- },
2231
- "ident": {
2232
- "$ref": "#/definitions/Ident_1"
2233
- },
2234
- "uid": {
2235
- "type": "string"
2236
- },
2237
- "xsiType": {
2238
- "$ref": "#/definitions/PersonneAuditionneeXsiType"
2239
- }
2240
- },
2241
- "type": "object"
2242
- },
2243
- "PersonneAuditionneeXsiType": {
2244
- "enum": [
2245
- "IdActeur_type",
2246
- "IdPersonneExterne_type"
2247
- ],
2248
- "type": "string"
2249
- },
2250
- "Photo": {
2251
- "properties": {
2252
- "chemin": {
2253
- "type": "string"
2254
- },
2255
- "cheminMosaique": {
2256
- "type": "string"
2257
- },
2258
- "hauteur": {
2259
- "type": "number"
2260
- },
2261
- "largeur": {
2262
- "type": "number"
2263
- },
2264
- "xMosaique": {
2265
- "type": "number"
2266
- },
2267
- "yMosaique": {
2268
- "type": "number"
2269
- }
2270
- },
2271
- "type": "object"
2272
- },
2273
- "PointOdj": {
2274
- "properties": {
2275
- "comiteSecret": {
2276
- "type": "boolean"
2277
- },
2278
- "cycleDeVie": {
2279
- "$ref": "#/definitions/CycleDeVie_1"
2280
- },
2281
- "dateConfPres": {
2282
- "description": "Enables basic storage and retrieval of dates and times.",
2283
- "format": "date-time",
2284
- "type": "string"
2285
- },
2286
- "dateLettreMinistre": {
2287
- "description": "Enables basic storage and retrieval of dates and times.",
2288
- "format": "date-time",
2289
- "type": "string"
2290
- },
2291
- "dossiersLegislatifsRefs": {
2292
- "items": {
2293
- "type": "string"
2294
- },
2295
- "type": "array"
2296
- },
2297
- "natureTravauxOdj": {
2298
- "$ref": "#/definitions/NatureTravauxOdj"
2299
- },
2300
- "objet": {
2301
- "type": "string"
2302
- },
2303
- "procedure": {
2304
- "$ref": "#/definitions/Procedure"
2305
- },
2306
- "typePointOdj": {
2307
- "$ref": "#/definitions/TypePointOdj"
2308
- },
2309
- "uid": {
2310
- "type": "string"
2311
- },
2312
- "xsiType": {
2313
- "$ref": "#/definitions/PointOdjXsiType"
2314
- }
2315
- },
2316
- "type": "object"
2317
- },
2318
- "PointOdjXsiType": {
2319
- "enum": [
2320
- "podjReunion_type",
2321
- "podjSeanceConfPres_type"
2322
- ],
2323
- "type": "string"
2324
- },
2325
- "PointeurFragmentTexte": {
2326
- "properties": {
2327
- "alinea": {
2328
- "$ref": "#/definitions/Alinea"
2329
- },
2330
- "division": {
2331
- "$ref": "#/definitions/Division_1"
2332
- },
2333
- "missionVisee": {
2334
- "$ref": "#/definitions/MissionVisee"
2335
- }
2336
- },
2337
- "type": "object"
2338
- },
2339
- "PositionMajoritaire": {
2340
- "enum": [
2341
- "abstention",
2342
- "contre",
2343
- "pour"
2344
- ],
2345
- "type": "string"
2346
- },
2347
- "PositionPolitique": {
2348
- "enum": [
2349
- "Majoritaire",
2350
- "Minoritaire",
2351
- "Opposition"
2352
- ],
2353
- "type": "string"
2354
- },
2355
- "Presence": {
2356
- "enum": [
2357
- "absent",
2358
- "excusé",
2359
- "présent"
2360
- ],
2361
- "type": "string"
2362
- },
2363
- "Procedure": {
2364
- "enum": [
2365
- "discussion générale commune",
2366
- "procédure d'examen simplifiée-Article 103",
2367
- "procédure d'examen simplifiée-Article 106"
2368
- ],
2369
- "type": "string"
2370
- },
2371
- "ProcedureParlementaire": {
2372
- "properties": {
2373
- "code": {
2374
- "type": "string"
2375
- },
2376
- "libelle": {
2377
- "type": "string"
2378
- }
2379
- },
2380
- "type": "object"
2381
- },
2382
- "Profession": {
2383
- "properties": {
2384
- "libelleCourant": {
2385
- "type": "string"
2386
- },
2387
- "socProcInsee": {
2388
- "$ref": "#/definitions/SocProcInsee"
2389
- }
2390
- },
2391
- "type": "object"
2392
- },
2393
- "Programme": {
2394
- "properties": {
2395
- "AE": {
2396
- "$ref": "#/definitions/Ae"
2397
- },
2398
- "CP": {
2399
- "$ref": "#/definitions/Ae"
2400
- },
2401
- "action": {
2402
- "$ref": "#/definitions/Action"
2403
- },
2404
- "id": {
2405
- "type": "string"
2406
- },
2407
- "libelle": {
2408
- "type": "string"
2409
- },
2410
- "lignesCredits": {
2411
- "items": {
2412
- "$ref": "#/definitions/LigneCredit"
2413
- },
2414
- "type": "array"
2415
- }
2416
- },
2417
- "type": "object"
2418
- },
2419
- "Provenance": {
2420
- "enum": [
2421
- "Commission",
2422
- "Texte Déposé"
2423
- ],
2424
- "type": "string"
2425
- },
2426
- "Qualite": {
2427
- "enum": [
2428
- "auteur",
2429
- "rapporteur",
2430
- "rapporteur général",
2431
- "rapporteur pour avis",
2432
- "rapporteur spécial"
2433
- ],
2434
- "type": "string"
2435
- },
2436
- "Quantieme": {
2437
- "enum": [
2438
- "Deuxième",
2439
- "Première",
2440
- "Troisième",
2441
- "Unique"
2442
- ],
2443
- "type": "string"
2444
- },
2445
- "Rapporteur": {
2446
- "properties": {
2447
- "acteur": {
2448
- "$ref": "#/definitions/Acteur"
2449
- },
2450
- "acteurRef": {
2451
- "type": "string"
2452
- },
2453
- "etudePlfRef": {
2454
- "type": "string"
2455
- },
2456
- "typeRapporteur": {
2457
- "$ref": "#/definitions/Qualite"
2458
- }
2459
- },
2460
- "type": "object"
2461
- },
2462
- "Regime": {
2463
- "enum": [
2464
- "4ème République",
2465
- "5ème République",
2466
- "Assemblée consultative provisoire",
2467
- "Assemblées nationales constituantes"
2468
- ],
2469
- "type": "string"
2470
- },
2471
- "Region": {
2472
- "enum": [
2473
- "Auvergne-Rhône-Alpes",
2474
- "Bourgogne-Franche-Comté",
2475
- "Bretagne",
2476
- "Centre-Val de Loire",
2477
- "Corse",
2478
- "Français établis hors de France",
2479
- "Grand Est",
2480
- "Guadeloupe",
2481
- "Guyane",
2482
- "Hauts-de-France",
2483
- "Ile-de-France",
2484
- "Martinique",
2485
- "Mayotte",
2486
- "Normandie",
2487
- "Nouvelle-Aquitaine",
2488
- "Nouvelle-Calédonie",
2489
- "Occitanie",
2490
- "Pays de la Loire",
2491
- "Polynésie française",
2492
- "Provence-Alpes-Côte d'Azur",
2493
- "Réunion",
2494
- "Saint-Barthélemy et Saint-Martin",
2495
- "Saint-Pierre-et-Miquelon",
2496
- "Wallis-et-Futuna"
2497
- ],
2498
- "type": "string"
2499
- },
2500
- "RegionType": {
2501
- "enum": [
2502
- "Collectivités d'outre-mer et Nouvelle-Calédonie",
2503
- "Dom",
2504
- "Français établis hors de France",
2505
- "Métropolitain"
2506
- ],
2507
- "type": "string"
2508
- },
2509
- "Representation": {
2510
- "properties": {
2511
- "contenu": {
2512
- "$ref": "#/definitions/Contenu"
2513
- },
2514
- "nom": {
2515
- "enum": [
2516
- "PDF"
2517
- ],
2518
- "type": "string"
2519
- },
2520
- "statutRepresentation": {
2521
- "$ref": "#/definitions/StatutRepresentation"
2522
- },
2523
- "typeMime": {
2524
- "$ref": "#/definitions/TypeMime"
2525
- }
2526
- },
2527
- "type": "object"
2528
- },
2529
- "Reunion": {
2530
- "properties": {
2531
- "captationVideo": {
2532
- "type": "boolean"
2533
- },
2534
- "compteRenduRef": {
2535
- "type": "string"
2536
- },
2537
- "cycleDeVie": {
2538
- "$ref": "#/definitions/CycleDeVie_1"
2539
- },
2540
- "demandeurs": {
2541
- "$ref": "#/definitions/Demandeurs"
2542
- },
2543
- "formatReunion": {
2544
- "$ref": "#/definitions/FormatReunion"
2545
- },
2546
- "identifiants": {
2547
- "$ref": "#/definitions/Identifiants"
2548
- },
2549
- "infosReunionsInternationale": {
2550
- "$ref": "#/definitions/InfosReunionsInternationale"
2551
- },
2552
- "lieu": {
2553
- "$ref": "#/definitions/Lieu_1"
2554
- },
2555
- "odj": {
2556
- "$ref": "#/definitions/Odj"
2557
- },
2558
- "organeReuni": {
2559
- "$ref": "#/definitions/Organe"
2560
- },
2561
- "organeReuniRef": {
2562
- "type": "string"
2563
- },
2564
- "ouverturePresse": {
2565
- "type": "boolean"
2566
- },
2567
- "participants": {
2568
- "$ref": "#/definitions/Participants"
2569
- },
2570
- "schemaVersion": {
2571
- "type": "string"
2572
- },
2573
- "sessionRef": {
2574
- "type": "string"
2575
- },
2576
- "timestampDebut": {
2577
- "description": "Enables basic storage and retrieval of dates and times.",
2578
- "format": "date-time",
2579
- "type": "string"
2580
- },
2581
- "timestampFin": {
2582
- "description": "Enables basic storage and retrieval of dates and times.",
2583
- "format": "date-time",
2584
- "type": "string"
2585
- },
2586
- "typeReunion": {
2587
- "$ref": "#/definitions/TypeReunion"
2588
- },
2589
- "uid": {
2590
- "type": "string"
2591
- },
2592
- "xsiType": {
2593
- "$ref": "#/definitions/ReunionXsiType"
2594
- }
2595
- },
2596
- "type": "object"
2597
- },
2598
- "ReunionXsiType": {
2599
- "enum": [
2600
- "reunionCommission_type",
2601
- "reunionInitParlementaire_type",
2602
- "seance_type"
2603
- ],
2604
- "type": "string"
2605
- },
2606
- "Saisine": {
2607
- "properties": {
2608
- "mentionSecondeDeliberation": {
2609
- "type": "string"
2610
- },
2611
- "numeroPartiePLF": {
2612
- "type": "string"
2613
- },
2614
- "organeExamen": {
2615
- "type": "string"
2616
- },
2617
- "texteLegislatif": {
2618
- "$ref": "#/definitions/Document"
2619
- },
2620
- "texteLegislatifRef": {
2621
- "type": "string"
2622
- }
2623
- },
2624
- "type": "object"
2625
- },
2626
- "Scrutin": {
2627
- "properties": {
2628
- "dateScrutin": {
2629
- "description": "Enables basic storage and retrieval of dates and times.",
2630
- "format": "date-time",
2631
- "type": "string"
2632
- },
2633
- "demandeur": {
2634
- "$ref": "#/definitions/Demandeur"
2635
- },
2636
- "legislature": {
2637
- "type": "string"
2638
- },
2639
- "miseAuPoint": {
2640
- "$ref": "#/definitions/MiseAuPoint"
2641
- },
2642
- "modePublicationDesVotes": {
2643
- "$ref": "#/definitions/ModePublicationDesVotes"
2644
- },
2645
- "numero": {
2646
- "type": "string"
2647
- },
2648
- "objet": {
2649
- "$ref": "#/definitions/Objet"
2650
- },
2651
- "organeRef": {
2652
- "type": "string"
2653
- },
2654
- "quantiemeJourSeance": {
2655
- "type": "string"
2656
- },
2657
- "schemaVersion": {
2658
- "type": "string"
2659
- },
2660
- "seanceRef": {
2661
- "type": "string"
2662
- },
2663
- "sessionRef": {
2664
- "type": "string"
2665
- },
2666
- "sort": {
2667
- "$ref": "#/definitions/SortScrutin"
2668
- },
2669
- "syntheseVote": {
2670
- "$ref": "#/definitions/SyntheseVote"
2671
- },
2672
- "titre": {
2673
- "type": "string"
2674
- },
2675
- "typeVote": {
2676
- "$ref": "#/definitions/TypeVote"
2677
- },
2678
- "uid": {
2679
- "type": "string"
2680
- },
2681
- "ventilationVotes": {
2682
- "$ref": "#/definitions/Organe_1"
2683
- }
2684
- },
2685
- "type": "object"
2686
- },
2687
- "Secretariat": {
2688
- "properties": {
2689
- "secretaire01": {
2690
- "type": "string"
2691
- },
2692
- "secretaire02": {
2693
- "type": "string"
2694
- }
2695
- },
2696
- "type": "object"
2697
- },
2698
- "Signataires": {
2699
- "properties": {
2700
- "auteur": {
2701
- "$ref": "#/definitions/Auteur_1"
2702
- },
2703
- "cosignataires": {
2704
- "items": {
2705
- "$ref": "#/definitions/Acteur"
2706
- },
2707
- "type": "array"
2708
- },
2709
- "cosignatairesRefs": {
2710
- "items": {
2711
- "type": "string"
2712
- },
2713
- "type": "array"
2714
- },
2715
- "texteAffichable": {
2716
- "type": "string"
2717
- }
2718
- },
2719
- "type": "object"
2720
- },
2721
- "SocProcInsee": {
2722
- "properties": {
2723
- "catSocPro": {
2724
- "type": "string"
2725
- },
2726
- "famSocPro": {
2727
- "$ref": "#/definitions/FamSocPro"
2728
- }
2729
- },
2730
- "type": "object"
2731
- },
2732
- "SortAmendement": {
2733
- "enum": [
2734
- "Adopté",
2735
- "Non soutenu",
2736
- "Rejeté",
2737
- "Retiré",
2738
- "Tombé"
2739
- ],
2740
- "type": "string"
2741
- },
2742
- "SortAmendementAvecDate": {
2743
- "properties": {
2744
- "dateSaisie": {
2745
- "description": "Enables basic storage and retrieval of dates and times.",
2746
- "format": "date-time",
2747
- "type": "string"
2748
- },
2749
- "sortEnSeance": {
2750
- "$ref": "#/definitions/SortAmendement"
2751
- }
2752
- },
2753
- "type": "object"
2754
- },
2755
- "SortScrutin": {
2756
- "properties": {
2757
- "code": {
2758
- "$ref": "#/definitions/Code"
2759
- },
2760
- "libelle": {
2761
- "$ref": "#/definitions/Libelle"
2762
- }
2763
- },
2764
- "type": "object"
2765
- },
2766
- "SousType": {
2767
- "properties": {
2768
- "code": {
2769
- "type": "string"
2770
- },
2771
- "libelle": {
2772
- "type": "string"
2773
- },
2774
- "libelleEdition": {
2775
- "type": "string"
2776
- }
2777
- },
2778
- "type": "object"
2779
- },
2780
- "StatutRepresentation": {
2781
- "properties": {
2782
- "canonique": {
2783
- "type": "boolean"
2784
- },
2785
- "enregistrement": {
2786
- "type": "boolean"
2787
- },
2788
- "officielle": {
2789
- "type": "boolean"
2790
- },
2791
- "transcription": {
2792
- "type": "boolean"
2793
- },
2794
- "verbatim": {
2795
- "type": "boolean"
2796
- }
2797
- },
2798
- "type": "object"
2799
- },
2800
- "Suppleant": {
2801
- "properties": {
2802
- "dateDebut": {
2803
- "description": "Enables basic storage and retrieval of dates and times.",
2804
- "format": "date-time",
2805
- "type": "string"
2806
- },
2807
- "dateFin": {
2808
- "description": "Enables basic storage and retrieval of dates and times.",
2809
- "format": "date-time",
2810
- "type": "string"
2811
- },
2812
- "suppleantRef": {
2813
- "type": "string"
2814
- }
2815
- },
2816
- "type": "object"
2817
- },
2818
- "SyntheseVote": {
2819
- "properties": {
2820
- "annonce": {
2821
- "$ref": "#/definitions/Libelle"
2822
- },
2823
- "decompte": {
2824
- "$ref": "#/definitions/DecompteVoix"
2825
- },
2826
- "nbrSuffragesRequis": {
2827
- "type": "string"
2828
- },
2829
- "nombreVotants": {
2830
- "type": "string"
2831
- },
2832
- "suffragesExprimes": {
2833
- "type": "string"
2834
- }
2835
- },
2836
- "type": "object"
2837
- },
2838
- "TexteAssocie": {
2839
- "properties": {
2840
- "texteAssocie": {
2841
- "$ref": "#/definitions/Document"
2842
- },
2843
- "texteAssocieRef": {
2844
- "type": "string"
2845
- },
2846
- "typeTexte": {
2847
- "$ref": "#/definitions/TypeTexte"
2848
- }
2849
- },
2850
- "type": "object"
2851
- },
2852
- "TexteEuropeen": {
2853
- "properties": {
2854
- "titreTexteEuropeen": {
2855
- "type": "string"
2856
- },
2857
- "typeTexteEuropeen": {
2858
- "type": "string"
2859
- }
2860
- },
2861
- "type": "object"
2862
- },
2863
- "TexteLegislatif": {
2864
- "properties": {
2865
- "amendements": {
2866
- "items": {
2867
- "$ref": "#/definitions/Amendement"
2868
- },
2869
- "type": "array"
2870
- },
2871
- "refTexteLegislatif": {
2872
- "type": "string"
2873
- }
2874
- },
2875
- "type": "object"
2876
- },
2877
- "Theme": {
2878
- "properties": {
2879
- "libelleTheme": {
2880
- "type": "string"
2881
- }
2882
- },
2883
- "type": "object"
2884
- },
2885
- "Themes": {
2886
- "properties": {
2887
- "@niveau": {
2888
- "type": "string"
2889
- },
2890
- "theme": {
2891
- "$ref": "#/definitions/Theme"
2892
- }
2893
- },
2894
- "type": "object"
2895
- },
2896
- "TitreDossier": {
2897
- "properties": {
2898
- "senatChemin": {
2899
- "type": "string"
2900
- },
2901
- "titre": {
2902
- "type": "string"
2903
- },
2904
- "titreChemin": {
2905
- "type": "string"
2906
- }
2907
- },
2908
- "type": "object"
2909
- },
2910
- "Titres": {
2911
- "properties": {
2912
- "titrePrincipal": {
2913
- "type": "string"
2914
- },
2915
- "titrePrincipalCourt": {
2916
- "type": "string"
2917
- }
2918
- },
2919
- "type": "object"
2920
- },
2921
- "Total": {
2922
- "properties": {
2923
- "montantNegatif": {
2924
- "type": "string"
2925
- },
2926
- "montantPositif": {
2927
- "type": "string"
2928
- },
2929
- "solde": {
2930
- "type": "string"
2931
- }
2932
- },
2933
- "type": "object"
2934
- },
2935
- "TypeActeLegislatif": {
2936
- "enum": [
2937
- "Adoption_Europe_Type",
2938
- "ConclusionEtapeCC_Type",
2939
- "CreationOrganeTemporaire_Type",
2940
- "DecisionMotionCensure_Type",
2941
- "DecisionRecevabiliteBureau_Type",
2942
- "Decision_Type",
2943
- "DeclarationGouvernement_Type",
2944
- "DepotAccordInternational_Type",
2945
- "DepotAvisConseilEtat_Type",
2946
- "DepotInitiativeNavette_Type",
2947
- "DepotInitiative_Type",
2948
- "DepotLettreRectificative_Type",
2949
- "DepotMotionCensure_Type",
2950
- "DepotMotionReferendaire_Type",
2951
- "DepotRapport_Type",
2952
- "DiscussionCommission_Type",
2953
- "DiscussionSeancePublique_Type",
2954
- "Etape_Type",
2955
- "EtudeImpact_Type",
2956
- "MotionProcedure_Type",
2957
- "NominRapporteurs_Type",
2958
- "ProcedureAccelere_Type",
2959
- "Promulgation_Type",
2960
- "RenvoiCMP_Type",
2961
- "RenvoiPrealable_Type",
2962
- "RetraitInitiative_Type",
2963
- "SaisieComAvis_Type",
2964
- "SaisieComFond_Type",
2965
- "SaisineConseilConstit_Type"
2966
- ],
2967
- "type": "string"
2968
- },
2969
- "TypeAuteur": {
2970
- "enum": [
2971
- "Depute",
2972
- "Gouvernement",
2973
- "Rapporteur"
2974
- ],
2975
- "type": "string"
2976
- },
2977
- "TypeBudget": {
2978
- "enum": [
2979
- "Budget annexe",
2980
- "Budget général",
2981
- "Compte de concours financier",
2982
- "Compte spécial",
2983
- "Première partie"
2984
- ],
2985
- "type": "string"
2986
- },
2987
- "TypeDeclaration": {
2988
- "properties": {
2989
- "famCode": {
2990
- "$ref": "#/definitions/FamCode"
2991
- },
2992
- "libelle": {
2993
- "type": "string"
2994
- }
2995
- },
2996
- "type": "object"
2997
- },
2998
- "TypeDocument": {
2999
- "enum": [
3000
- "accordInternational_Type",
3001
- "avisConseilEtat_Type",
3002
- "documentEtudeImpact_Type",
3003
- "rapportParlementaire_Type",
3004
- "texteLoi_Type"
3005
- ],
3006
- "type": "string"
3007
- },
3008
- "TypeMajorite": {
3009
- "enum": [
3010
- "majorité absolue des suffrages exprimés",
3011
- "majorité des membres composant l'Assemblée nationale",
3012
- "majorité des membres composants composant l'Assemblée",
3013
- "majorité des membres composants composant l'Assemblée nationale",
3014
- "Majorité requise pour un Congrès"
3015
-
3016
- ],
3017
- "type": "string"
3018
- },
3019
- "TypeMandat": {
3020
- "enum": [
3021
- "MandatAvecSuppleant_Type",
3022
- "MandatMission_Type",
3023
- "MandatParlementaire_type",
3024
- "MandatSimple_Type"
3025
- ],
3026
- "type": "string"
3027
- },
3028
- "TypeMime": {
3029
- "properties": {
3030
- "subType": {
3031
- "enum": [
3032
- "PDF"
3033
- ],
3034
- "type": "string"
3035
- },
3036
- "type": {
3037
- "enum": [
3038
- "application"
3039
- ],
3040
- "type": "string"
3041
- }
3042
- },
3043
- "type": "object"
3044
- },
3045
- "TypeMimeType": {
3046
- "enum": [
3047
- "application"
3048
- ],
3049
- "type": "string"
3050
- },
3051
- "TypeMission": {
3052
- "enum": [
3053
- "mission principale",
3054
- "mission secondaire",
3055
- "partie de mission"
3056
- ],
3057
- "type": "string"
3058
- },
3059
- "TypeOrgane": {
3060
- "enum": [
3061
- "GroupePolitique_type",
3062
- "OrganeExterne_Type",
3063
- "OrganeExtraParlementaire_type",
3064
- "OrganeParlementaireInternational",
3065
- "OrganeParlementaire_Type"
3066
- ],
3067
- "type": "string"
3068
- },
3069
- "TypePointOdj": {
3070
- "enum": [
3071
- "Amendements (Art. 88)",
3072
- "Amendements (Art. 91)",
3073
- "Audition",
3074
- "Audition ministre",
3075
- "Audition ministre ouverte à la presse",
3076
- "Audition ouverte à la presse",
3077
- "Communication",
3078
- "Constitution de mission d'information",
3079
- "Discussion",
3080
- "Débat d'initiative parlementaire",
3081
- "Déclaration du Gouvernement suivie d'un débat",
3082
- "Echanges de vues",
3083
- "Examen",
3084
- "Explications de vote des groupes et vote par scrutin public",
3085
- "Explications de vote et vote par scrutin public",
3086
- "Fixation de l'ordre du jour",
3087
- "Nomination bureau",
3088
- "Nomination candidats organisme extraparlementaire",
3089
- "Nomination d'un membre d'une mission d'information",
3090
- "Nomination rapporteur",
3091
- "Nomination rapporteur d'application",
3092
- "Nomination rapporteur d'information",
3093
- "Nomination rapporteur pour avis",
3094
- "Ouverture et clôture de session",
3095
- "Questions au Gouvernement",
3096
- "Questions orales sans débat",
3097
- "Rapport",
3098
- "Rapport d'information",
3099
- "Rapport pour avis",
3100
- "Suite de la discussion",
3101
- "Table ronde",
3102
- "Vote par scrutin public",
3103
- "Vote solennel"
3104
- ],
3105
- "type": "string"
3106
- },
3107
- "TypeReunion": {
3108
- "enum": [
3109
- "DEP",
3110
- "GA",
3111
- "GE",
3112
- "GEVI",
3113
- "GP",
3114
- "HÉ Aurélien"
3115
- ],
3116
- "type": "string"
3117
- },
3118
- "TypeTexte": {
3119
- "enum": [
3120
- "BTA",
3121
- "TAP"
3122
- ],
3123
- "type": "string"
3124
- },
3125
- "TypeVote": {
3126
- "properties": {
3127
- "codeTypeVote": {
3128
- "$ref": "#/definitions/CodeTypeVote"
3129
- },
3130
- "libelleTypeVote": {
3131
- "$ref": "#/definitions/LibelleTypeVote"
3132
- },
3133
- "typeMajorite": {
3134
- "$ref": "#/definitions/TypeMajorite"
3135
- }
3136
- },
3137
- "type": "object"
3138
- },
3139
- "ViMoDe": {
3140
- "properties": {
3141
- "dateAgrement": {
3142
- "description": "Enables basic storage and retrieval of dates and times.",
3143
- "format": "date-time",
3144
- "type": "string"
3145
- },
3146
- "dateDebut": {
3147
- "description": "Enables basic storage and retrieval of dates and times.",
3148
- "format": "date-time",
3149
- "type": "string"
3150
- },
3151
- "dateFin": {
3152
- "description": "Enables basic storage and retrieval of dates and times.",
3153
- "format": "date-time",
3154
- "type": "string"
3155
- }
3156
- },
3157
- "type": "object"
3158
- },
3159
- "Votant": {
3160
- "properties": {
3161
- "acteurRef": {
3162
- "type": "string"
3163
- },
3164
- "causePositionVote": {
3165
- "$ref": "#/definitions/CausePositionVote"
3166
- },
3167
- "mandatRef": {
3168
- "type": "string"
3169
- },
3170
- "parDelegation": {
3171
- "type": "boolean"
3172
- }
3173
- },
3174
- "type": "object"
3175
- },
3176
- "Vote": {
3177
- "properties": {
3178
- "decompteNominatif": {
3179
- "$ref": "#/definitions/DecompteNominatif"
3180
- },
3181
- "decompteVoix": {
3182
- "$ref": "#/definitions/DecompteVoix"
3183
- },
3184
- "positionMajoritaire": {
3185
- "$ref": "#/definitions/PositionMajoritaire"
3186
- }
3187
- },
3188
- "type": "object"
3189
- }
3190
- }
3191
- }