@tricoteuses/assemblee 1.9.2 → 1.9.4

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 (132) hide show
  1. package/lib/examples/PIONANR5L15B0020/input.ts +193 -0
  2. package/lib/examples/PIONANR5L15B0020/loi.json +26 -0
  3. package/lib/examples/PIONANR5L15B0020/loi_populated.json +29 -0
  4. package/lib/examples/PIONANR5L15B0020/meta.json +28 -0
  5. package/lib/examples/PIONANR5L15B0020/motifs.json +5 -0
  6. package/lib/examples/PIONANR5L15B0020/motifs_populated.json +6 -0
  7. package/lib/examples/PIONANR5L15B0020/sommaire.json +3 -0
  8. package/lib/examples/PRJLANR5L16B0914/input.ts +322 -0
  9. package/lib/examples/PRJLANR5L16B0914/loi.json +14 -0
  10. package/lib/examples/PRJLANR5L16B0914/loi_populated.json +20 -0
  11. package/lib/examples/PRJLANR5L16B0914/meta.json +35 -0
  12. package/lib/examples/PRJLANR5L16B0914/motifs.json +4 -0
  13. package/lib/examples/PRJLANR5L16B0914/motifs_populated.json +5 -0
  14. package/lib/examples/PRJLANR5L16B0914/sommaire.json +3 -0
  15. package/lib/examples/PRJLANR5L16B2014/README.md +2 -0
  16. package/lib/examples/PRJLANR5L16B2014/input.ts +577 -0
  17. package/lib/examples/PRJLANR5L16B2014/loi.json +369 -0
  18. package/lib/examples/PRJLANR5L16B2014/meta.json +31 -0
  19. package/lib/examples/PRJLANR5L16B2014/motifs.json +5 -0
  20. package/lib/examples/PRJLANR5L16B2014/sommaire.json +51 -0
  21. package/lib/examples/PRJLANR5L16B2424/alineas.json +44 -0
  22. package/lib/examples/PRJLANR5L16B2424/input.ts +322 -0
  23. package/lib/examples/PRJLANR5L16B2424/loi.json +74 -0
  24. package/lib/examples/PRJLANR5L16B2424/loi_populated.json +87 -0
  25. package/lib/examples/PRJLANR5L16B2424/meta.json +31 -0
  26. package/lib/examples/PRJLANR5L16B2424/motifs.json +4 -0
  27. package/lib/examples/PRJLANR5L16B2424/motifs_populated.json +5 -0
  28. package/lib/examples/PRJLANR5L16B2424/sommaire.json +3 -0
  29. package/lib/examples/PRJLANR5L16B2462/input.ts +1308 -0
  30. package/lib/examples/PRJLANR5L16B2462/loi.json +74 -0
  31. package/lib/examples/PRJLANR5L16B2462/loi_populated.json +310 -0
  32. package/lib/examples/PRJLANR5L16B2462/meta.json +29 -0
  33. package/lib/examples/PRJLANR5L16B2462/motifs.json +6 -0
  34. package/lib/examples/PRJLANR5L16B2462/motifs_populated.json +6 -0
  35. package/lib/examples/PRJLANR5L16B2462/sommaire.json +50 -0
  36. package/lib/examples/README.md +3 -0
  37. package/lib/schemas/acteur/Acteur.json +56 -0
  38. package/lib/schemas/acteur/AdresseElectronique.json +52 -0
  39. package/lib/schemas/acteur/AdressePostale.json +75 -0
  40. package/lib/schemas/acteur/Civ.json +14 -0
  41. package/lib/schemas/acteur/Collaborateur.json +29 -0
  42. package/lib/schemas/acteur/EtatCivil.json +51 -0
  43. package/lib/schemas/acteur/Ident.json +40 -0
  44. package/lib/schemas/acteur/Lieu.json +66 -0
  45. package/lib/schemas/acteur/Mandat.json +192 -0
  46. package/lib/schemas/acteur/Profession.json +46 -0
  47. package/lib/schemas/agenda/Agenda.json +318 -0
  48. package/lib/schemas/agenda/CycleDeVie.json +45 -0
  49. package/lib/schemas/agenda/PointOdj.json +82 -0
  50. package/lib/schemas/amendement/Amendement.json +246 -0
  51. package/lib/schemas/amendement/Diff.json +25 -0
  52. package/lib/schemas/amendement/DispositifAmdtCredit.json +85 -0
  53. package/lib/schemas/amendement/Identifiant.json +62 -0
  54. package/lib/schemas/amendement/PointeurFragmentTexte.json +127 -0
  55. package/lib/schemas/amendement/Representation.json +67 -0
  56. package/lib/schemas/amendement/Total.json +26 -0
  57. package/lib/schemas/converted_from_type/acteurs_et_organes.json +666 -0
  58. package/lib/schemas/converted_from_type/agendas.json +1100 -0
  59. package/lib/schemas/converted_from_type/amendements.json +3191 -0
  60. package/lib/schemas/converted_from_type/debats.json +682 -0
  61. package/lib/schemas/converted_from_type/deputes.json +26 -0
  62. package/lib/schemas/converted_from_type/dossiers_legislatifs.json +2918 -0
  63. package/lib/schemas/converted_from_type/legislatures.json +16 -0
  64. package/lib/schemas/converted_from_type/questions.json +328 -0
  65. package/lib/schemas/converted_from_type/scrutins.json +393 -0
  66. package/lib/schemas/debat/Contenu.json +75 -0
  67. package/lib/schemas/debat/Debat.json +40 -0
  68. package/lib/schemas/debat/Metadonnees.json +75 -0
  69. package/lib/schemas/debat/Orateur.json +60 -0
  70. package/lib/schemas/debat/Point.json +169 -0
  71. package/lib/schemas/debat/Sommaire.json +71 -0
  72. package/lib/schemas/debat/SommaireElement.json +108 -0
  73. package/lib/schemas/debat/Texte.json +34 -0
  74. package/lib/schemas/document/CodeLibelle.json +25 -0
  75. package/lib/schemas/document/Document.json +385 -0
  76. package/lib/schemas/document/Indexation.json +38 -0
  77. package/lib/schemas/dossier/ActeLegislatif.json +211 -0
  78. package/lib/schemas/dossier/ActeLegislatifBase.json +62 -0
  79. package/lib/schemas/dossier/Agenda.json +23 -0
  80. package/lib/schemas/dossier/ConseilConstitutionnel.json +35 -0
  81. package/lib/schemas/dossier/Decision.json +25 -0
  82. package/lib/schemas/dossier/Dossier.json +124 -0
  83. package/lib/schemas/dossier/EtudeImpact.json +29 -0
  84. package/lib/schemas/dossier/EtudePlf.json +105 -0
  85. package/lib/schemas/dossier/Europe.json +42 -0
  86. package/lib/schemas/dossier/FamCodeLibelle.json +25 -0
  87. package/lib/schemas/dossier/InfoJO.json +23 -0
  88. package/lib/schemas/dossier/Initiateur.json +36 -0
  89. package/lib/schemas/dossier/Motion.json +27 -0
  90. package/lib/schemas/dossier/Promulgation.json +62 -0
  91. package/lib/schemas/dossier/Rapporteur.json +36 -0
  92. package/lib/schemas/dossier/Texte.json +47 -0
  93. package/lib/schemas/organe/CodeTypeOrgane.json +43 -0
  94. package/lib/schemas/organe/Organe.json +136 -0
  95. package/lib/schemas/organe/ViMoDe.json +28 -0
  96. package/lib/schemas/question/Auteur.json +58 -0
  97. package/lib/schemas/question/Cloture.json +28 -0
  98. package/lib/schemas/question/InfoJO.json +40 -0
  99. package/lib/schemas/question/MinAttribElement.json +30 -0
  100. package/lib/schemas/question/Question.json +172 -0
  101. package/lib/schemas/question/Renouvellement.json +17 -0
  102. package/lib/schemas/question/Signalement.json +21 -0
  103. package/lib/schemas/question/Texte.json +24 -0
  104. package/lib/schemas/scrutin/DecompteVoix.json +35 -0
  105. package/lib/schemas/scrutin/Dysfonctionnement.json +50 -0
  106. package/lib/schemas/scrutin/MiseAuPoint.json +53 -0
  107. package/lib/schemas/scrutin/OrganeVotant.json +88 -0
  108. package/lib/schemas/scrutin/Scrutin.json +187 -0
  109. package/lib/schemas/scrutin/Votant.json +37 -0
  110. package/lib/schemas/texte_loi/Alinea.json +36 -0
  111. package/lib/schemas/texte_loi/ExposeMotifs.json +24 -0
  112. package/lib/schemas/texte_loi/MetaDonnees.json +126 -0
  113. package/lib/schemas/texte_loi/ProjetLoi.json +64 -0
  114. package/lib/schemas/texte_loi/Sommaire.json +48 -0
  115. package/lib/schemas/texte_loi/TexteLoi.json +225 -0
  116. package/lib/schemas/texte_loi/TexteLoiPartiel.json +237 -0
  117. package/package.json +4 -2
  118. package/lib/examples/PIONANR5L15B0020/input.d.ts +0 -2
  119. package/lib/examples/PIONANR5L15B0020/input.js +0 -10
  120. package/lib/examples/PIONANR5L15B0020/input.mjs +0 -193
  121. package/lib/examples/PRJLANR5L16B0914/input.d.ts +0 -2
  122. package/lib/examples/PRJLANR5L16B0914/input.js +0 -10
  123. package/lib/examples/PRJLANR5L16B0914/input.mjs +0 -322
  124. package/lib/examples/PRJLANR5L16B2014/input.d.ts +0 -2
  125. package/lib/examples/PRJLANR5L16B2014/input.js +0 -10
  126. package/lib/examples/PRJLANR5L16B2014/input.mjs +0 -577
  127. package/lib/examples/PRJLANR5L16B2424/input.d.ts +0 -2
  128. package/lib/examples/PRJLANR5L16B2424/input.js +0 -10
  129. package/lib/examples/PRJLANR5L16B2424/input.mjs +0 -322
  130. package/lib/examples/PRJLANR5L16B2462/input.d.ts +0 -2
  131. package/lib/examples/PRJLANR5L16B2462/input.js +0 -10
  132. package/lib/examples/PRJLANR5L16B2462/input.mjs +0 -1308
@@ -0,0 +1,1100 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "Acteur": {
5
+ "properties": {
6
+ "adresses": {
7
+ "items": {
8
+ "anyOf": [
9
+ {
10
+ "$ref": "#/definitions/AdresseElectronique"
11
+ },
12
+ {
13
+ "$ref": "#/definitions/AdressePostale"
14
+ }
15
+ ]
16
+ },
17
+ "type": "array"
18
+ },
19
+ "etatCivil": {
20
+ "$ref": "#/definitions/EtatCivil"
21
+ },
22
+ "mandats": {
23
+ "items": {
24
+ "$ref": "#/definitions/Mandat"
25
+ },
26
+ "type": "array"
27
+ },
28
+ "photo": {
29
+ "$ref": "#/definitions/Photo"
30
+ },
31
+ "profession": {
32
+ "$ref": "#/definitions/Profession"
33
+ },
34
+ "schemaVersion": {
35
+ "type": "string"
36
+ },
37
+ "uid": {
38
+ "type": "string"
39
+ },
40
+ "uriHatvp": {
41
+ "type": "string"
42
+ }
43
+ },
44
+ "type": "object"
45
+ },
46
+ "AdresseElectronique": {
47
+ "properties": {
48
+ "adresseDeRattachement": {
49
+ "type": "string"
50
+ },
51
+ "poids": {
52
+ "type": "string"
53
+ },
54
+ "type": {
55
+ "type": "string"
56
+ },
57
+ "typeLibelle": {
58
+ "type": "string"
59
+ },
60
+ "uid": {
61
+ "type": "string"
62
+ },
63
+ "valElec": {
64
+ "type": "string"
65
+ },
66
+ "xsiType": {
67
+ "enum": [
68
+ "AdresseMail_Type",
69
+ "AdresseSiteWeb_Type",
70
+ "AdresseTelephonique_Type"
71
+ ],
72
+ "type": "string"
73
+ }
74
+ },
75
+ "type": "object"
76
+ },
77
+ "AdressePostale": {
78
+ "properties": {
79
+ "codePostal": {
80
+ "type": "string"
81
+ },
82
+ "complementAdresse": {
83
+ "type": "string"
84
+ },
85
+ "intitule": {
86
+ "type": "string"
87
+ },
88
+ "nomRue": {
89
+ "type": "string"
90
+ },
91
+ "numeroRue": {
92
+ "type": "string"
93
+ },
94
+ "poids": {
95
+ "type": "string"
96
+ },
97
+ "type": {
98
+ "type": "string"
99
+ },
100
+ "typeLibelle": {
101
+ "type": "string"
102
+ },
103
+ "uid": {
104
+ "type": "string"
105
+ },
106
+ "ville": {
107
+ "type": "string"
108
+ },
109
+ "xsiType": {
110
+ "enum": [
111
+ "AdressePostale_Type"
112
+ ],
113
+ "type": "string"
114
+ }
115
+ },
116
+ "type": "object"
117
+ },
118
+ "Agendas": {
119
+ "properties": {
120
+ "reunions": {
121
+ "items": {
122
+ "$ref": "#/definitions/Reunion"
123
+ },
124
+ "type": "array"
125
+ }
126
+ },
127
+ "type": "object"
128
+ },
129
+ "Chrono": {
130
+ "properties": {
131
+ "cloture": {
132
+ "description": "Enables basic storage and retrieval of dates and times.",
133
+ "format": "date-time",
134
+ "type": "string"
135
+ },
136
+ "creation": {
137
+ "description": "Enables basic storage and retrieval of dates and times.",
138
+ "format": "date-time",
139
+ "type": "string"
140
+ }
141
+ },
142
+ "type": "object"
143
+ },
144
+ "Civ": {
145
+ "enum": [
146
+ "M.",
147
+ "Mme"
148
+ ],
149
+ "type": "string"
150
+ },
151
+ "Civ_1": {
152
+ "enum": [
153
+ "M.",
154
+ "Mme"
155
+ ],
156
+ "type": "string"
157
+ },
158
+ "CodeTypeOrgane": {
159
+ "enum": [
160
+ "API",
161
+ "ASSEMBLEE",
162
+ "CJR",
163
+ "CMP",
164
+ "CNPE",
165
+ "CNPS",
166
+ "COMNL",
167
+ "COMPER",
168
+ "COMSENAT",
169
+ "COMSPSENAT",
170
+ "CONFPT",
171
+ "CONSTITU",
172
+ "DELEG",
173
+ "DELEGBUREAU",
174
+ "DELEGSENAT",
175
+ "GA",
176
+ "GE",
177
+ "GEVI",
178
+ "GOUVERNEMENT",
179
+ "GP",
180
+ "GROUPESENAT",
181
+ "HCJ",
182
+ "MINISTERE",
183
+ "MISINFO",
184
+ "MISINFOCOM",
185
+ "MISINFOPRE",
186
+ "OFFPAR",
187
+ "ORGAINT",
188
+ "ORGEXTPARL",
189
+ "PARPOL",
190
+ "PRESREP",
191
+ "SENAT"
192
+ ],
193
+ "type": "string"
194
+ },
195
+ "Collaborateur": {
196
+ "properties": {
197
+ "nom": {
198
+ "type": "string"
199
+ },
200
+ "prenom": {
201
+ "type": "string"
202
+ },
203
+ "qualite": {
204
+ "$ref": "#/definitions/Civ"
205
+ }
206
+ },
207
+ "type": "object"
208
+ },
209
+ "Convert": {
210
+ "type": "object"
211
+ },
212
+ "CycleDeVie": {
213
+ "properties": {
214
+ "chrono": {
215
+ "$ref": "#/definitions/Chrono"
216
+ },
217
+ "etat": {
218
+ "$ref": "#/definitions/EtatCycleDeVie"
219
+ }
220
+ },
221
+ "type": "object"
222
+ },
223
+ "DemandeurActeur": {
224
+ "properties": {
225
+ "acteur": {
226
+ "$ref": "#/definitions/Acteur"
227
+ },
228
+ "acteurRef": {
229
+ "type": "string"
230
+ },
231
+ "nom": {
232
+ "type": "string"
233
+ }
234
+ },
235
+ "type": "object"
236
+ },
237
+ "DemandeurOrgane": {
238
+ "properties": {
239
+ "nom": {
240
+ "type": "string"
241
+ },
242
+ "organe": {
243
+ "$ref": "#/definitions/Organe"
244
+ },
245
+ "organeRef": {
246
+ "type": "string"
247
+ }
248
+ },
249
+ "type": "object"
250
+ },
251
+ "Demandeurs": {
252
+ "properties": {
253
+ "acteurs": {
254
+ "items": {
255
+ "$ref": "#/definitions/DemandeurActeur"
256
+ },
257
+ "type": "array"
258
+ },
259
+ "organe": {
260
+ "$ref": "#/definitions/DemandeurOrgane"
261
+ }
262
+ },
263
+ "type": "object"
264
+ },
265
+ "Election": {
266
+ "properties": {
267
+ "causeMandat": {
268
+ "type": "string"
269
+ },
270
+ "lieu": {
271
+ "$ref": "#/definitions/Lieu_1"
272
+ },
273
+ "refCirconscription": {
274
+ "type": "string"
275
+ }
276
+ },
277
+ "type": "object"
278
+ },
279
+ "EtatCivil": {
280
+ "properties": {
281
+ "dateDeces": {
282
+ "description": "Enables basic storage and retrieval of dates and times.",
283
+ "format": "date-time",
284
+ "type": "string"
285
+ },
286
+ "ident": {
287
+ "$ref": "#/definitions/Ident"
288
+ },
289
+ "infoNaissance": {
290
+ "$ref": "#/definitions/InfoNaissance"
291
+ }
292
+ },
293
+ "type": "object"
294
+ },
295
+ "EtatCycleDeVie": {
296
+ "enum": [
297
+ "Annulé",
298
+ "Confirmé",
299
+ "Eventuel",
300
+ "Supprimé"
301
+ ],
302
+ "type": "string"
303
+ },
304
+ "FamSocPro": {
305
+ "enum": [
306
+ "Agriculteurs exploitants",
307
+ "Artisans, commerçants et chefs d'entreprise",
308
+ "Autres personnes sans activité professionnelle",
309
+ "Cadres et professions intellectuelles supérieures",
310
+ "Employés",
311
+ "Ouvriers",
312
+ "Professions Intermédiaires",
313
+ "Retraités",
314
+ "Sans profession déclarée"
315
+ ],
316
+ "type": "string"
317
+ },
318
+ "FormatReunion": {
319
+ "enum": [
320
+ "AuditionExterne",
321
+ "AuditionParPresidentCommission",
322
+ "Ordinaire"
323
+ ],
324
+ "type": "string"
325
+ },
326
+ "Ident": {
327
+ "properties": {
328
+ "alpha": {
329
+ "type": "string"
330
+ },
331
+ "civ": {
332
+ "$ref": "#/definitions/Civ"
333
+ },
334
+ "nom": {
335
+ "type": "string"
336
+ },
337
+ "prenom": {
338
+ "type": "string"
339
+ },
340
+ "trigramme": {
341
+ "type": "string"
342
+ }
343
+ },
344
+ "type": "object"
345
+ },
346
+ "Ident_1": {
347
+ "properties": {
348
+ "alpha": {
349
+ "type": "string"
350
+ },
351
+ "civ": {
352
+ "$ref": "#/definitions/Civ_1"
353
+ },
354
+ "nom": {
355
+ "type": "string"
356
+ },
357
+ "prenom": {
358
+ "type": "string"
359
+ },
360
+ "trigramme": {
361
+ "type": "string"
362
+ }
363
+ },
364
+ "type": "object"
365
+ },
366
+ "Identifiants": {
367
+ "properties": {
368
+ "dateSeance": {
369
+ "type": "string"
370
+ },
371
+ "idJo": {
372
+ "type": "string"
373
+ },
374
+ "numSeanceJo": {
375
+ "type": "string"
376
+ },
377
+ "quantieme": {
378
+ "$ref": "#/definitions/Quantieme"
379
+ }
380
+ },
381
+ "type": "object"
382
+ },
383
+ "InfoNaissance": {
384
+ "properties": {
385
+ "dateNais": {
386
+ "description": "Enables basic storage and retrieval of dates and times.",
387
+ "format": "date-time",
388
+ "type": "string"
389
+ },
390
+ "depNais": {
391
+ "type": "string"
392
+ },
393
+ "paysNais": {
394
+ "type": "string"
395
+ },
396
+ "villeNais": {
397
+ "type": "string"
398
+ }
399
+ },
400
+ "type": "object"
401
+ },
402
+ "InfosQualite": {
403
+ "properties": {
404
+ "codeQualite": {
405
+ "type": "string"
406
+ },
407
+ "libQualite": {
408
+ "type": "string"
409
+ },
410
+ "libQualiteSex": {
411
+ "type": "string"
412
+ }
413
+ },
414
+ "type": "object"
415
+ },
416
+ "InfosReunionsInternationale": {
417
+ "properties": {
418
+ "estReunionInternationale": {
419
+ "type": "boolean"
420
+ },
421
+ "informationsComplementaires": {
422
+ "type": "string"
423
+ },
424
+ "listePays": {
425
+ "items": {
426
+ "type": "string"
427
+ },
428
+ "type": "array"
429
+ }
430
+ },
431
+ "type": "object"
432
+ },
433
+ "Lieu": {
434
+ "properties": {
435
+ "code": {
436
+ "type": "string"
437
+ },
438
+ "libelleCourt": {
439
+ "type": "string"
440
+ },
441
+ "libelleLong": {
442
+ "type": "string"
443
+ }
444
+ },
445
+ "type": "object"
446
+ },
447
+ "Lieu_1": {
448
+ "properties": {
449
+ "departement": {
450
+ "type": "string"
451
+ },
452
+ "numCirco": {
453
+ "type": "string"
454
+ },
455
+ "numDepartement": {
456
+ "type": "string"
457
+ },
458
+ "region": {
459
+ "$ref": "#/definitions/Region"
460
+ },
461
+ "regionType": {
462
+ "$ref": "#/definitions/RegionType"
463
+ }
464
+ },
465
+ "type": "object"
466
+ },
467
+ "Mandat": {
468
+ "properties": {
469
+ "acteurRef": {
470
+ "type": "string"
471
+ },
472
+ "collaborateurs": {
473
+ "items": {
474
+ "$ref": "#/definitions/Collaborateur"
475
+ },
476
+ "type": "array"
477
+ },
478
+ "dateDebut": {
479
+ "description": "Enables basic storage and retrieval of dates and times.",
480
+ "format": "date-time",
481
+ "type": "string"
482
+ },
483
+ "dateFin": {
484
+ "description": "Enables basic storage and retrieval of dates and times.",
485
+ "format": "date-time",
486
+ "type": "string"
487
+ },
488
+ "datePublication": {
489
+ "description": "Enables basic storage and retrieval of dates and times.",
490
+ "format": "date-time",
491
+ "type": "string"
492
+ },
493
+ "election": {
494
+ "$ref": "#/definitions/Election"
495
+ },
496
+ "infosQualite": {
497
+ "$ref": "#/definitions/InfosQualite"
498
+ },
499
+ "legislature": {
500
+ "type": "string"
501
+ },
502
+ "libelle": {
503
+ "type": "string"
504
+ },
505
+ "mandature": {
506
+ "$ref": "#/definitions/Mandature"
507
+ },
508
+ "missionPrecedenteRef": {
509
+ "type": "string"
510
+ },
511
+ "missionSuivanteRef": {
512
+ "type": "string"
513
+ },
514
+ "nominPrincipale": {
515
+ "type": "string"
516
+ },
517
+ "organes": {
518
+ "items": {
519
+ "$ref": "#/definitions/Organe"
520
+ },
521
+ "type": "array"
522
+ },
523
+ "organesRefs": {
524
+ "items": {
525
+ "type": "string"
526
+ },
527
+ "type": "array"
528
+ },
529
+ "preseance": {
530
+ "type": "string"
531
+ },
532
+ "suppleant": {
533
+ "$ref": "#/definitions/Suppleant"
534
+ },
535
+ "typeOrgane": {
536
+ "$ref": "#/definitions/CodeTypeOrgane"
537
+ },
538
+ "uid": {
539
+ "type": "string"
540
+ },
541
+ "xsiType": {
542
+ "$ref": "#/definitions/TypeMandat"
543
+ }
544
+ },
545
+ "type": "object"
546
+ },
547
+ "Mandature": {
548
+ "properties": {
549
+ "causeFin": {
550
+ "type": "string"
551
+ },
552
+ "datePriseFonction": {
553
+ "description": "Enables basic storage and retrieval of dates and times.",
554
+ "format": "date-time",
555
+ "type": "string"
556
+ },
557
+ "mandatRemplaceRef": {
558
+ "type": "string"
559
+ },
560
+ "placeHemicycle": {
561
+ "type": "string"
562
+ },
563
+ "premiereElection": {
564
+ "type": "string"
565
+ }
566
+ },
567
+ "type": "object"
568
+ },
569
+ "NatureTravauxOdj": {
570
+ "enum": [
571
+ "ODJPR",
572
+ "ODJSN"
573
+ ],
574
+ "type": "string"
575
+ },
576
+ "Odj": {
577
+ "properties": {
578
+ "convocationOdj": {
579
+ "items": {
580
+ "type": "string"
581
+ },
582
+ "type": "array"
583
+ },
584
+ "pointsOdj": {
585
+ "items": {
586
+ "$ref": "#/definitions/PointOdj"
587
+ },
588
+ "type": "array"
589
+ },
590
+ "resumeOdj": {
591
+ "items": {
592
+ "type": "string"
593
+ },
594
+ "type": "array"
595
+ }
596
+ },
597
+ "type": "object"
598
+ },
599
+ "Organe": {
600
+ "properties": {
601
+ "codeType": {
602
+ "$ref": "#/definitions/CodeTypeOrgane"
603
+ },
604
+ "couleurAssociee": {
605
+ "type": "string"
606
+ },
607
+ "legislature": {
608
+ "type": "string"
609
+ },
610
+ "libelle": {
611
+ "type": "string"
612
+ },
613
+ "libelleAbrege": {
614
+ "type": "string"
615
+ },
616
+ "libelleAbrev": {
617
+ "type": "string"
618
+ },
619
+ "libelleEdition": {
620
+ "type": "string"
621
+ },
622
+ "listePays": {
623
+ "items": {
624
+ "type": "string"
625
+ },
626
+ "type": "array"
627
+ },
628
+ "nombreReunionsAnnuelles": {
629
+ "type": "string"
630
+ },
631
+ "organeParent": {
632
+ "$ref": "#/definitions/Organe"
633
+ },
634
+ "organeParentRef": {
635
+ "type": "string"
636
+ },
637
+ "positionPolitique": {
638
+ "$ref": "#/definitions/PositionPolitique"
639
+ },
640
+ "preseance": {
641
+ "type": "string"
642
+ },
643
+ "regime": {
644
+ "$ref": "#/definitions/Regime"
645
+ },
646
+ "regimeJuridique": {
647
+ "type": "string"
648
+ },
649
+ "schemaVersion": {
650
+ "type": "string"
651
+ },
652
+ "secretariat": {
653
+ "$ref": "#/definitions/Secretariat"
654
+ },
655
+ "siteInternet": {
656
+ "type": "string"
657
+ },
658
+ "uid": {
659
+ "type": "string"
660
+ },
661
+ "viMoDe": {
662
+ "$ref": "#/definitions/ViMoDe"
663
+ },
664
+ "xsiType": {
665
+ "$ref": "#/definitions/TypeOrgane"
666
+ }
667
+ },
668
+ "type": "object"
669
+ },
670
+ "ParticipantInterne": {
671
+ "properties": {
672
+ "acteur": {
673
+ "$ref": "#/definitions/Acteur"
674
+ },
675
+ "acteurRef": {
676
+ "type": "string"
677
+ },
678
+ "presence": {
679
+ "$ref": "#/definitions/Presence"
680
+ }
681
+ },
682
+ "type": "object"
683
+ },
684
+ "Participants": {
685
+ "properties": {
686
+ "participantsInternes": {
687
+ "items": {
688
+ "$ref": "#/definitions/ParticipantInterne"
689
+ },
690
+ "type": "array"
691
+ },
692
+ "personnesAuditionnees": {
693
+ "items": {
694
+ "$ref": "#/definitions/PersonneAuditionnee"
695
+ },
696
+ "type": "array"
697
+ }
698
+ },
699
+ "type": "object"
700
+ },
701
+ "PersonneAuditionnee": {
702
+ "properties": {
703
+ "dateNais": {
704
+ "description": "Enables basic storage and retrieval of dates and times.",
705
+ "format": "date-time",
706
+ "type": "string"
707
+ },
708
+ "ident": {
709
+ "$ref": "#/definitions/Ident_1"
710
+ },
711
+ "uid": {
712
+ "type": "string"
713
+ },
714
+ "xsiType": {
715
+ "$ref": "#/definitions/PersonneAuditionneeXsiType"
716
+ }
717
+ },
718
+ "type": "object"
719
+ },
720
+ "PersonneAuditionneeXsiType": {
721
+ "enum": [
722
+ "IdActeur_type",
723
+ "IdPersonneExterne_type"
724
+ ],
725
+ "type": "string"
726
+ },
727
+ "Photo": {
728
+ "properties": {
729
+ "chemin": {
730
+ "type": "string"
731
+ },
732
+ "cheminMosaique": {
733
+ "type": "string"
734
+ },
735
+ "hauteur": {
736
+ "type": "number"
737
+ },
738
+ "largeur": {
739
+ "type": "number"
740
+ },
741
+ "xMosaique": {
742
+ "type": "number"
743
+ },
744
+ "yMosaique": {
745
+ "type": "number"
746
+ }
747
+ },
748
+ "type": "object"
749
+ },
750
+ "PointOdj": {
751
+ "properties": {
752
+ "comiteSecret": {
753
+ "type": "boolean"
754
+ },
755
+ "cycleDeVie": {
756
+ "$ref": "#/definitions/CycleDeVie"
757
+ },
758
+ "dateConfPres": {
759
+ "description": "Enables basic storage and retrieval of dates and times.",
760
+ "format": "date-time",
761
+ "type": "string"
762
+ },
763
+ "dateLettreMinistre": {
764
+ "description": "Enables basic storage and retrieval of dates and times.",
765
+ "format": "date-time",
766
+ "type": "string"
767
+ },
768
+ "dossiersLegislatifsRefs": {
769
+ "items": {
770
+ "type": "string"
771
+ },
772
+ "type": "array"
773
+ },
774
+ "natureTravauxOdj": {
775
+ "$ref": "#/definitions/NatureTravauxOdj"
776
+ },
777
+ "objet": {
778
+ "type": "string"
779
+ },
780
+ "procedure": {
781
+ "$ref": "#/definitions/Procedure"
782
+ },
783
+ "typePointOdj": {
784
+ "$ref": "#/definitions/TypePointOdj"
785
+ },
786
+ "uid": {
787
+ "type": "string"
788
+ },
789
+ "xsiType": {
790
+ "$ref": "#/definitions/PointOdjXsiType"
791
+ }
792
+ },
793
+ "type": "object"
794
+ },
795
+ "PointOdjXsiType": {
796
+ "enum": [
797
+ "podjReunion_type",
798
+ "podjSeanceConfPres_type"
799
+ ],
800
+ "type": "string"
801
+ },
802
+ "PositionPolitique": {
803
+ "enum": [
804
+ "Majoritaire",
805
+ "Minoritaire",
806
+ "Opposition"
807
+ ],
808
+ "type": "string"
809
+ },
810
+ "Presence": {
811
+ "enum": [
812
+ "absent",
813
+ "excusé",
814
+ "présent"
815
+ ],
816
+ "type": "string"
817
+ },
818
+ "Procedure": {
819
+ "enum": [
820
+ "discussion générale commune",
821
+ "procédure d'examen simplifiée-Article 103",
822
+ "procédure d'examen simplifiée-Article 106"
823
+ ],
824
+ "type": "string"
825
+ },
826
+ "Profession": {
827
+ "properties": {
828
+ "libelleCourant": {
829
+ "type": "string"
830
+ },
831
+ "socProcInsee": {
832
+ "$ref": "#/definitions/SocProcInsee"
833
+ }
834
+ },
835
+ "type": "object"
836
+ },
837
+ "Quantieme": {
838
+ "enum": [
839
+ "Deuxième",
840
+ "Première",
841
+ "Troisième",
842
+ "Unique"
843
+ ],
844
+ "type": "string"
845
+ },
846
+ "Regime": {
847
+ "enum": [
848
+ "4ème République",
849
+ "5ème République",
850
+ "Assemblée consultative provisoire",
851
+ "Assemblées nationales constituantes"
852
+ ],
853
+ "type": "string"
854
+ },
855
+ "Region": {
856
+ "enum": [
857
+ "Auvergne-Rhône-Alpes",
858
+ "Bourgogne-Franche-Comté",
859
+ "Bretagne",
860
+ "Centre-Val de Loire",
861
+ "Corse",
862
+ "Français établis hors de France",
863
+ "Grand Est",
864
+ "Guadeloupe",
865
+ "Guyane",
866
+ "Hauts-de-France",
867
+ "Ile-de-France",
868
+ "Martinique",
869
+ "Mayotte",
870
+ "Normandie",
871
+ "Nouvelle-Aquitaine",
872
+ "Nouvelle-Calédonie",
873
+ "Occitanie",
874
+ "Pays de la Loire",
875
+ "Polynésie française",
876
+ "Provence-Alpes-Côte d'Azur",
877
+ "Réunion",
878
+ "Saint-Barthélemy et Saint-Martin",
879
+ "Saint-Pierre-et-Miquelon",
880
+ "Wallis-et-Futuna"
881
+ ],
882
+ "type": "string"
883
+ },
884
+ "RegionType": {
885
+ "enum": [
886
+ "Collectivités d'outre-mer et Nouvelle-Calédonie",
887
+ "Dom",
888
+ "Français établis hors de France",
889
+ "Métropolitain"
890
+ ],
891
+ "type": "string"
892
+ },
893
+ "Reunion": {
894
+ "properties": {
895
+ "captationVideo": {
896
+ "type": "boolean"
897
+ },
898
+ "compteRenduRef": {
899
+ "type": "string"
900
+ },
901
+ "cycleDeVie": {
902
+ "$ref": "#/definitions/CycleDeVie"
903
+ },
904
+ "demandeurs": {
905
+ "$ref": "#/definitions/Demandeurs"
906
+ },
907
+ "formatReunion": {
908
+ "$ref": "#/definitions/FormatReunion"
909
+ },
910
+ "identifiants": {
911
+ "$ref": "#/definitions/Identifiants"
912
+ },
913
+ "infosReunionsInternationale": {
914
+ "$ref": "#/definitions/InfosReunionsInternationale"
915
+ },
916
+ "lieu": {
917
+ "$ref": "#/definitions/Lieu"
918
+ },
919
+ "odj": {
920
+ "$ref": "#/definitions/Odj"
921
+ },
922
+ "organeReuni": {
923
+ "$ref": "#/definitions/Organe"
924
+ },
925
+ "organeReuniRef": {
926
+ "type": "string"
927
+ },
928
+ "ouverturePresse": {
929
+ "type": "boolean"
930
+ },
931
+ "participants": {
932
+ "$ref": "#/definitions/Participants"
933
+ },
934
+ "schemaVersion": {
935
+ "type": "string"
936
+ },
937
+ "sessionRef": {
938
+ "type": "string"
939
+ },
940
+ "timestampDebut": {
941
+ "description": "Enables basic storage and retrieval of dates and times.",
942
+ "format": "date-time",
943
+ "type": "string"
944
+ },
945
+ "timestampFin": {
946
+ "description": "Enables basic storage and retrieval of dates and times.",
947
+ "format": "date-time",
948
+ "type": "string"
949
+ },
950
+ "typeReunion": {
951
+ "$ref": "#/definitions/TypeReunion"
952
+ },
953
+ "uid": {
954
+ "type": "string"
955
+ },
956
+ "xsiType": {
957
+ "$ref": "#/definitions/ReunionXsiType"
958
+ }
959
+ },
960
+ "type": "object"
961
+ },
962
+ "ReunionXsiType": {
963
+ "enum": [
964
+ "reunionCommission_type",
965
+ "reunionInitParlementaire_type",
966
+ "seance_type"
967
+ ],
968
+ "type": "string"
969
+ },
970
+ "Secretariat": {
971
+ "properties": {
972
+ "secretaire01": {
973
+ "type": "string"
974
+ },
975
+ "secretaire02": {
976
+ "type": "string"
977
+ }
978
+ },
979
+ "type": "object"
980
+ },
981
+ "SocProcInsee": {
982
+ "properties": {
983
+ "catSocPro": {
984
+ "type": "string"
985
+ },
986
+ "famSocPro": {
987
+ "$ref": "#/definitions/FamSocPro"
988
+ }
989
+ },
990
+ "type": "object"
991
+ },
992
+ "Suppleant": {
993
+ "properties": {
994
+ "dateDebut": {
995
+ "description": "Enables basic storage and retrieval of dates and times.",
996
+ "format": "date-time",
997
+ "type": "string"
998
+ },
999
+ "dateFin": {
1000
+ "description": "Enables basic storage and retrieval of dates and times.",
1001
+ "format": "date-time",
1002
+ "type": "string"
1003
+ },
1004
+ "suppleantRef": {
1005
+ "type": "string"
1006
+ }
1007
+ },
1008
+ "type": "object"
1009
+ },
1010
+ "TypeMandat": {
1011
+ "enum": [
1012
+ "MandatAvecSuppleant_Type",
1013
+ "MandatMission_Type",
1014
+ "MandatParlementaire_type",
1015
+ "MandatSimple_Type"
1016
+ ],
1017
+ "type": "string"
1018
+ },
1019
+ "TypeOrgane": {
1020
+ "enum": [
1021
+ "GroupePolitique_type",
1022
+ "OrganeExterne_Type",
1023
+ "OrganeExtraParlementaire_type",
1024
+ "OrganeParlementaireInternational",
1025
+ "OrganeParlementaire_Type"
1026
+ ],
1027
+ "type": "string"
1028
+ },
1029
+ "TypePointOdj": {
1030
+ "enum": [
1031
+ "Amendements (Art. 88)",
1032
+ "Amendements (Art. 91)",
1033
+ "Audition",
1034
+ "Audition ministre",
1035
+ "Audition ministre ouverte à la presse",
1036
+ "Audition ouverte à la presse",
1037
+ "Communication",
1038
+ "Constitution de mission d'information",
1039
+ "Discussion",
1040
+ "Débat d'initiative parlementaire",
1041
+ "Déclaration du Gouvernement suivie d'un débat",
1042
+ "Echanges de vues",
1043
+ "Examen",
1044
+ "Explications de vote des groupes et vote par scrutin public",
1045
+ "Explications de vote et vote par scrutin public",
1046
+ "Fixation de l'ordre du jour",
1047
+ "Nomination bureau",
1048
+ "Nomination candidats organisme extraparlementaire",
1049
+ "Nomination d'un membre d'une mission d'information",
1050
+ "Nomination rapporteur",
1051
+ "Nomination rapporteur d'application",
1052
+ "Nomination rapporteur d'information",
1053
+ "Nomination rapporteur pour avis",
1054
+ "Ouverture et clôture de session",
1055
+ "Questions au Gouvernement",
1056
+ "Questions orales sans débat",
1057
+ "Rapport",
1058
+ "Rapport d'information",
1059
+ "Rapport pour avis",
1060
+ "Suite de la discussion",
1061
+ "Table ronde",
1062
+ "Vote par scrutin public",
1063
+ "Vote solennel"
1064
+ ],
1065
+ "type": "string"
1066
+ },
1067
+ "TypeReunion": {
1068
+ "enum": [
1069
+ "DEP",
1070
+ "GA",
1071
+ "GE",
1072
+ "GEVI",
1073
+ "GP",
1074
+ "HÉ Aurélien"
1075
+ ],
1076
+ "type": "string"
1077
+ },
1078
+ "ViMoDe": {
1079
+ "properties": {
1080
+ "dateAgrement": {
1081
+ "description": "Enables basic storage and retrieval of dates and times.",
1082
+ "format": "date-time",
1083
+ "type": "string"
1084
+ },
1085
+ "dateDebut": {
1086
+ "description": "Enables basic storage and retrieval of dates and times.",
1087
+ "format": "date-time",
1088
+ "type": "string"
1089
+ },
1090
+ "dateFin": {
1091
+ "description": "Enables basic storage and retrieval of dates and times.",
1092
+ "format": "date-time",
1093
+ "type": "string"
1094
+ }
1095
+ },
1096
+ "type": "object"
1097
+ }
1098
+ }
1099
+ }
1100
+