@tricoteuses/assemblee 1.10.5 → 2.0.0

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