@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,682 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "CompteRendu": {
5
+ "properties": {
6
+ "contenu": {
7
+ "$ref": "#/definitions/Contenu"
8
+ },
9
+ "metadonnees": {
10
+ "$ref": "#/definitions/Metadonnees"
11
+ },
12
+ "schemaVersion": {
13
+ "type": "string"
14
+ },
15
+ "seanceRef": {
16
+ "type": "string"
17
+ },
18
+ "sessionRef": {
19
+ "type": "string"
20
+ },
21
+ "uid": {
22
+ "type": "string"
23
+ }
24
+ },
25
+ "type": "object"
26
+ },
27
+ "ComptesRendus": {
28
+ "properties": {
29
+ "comptesRendus": {
30
+ "items": {
31
+ "$ref": "#/definitions/CompteRendu"
32
+ },
33
+ "type": "array"
34
+ }
35
+ },
36
+ "type": "object"
37
+ },
38
+ "Contenu": {
39
+ "properties": {
40
+ "finSeance": {
41
+ "$ref": "#/definitions/FinSeance"
42
+ },
43
+ "ouvertureSeance": {
44
+ "$ref": "#/definitions/OuvertureSeance"
45
+ },
46
+ "paragraphe": {
47
+ "items": {
48
+ "$ref": "#/definitions/Point"
49
+ },
50
+ "type": "array"
51
+ },
52
+ "point": {
53
+ "anyOf": [
54
+ {
55
+ "$ref": "#/definitions/Point"
56
+ },
57
+ {
58
+ "items": {
59
+ "$ref": "#/definitions/Point"
60
+ },
61
+ "type": "array"
62
+ }
63
+ ]
64
+ },
65
+ "quantiemes": {
66
+ "$ref": "#/definitions/Quantiemes"
67
+ }
68
+ },
69
+ "type": "object"
70
+ },
71
+ "Convert": {
72
+ "type": "object"
73
+ },
74
+ "Decision": {
75
+ "enum": [
76
+ "",
77
+ "ADOPTION amendement (main levée) adt",
78
+ "ADOPTION de plusieurs amendements (main levée) adts",
79
+ "ADOPTION de plusieurs sous-amendements (main levée) ss-adts",
80
+ "ADOPTION d’un article (vote à main levée)",
81
+ "ADOPTION d’un sous-amendement (main levée) ss-adt",
82
+ "REJET de plusieurs amendements (main levée) adts",
83
+ "REJET de plusieurs sous-amendements (main levée) ss-adts",
84
+ "REJET d’un amendement (main levée) adt",
85
+ "REJET d’un article (vote à main levée)",
86
+ "REJET d’un sous-amendement (main levée) ss-adt",
87
+ "REJET motion de rejet préalable (main levée)"
88
+ ],
89
+ "type": "string"
90
+ },
91
+ "FinSeance": {
92
+ "properties": {
93
+ "point": {
94
+ "$ref": "#/definitions/FinSeancePoint"
95
+ }
96
+ },
97
+ "type": "object"
98
+ },
99
+ "FinSeancePoint": {
100
+ "properties": {
101
+ "code_grammaire": {
102
+ "type": "string"
103
+ },
104
+ "code_parole": {
105
+ "type": "string"
106
+ },
107
+ "code_style": {
108
+ "type": "string"
109
+ },
110
+ "id_preparation": {
111
+ "type": "string"
112
+ },
113
+ "id_syceron": {
114
+ "type": "string"
115
+ },
116
+ "nivpoint": {
117
+ "type": "string"
118
+ },
119
+ "orateurs": {
120
+ "type": "string"
121
+ },
122
+ "ordinal_prise": {
123
+ "type": "string"
124
+ },
125
+ "ordre_absolu_seance": {
126
+ "type": "string"
127
+ },
128
+ "paragraphe": {
129
+ "items": {
130
+ "$ref": "#/definitions/Point"
131
+ },
132
+ "type": "array"
133
+ },
134
+ "sommaire": {
135
+ "type": "string"
136
+ },
137
+ "texte": {
138
+ "type": "string"
139
+ },
140
+ "type_debat": {
141
+ "type": "string"
142
+ },
143
+ "valeur": {
144
+ "type": "string"
145
+ },
146
+ "valeur_ptsodj": {
147
+ "type": "string"
148
+ }
149
+ },
150
+ "type": "object"
151
+ },
152
+ "InterExtraction": {
153
+ "properties": {
154
+ "changementPresidence": {
155
+ "$ref": "#/definitions/Point"
156
+ },
157
+ "id_acteur": {
158
+ "type": "string"
159
+ },
160
+ "id_mandat": {
161
+ "type": "string"
162
+ },
163
+ "id_nomination_oe": {
164
+ "type": "string"
165
+ },
166
+ "id_nomination_op": {
167
+ "type": "string"
168
+ },
169
+ "nom_orateur": {
170
+ "type": "string"
171
+ },
172
+ "paragraphe": {
173
+ "anyOf": [
174
+ {
175
+ "$ref": "#/definitions/Point"
176
+ },
177
+ {
178
+ "items": {
179
+ "$ref": "#/definitions/Point"
180
+ },
181
+ "type": "array"
182
+ }
183
+ ]
184
+ },
185
+ "qualite": {
186
+ "type": "string"
187
+ }
188
+ },
189
+ "type": "object"
190
+ },
191
+ "Metadonnees": {
192
+ "properties": {
193
+ "dateSeance": {
194
+ "type": "string"
195
+ },
196
+ "dateSeanceJour": {
197
+ "type": "string"
198
+ },
199
+ "diffusion": {
200
+ "type": "string"
201
+ },
202
+ "environnement": {
203
+ "type": "string"
204
+ },
205
+ "etat": {
206
+ "type": "string"
207
+ },
208
+ "heureGeneration": {
209
+ "format": "date-time",
210
+ "type": "string"
211
+ },
212
+ "legislature": {
213
+ "type": "string"
214
+ },
215
+ "nomFichierJo": {
216
+ "type": "string"
217
+ },
218
+ "numSeance": {
219
+ "type": "string"
220
+ },
221
+ "numSeanceJour": {
222
+ "type": "string"
223
+ },
224
+ "session": {
225
+ "type": "string"
226
+ },
227
+ "sommaire": {
228
+ "$ref": "#/definitions/Sommaire"
229
+ },
230
+ "typeAssemblee": {
231
+ "type": "string"
232
+ },
233
+ "validite": {
234
+ "type": "string"
235
+ },
236
+ "version": {
237
+ "type": "string"
238
+ }
239
+ },
240
+ "type": "object"
241
+ },
242
+ "OrateurElement": {
243
+ "properties": {
244
+ "id": {
245
+ "type": "string"
246
+ },
247
+ "nom": {
248
+ "type": "string"
249
+ },
250
+ "qualite": {
251
+ "type": "string"
252
+ }
253
+ },
254
+ "type": "object"
255
+ },
256
+ "Orateurs": {
257
+ "properties": {
258
+ "orateur": {
259
+ "anyOf": [
260
+ {
261
+ "$ref": "#/definitions/OrateurElement"
262
+ },
263
+ {
264
+ "items": {
265
+ "$ref": "#/definitions/OrateurElement"
266
+ },
267
+ "type": "array"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ "type": "object"
273
+ },
274
+ "OuvertureSeance": {
275
+ "properties": {
276
+ "code_grammaire": {
277
+ "type": "string"
278
+ },
279
+ "code_parole": {
280
+ "type": "string"
281
+ },
282
+ "code_style": {
283
+ "type": "string"
284
+ },
285
+ "id_acteur": {
286
+ "type": "string"
287
+ },
288
+ "id_mandat": {
289
+ "type": "string"
290
+ },
291
+ "id_nomination_oe": {
292
+ "type": "string"
293
+ },
294
+ "id_nomination_op": {
295
+ "type": "string"
296
+ },
297
+ "id_preparation": {
298
+ "type": "string"
299
+ },
300
+ "id_syceron": {
301
+ "type": "string"
302
+ },
303
+ "interExtraction": {
304
+ "$ref": "#/definitions/InterExtraction"
305
+ },
306
+ "nivpoint": {
307
+ "type": "string"
308
+ },
309
+ "orateurs": {
310
+ "anyOf": [
311
+ {
312
+ "$ref": "#/definitions/Orateurs"
313
+ },
314
+ {
315
+ "type": "string"
316
+ }
317
+ ]
318
+ },
319
+ "ordinal_prise": {
320
+ "type": "string"
321
+ },
322
+ "ordre_absolu_seance": {
323
+ "type": "string"
324
+ },
325
+ "paragraphe": {
326
+ "items": {
327
+ "$ref": "#/definitions/Point"
328
+ },
329
+ "type": "array"
330
+ },
331
+ "point": {
332
+ "$ref": "#/definitions/Point"
333
+ },
334
+ "sommaire": {
335
+ "type": "string"
336
+ },
337
+ "texte": {
338
+ "anyOf": [
339
+ {
340
+ "$ref": "#/definitions/Texte"
341
+ },
342
+ {
343
+ "type": "string"
344
+ }
345
+ ]
346
+ },
347
+ "valeur": {
348
+ "type": "string"
349
+ },
350
+ "valeur_ptsodj": {
351
+ "type": "string"
352
+ }
353
+ },
354
+ "type": "object"
355
+ },
356
+ "Para": {
357
+ "properties": {
358
+ "_": {
359
+ "type": "string"
360
+ },
361
+ "id_syceron": {
362
+ "type": "string"
363
+ },
364
+ "lienAdt": {
365
+ "anyOf": [
366
+ {
367
+ "$ref": "#/definitions/Texte"
368
+ },
369
+ {
370
+ "items": {
371
+ "$ref": "#/definitions/Texte"
372
+ },
373
+ "type": "array"
374
+ }
375
+ ]
376
+ },
377
+ "sup": {
378
+ "type": "string"
379
+ }
380
+ },
381
+ "type": "object"
382
+ },
383
+ "Point": {
384
+ "properties": {
385
+ "adt": {
386
+ "type": "string"
387
+ },
388
+ "art": {
389
+ "type": "string"
390
+ },
391
+ "bibard": {
392
+ "type": "string"
393
+ },
394
+ "changementPresidence": {
395
+ "$ref": "#/definitions/Point"
396
+ },
397
+ "code_grammaire": {
398
+ "type": "string"
399
+ },
400
+ "code_parole": {
401
+ "type": "string"
402
+ },
403
+ "code_style": {
404
+ "type": "string"
405
+ },
406
+ "decision": {
407
+ "$ref": "#/definitions/Decision"
408
+ },
409
+ "id_acteur": {
410
+ "type": "string"
411
+ },
412
+ "id_mandat": {
413
+ "type": "string"
414
+ },
415
+ "id_nomination_oe": {
416
+ "type": "string"
417
+ },
418
+ "id_nomination_op": {
419
+ "type": "string"
420
+ },
421
+ "id_preparation": {
422
+ "type": "string"
423
+ },
424
+ "id_syceron": {
425
+ "type": "string"
426
+ },
427
+ "interExtraction": {
428
+ "anyOf": [
429
+ {
430
+ "$ref": "#/definitions/InterExtraction"
431
+ },
432
+ {
433
+ "items": {
434
+ "$ref": "#/definitions/InterExtraction"
435
+ },
436
+ "type": "array"
437
+ }
438
+ ]
439
+ },
440
+ "nivpoint": {
441
+ "type": "string"
442
+ },
443
+ "orateur": {
444
+ "type": "string"
445
+ },
446
+ "orateurs": {
447
+ "anyOf": [
448
+ {
449
+ "$ref": "#/definitions/Orateurs"
450
+ },
451
+ {
452
+ "type": "string"
453
+ }
454
+ ]
455
+ },
456
+ "ordinal_prise": {
457
+ "type": "string"
458
+ },
459
+ "ordre_absolu_seance": {
460
+ "type": "string"
461
+ },
462
+ "paragraphe": {
463
+ "anyOf": [
464
+ {
465
+ "$ref": "#/definitions/Point"
466
+ },
467
+ {
468
+ "items": {
469
+ "$ref": "#/definitions/Point"
470
+ },
471
+ "type": "array"
472
+ }
473
+ ]
474
+ },
475
+ "point": {
476
+ "anyOf": [
477
+ {
478
+ "$ref": "#/definitions/Point"
479
+ },
480
+ {
481
+ "items": {
482
+ "$ref": "#/definitions/Point"
483
+ },
484
+ "type": "array"
485
+ }
486
+ ]
487
+ },
488
+ "roledebat": {
489
+ "type": "string"
490
+ },
491
+ "sommaire": {
492
+ "type": "string"
493
+ },
494
+ "ssadt": {
495
+ "type": "string"
496
+ },
497
+ "structure": {
498
+ "type": "string"
499
+ },
500
+ "texte": {
501
+ "anyOf": [
502
+ {
503
+ "$ref": "#/definitions/Texte"
504
+ },
505
+ {
506
+ "type": "string"
507
+ }
508
+ ]
509
+ },
510
+ "type_debat": {
511
+ "type": "string"
512
+ },
513
+ "valeur": {
514
+ "type": "string"
515
+ },
516
+ "valeur_ptsodj": {
517
+ "type": "string"
518
+ }
519
+ },
520
+ "type": "object"
521
+ },
522
+ "Quantiemes": {
523
+ "properties": {
524
+ "journee": {
525
+ "type": "string"
526
+ },
527
+ "session": {
528
+ "type": "string"
529
+ }
530
+ },
531
+ "type": "object"
532
+ },
533
+ "Sommaire": {
534
+ "properties": {
535
+ "para": {
536
+ "$ref": "#/definitions/Texte"
537
+ },
538
+ "presidentSeance": {
539
+ "$ref": "#/definitions/Texte"
540
+ },
541
+ "sommaire1": {
542
+ "anyOf": [
543
+ {
544
+ "$ref": "#/definitions/SommaireElement"
545
+ },
546
+ {
547
+ "items": {
548
+ "$ref": "#/definitions/SommaireElement"
549
+ },
550
+ "type": "array"
551
+ }
552
+ ]
553
+ },
554
+ "sommaire2": {
555
+ "anyOf": [
556
+ {
557
+ "$ref": "#/definitions/SommaireElement"
558
+ },
559
+ {
560
+ "items": {
561
+ "$ref": "#/definitions/SommaireElement"
562
+ },
563
+ "type": "array"
564
+ }
565
+ ]
566
+ },
567
+ "sommaire3": {
568
+ "anyOf": [
569
+ {
570
+ "$ref": "#/definitions/SommaireElement"
571
+ },
572
+ {
573
+ "items": {
574
+ "$ref": "#/definitions/SommaireElement"
575
+ },
576
+ "type": "array"
577
+ }
578
+ ]
579
+ }
580
+ },
581
+ "type": "object"
582
+ },
583
+ "SommaireElement": {
584
+ "properties": {
585
+ "para": {
586
+ "anyOf": [
587
+ {
588
+ "$ref": "#/definitions/Texte"
589
+ },
590
+ {
591
+ "items": {
592
+ "anyOf": [
593
+ {
594
+ "$ref": "#/definitions/Texte"
595
+ },
596
+ {
597
+ "type": "string"
598
+ }
599
+ ]
600
+ },
601
+ "type": "array"
602
+ }
603
+ ]
604
+ },
605
+ "presidentSeance": {
606
+ "anyOf": [
607
+ {
608
+ "$ref": "#/definitions/Texte"
609
+ },
610
+ {
611
+ "items": {
612
+ "$ref": "#/definitions/Texte"
613
+ },
614
+ "type": "array"
615
+ }
616
+ ]
617
+ },
618
+ "sommaire2": {
619
+ "anyOf": [
620
+ {
621
+ "$ref": "#/definitions/SommaireElement"
622
+ },
623
+ {
624
+ "items": {
625
+ "$ref": "#/definitions/SommaireElement"
626
+ },
627
+ "type": "array"
628
+ }
629
+ ]
630
+ },
631
+ "sommaire3": {
632
+ "anyOf": [
633
+ {
634
+ "$ref": "#/definitions/SommaireElement"
635
+ },
636
+ {
637
+ "items": {
638
+ "$ref": "#/definitions/SommaireElement"
639
+ },
640
+ "type": "array"
641
+ }
642
+ ]
643
+ },
644
+ "titreStruct": {
645
+ "$ref": "#/definitions/Texte"
646
+ },
647
+ "type_debat": {
648
+ "type": "string"
649
+ },
650
+ "valeur_pts_odj": {
651
+ "type": "string"
652
+ }
653
+ },
654
+ "type": "object"
655
+ },
656
+ "Texte": {
657
+ "properties": {
658
+ "_": {
659
+ "type": "string"
660
+ },
661
+ "indice": {
662
+ "anyOf": [
663
+ {
664
+ "items": {
665
+ "type": "string"
666
+ },
667
+ "type": "array"
668
+ },
669
+ {
670
+ "type": "string"
671
+ }
672
+ ]
673
+ },
674
+ "stime": {
675
+ "type": "string"
676
+ }
677
+ },
678
+ "type": "object"
679
+ }
680
+ }
681
+ }
682
+
@@ -0,0 +1,26 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "InfosPageDepute": {
5
+ "properties": {
6
+ "emails": {
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "type": "array"
11
+ },
12
+ "pageFacebook": {
13
+ "type": "string"
14
+ },
15
+ "pageTwitter": {
16
+ "type": "string"
17
+ },
18
+ "siteWeb": {
19
+ "type": "string"
20
+ }
21
+ },
22
+ "type": "object"
23
+ }
24
+ }
25
+ }
26
+