@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,16 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "Legislature": {
5
+ "enum": [
6
+ "*",
7
+ "14",
8
+ "15",
9
+ "16",
10
+ "17"
11
+ ],
12
+ "type": "string"
13
+ }
14
+ }
15
+ }
16
+
@@ -0,0 +1,328 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "Analyse": {
5
+ "properties": {
6
+ "analyse": {
7
+ "type": "string"
8
+ }
9
+ },
10
+ "type": "object"
11
+ },
12
+ "Auteur": {
13
+ "properties": {
14
+ "groupe": {
15
+ "$ref": "#/definitions/Groupe"
16
+ },
17
+ "identite": {
18
+ "$ref": "#/definitions/Identite"
19
+ }
20
+ },
21
+ "type": "object"
22
+ },
23
+ "Cloture": {
24
+ "properties": {
25
+ "codeCloture": {
26
+ "type": "string"
27
+ },
28
+ "dateCloture": {
29
+ "type": "string"
30
+ },
31
+ "infoJO": {
32
+ "$ref": "#/definitions/InfoJo"
33
+ },
34
+ "libelleCloture": {
35
+ "type": "string"
36
+ }
37
+ },
38
+ "type": "object"
39
+ },
40
+ "Convert": {
41
+ "type": "object"
42
+ },
43
+ "Groupe": {
44
+ "properties": {
45
+ "abrege": {
46
+ "type": "string"
47
+ },
48
+ "developpe": {
49
+ "type": "string"
50
+ },
51
+ "organeRef": {
52
+ "type": "string"
53
+ }
54
+ },
55
+ "type": "object"
56
+ },
57
+ "Identifiant": {
58
+ "properties": {
59
+ "legislature": {
60
+ "type": "string"
61
+ },
62
+ "numero": {
63
+ "type": "string"
64
+ },
65
+ "regime": {
66
+ "type": "string"
67
+ }
68
+ },
69
+ "type": "object"
70
+ },
71
+ "Identite": {
72
+ "properties": {
73
+ "acteurRef": {
74
+ "type": "string"
75
+ },
76
+ "mandatRef": {
77
+ "type": "string"
78
+ }
79
+ },
80
+ "type": "object"
81
+ },
82
+ "IndexationAn": {
83
+ "properties": {
84
+ "analyses": {
85
+ "$ref": "#/definitions/Analyse"
86
+ },
87
+ "rubrique": {
88
+ "type": "string"
89
+ },
90
+ "teteAnalyse": {
91
+ "type": "null"
92
+ }
93
+ },
94
+ "type": "object"
95
+ },
96
+ "InfoJo": {
97
+ "properties": {
98
+ "dateJO": {
99
+ "type": "string"
100
+ },
101
+ "numJO": {
102
+ "type": "string"
103
+ },
104
+ "pageJO": {
105
+ "type": "string"
106
+ },
107
+ "referenceNOR": {
108
+ "type": "string"
109
+ },
110
+ "typeJO": {
111
+ "$ref": "#/definitions/TypeJo"
112
+ },
113
+ "urlLegifrance": {
114
+ "type": "string"
115
+ }
116
+ },
117
+ "type": "object"
118
+ },
119
+ "MinAttribElement": {
120
+ "properties": {
121
+ "denomination": {
122
+ "$ref": "#/definitions/MinInt"
123
+ },
124
+ "infoJO": {
125
+ "$ref": "#/definitions/InfoJo"
126
+ }
127
+ },
128
+ "type": "object"
129
+ },
130
+ "MinAttribs": {
131
+ "properties": {
132
+ "minAttrib": {
133
+ "anyOf": [
134
+ {
135
+ "$ref": "#/definitions/MinAttribElement"
136
+ },
137
+ {
138
+ "items": {
139
+ "$ref": "#/definitions/MinAttribElement"
140
+ },
141
+ "type": "array"
142
+ }
143
+ ]
144
+ }
145
+ },
146
+ "type": "object"
147
+ },
148
+ "MinInt": {
149
+ "properties": {
150
+ "abrege": {
151
+ "type": "string"
152
+ },
153
+ "developpe": {
154
+ "type": "string"
155
+ }
156
+ },
157
+ "type": "object"
158
+ },
159
+ "Question": {
160
+ "properties": {
161
+ "@xsi:type": {
162
+ "$ref": "#/definitions/QuestionXsiType"
163
+ },
164
+ "auteur": {
165
+ "$ref": "#/definitions/Auteur"
166
+ },
167
+ "cloture": {
168
+ "$ref": "#/definitions/Cloture"
169
+ },
170
+ "identifiant": {
171
+ "$ref": "#/definitions/Identifiant"
172
+ },
173
+ "indexationAN": {
174
+ "$ref": "#/definitions/IndexationAn"
175
+ },
176
+ "minAttribs": {
177
+ "$ref": "#/definitions/MinAttribs"
178
+ },
179
+ "minInt": {
180
+ "$ref": "#/definitions/MinInt"
181
+ },
182
+ "renouvellements": {
183
+ "$ref": "#/definitions/Renouvellements"
184
+ },
185
+ "schemaVersion": {
186
+ "type": "string"
187
+ },
188
+ "signalement": {
189
+ "$ref": "#/definitions/Signalement"
190
+ },
191
+ "textesQuestion": {
192
+ "$ref": "#/definitions/TextesQuestion"
193
+ },
194
+ "textesReponse": {
195
+ "$ref": "#/definitions/TextesReponse"
196
+ },
197
+ "type": {
198
+ "$ref": "#/definitions/Type"
199
+ },
200
+ "uid": {
201
+ "type": "string"
202
+ }
203
+ },
204
+ "type": "object"
205
+ },
206
+ "QuestionXsiType": {
207
+ "enum": [
208
+ "QuestionEcrite_Type",
209
+ "QuestionGouvernement_Type"
210
+ ],
211
+ "type": "string"
212
+ },
213
+ "Questions": {
214
+ "properties": {
215
+ "questions": {
216
+ "items": {
217
+ "$ref": "#/definitions/Question"
218
+ },
219
+ "type": "array"
220
+ }
221
+ },
222
+ "type": "object"
223
+ },
224
+ "Renouvellement": {
225
+ "properties": {
226
+ "infoJO": {
227
+ "$ref": "#/definitions/InfoJo"
228
+ }
229
+ },
230
+ "type": "object"
231
+ },
232
+ "Renouvellements": {
233
+ "properties": {
234
+ "renouvellement": {
235
+ "anyOf": [
236
+ {
237
+ "$ref": "#/definitions/Renouvellement"
238
+ },
239
+ {
240
+ "items": {
241
+ "$ref": "#/definitions/Renouvellement"
242
+ },
243
+ "type": "array"
244
+ }
245
+ ]
246
+ }
247
+ },
248
+ "type": "object"
249
+ },
250
+ "Signalement": {
251
+ "properties": {
252
+ "dateDepotSignal": {
253
+ "type": "string"
254
+ },
255
+ "infoJO": {
256
+ "$ref": "#/definitions/InfoJo"
257
+ }
258
+ },
259
+ "type": "object"
260
+ },
261
+ "Texte": {
262
+ "properties": {
263
+ "erratum": {
264
+ "type": "string"
265
+ },
266
+ "infoJO": {
267
+ "$ref": "#/definitions/InfoJo"
268
+ },
269
+ "texte": {
270
+ "type": "string"
271
+ }
272
+ },
273
+ "type": "object"
274
+ },
275
+ "TextesQuestion": {
276
+ "properties": {
277
+ "texteQuestion": {
278
+ "anyOf": [
279
+ {
280
+ "$ref": "#/definitions/Texte"
281
+ },
282
+ {
283
+ "items": {
284
+ "$ref": "#/definitions/Texte"
285
+ },
286
+ "type": "array"
287
+ }
288
+ ]
289
+ }
290
+ },
291
+ "type": "object"
292
+ },
293
+ "TextesReponse": {
294
+ "properties": {
295
+ "texteReponse": {
296
+ "anyOf": [
297
+ {
298
+ "$ref": "#/definitions/Texte"
299
+ },
300
+ {
301
+ "items": {
302
+ "$ref": "#/definitions/Texte"
303
+ },
304
+ "type": "array"
305
+ }
306
+ ]
307
+ }
308
+ },
309
+ "type": "object"
310
+ },
311
+ "Type": {
312
+ "enum": [
313
+ "QE",
314
+ "QG"
315
+ ],
316
+ "type": "string"
317
+ },
318
+ "TypeJo": {
319
+ "enum": [
320
+ "JO_DEBAT",
321
+ "JO_LOI_DECRET",
322
+ "JO_QUESTION"
323
+ ],
324
+ "type": "string"
325
+ }
326
+ }
327
+ }
328
+