@tricoteuses/assemblee 1.9.2 → 1.9.3

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 (81) hide show
  1. package/lib/schemas/acteur/Acteur.json +56 -0
  2. package/lib/schemas/acteur/AdresseElectronique.json +52 -0
  3. package/lib/schemas/acteur/AdressePostale.json +75 -0
  4. package/lib/schemas/acteur/Civ.json +14 -0
  5. package/lib/schemas/acteur/Collaborateur.json +29 -0
  6. package/lib/schemas/acteur/EtatCivil.json +51 -0
  7. package/lib/schemas/acteur/Ident.json +40 -0
  8. package/lib/schemas/acteur/Lieu.json +66 -0
  9. package/lib/schemas/acteur/Mandat.json +192 -0
  10. package/lib/schemas/acteur/Profession.json +46 -0
  11. package/lib/schemas/agenda/Agenda.json +318 -0
  12. package/lib/schemas/agenda/CycleDeVie.json +45 -0
  13. package/lib/schemas/agenda/PointOdj.json +82 -0
  14. package/lib/schemas/amendement/Amendement.json +246 -0
  15. package/lib/schemas/amendement/Diff.json +25 -0
  16. package/lib/schemas/amendement/DispositifAmdtCredit.json +85 -0
  17. package/lib/schemas/amendement/Identifiant.json +62 -0
  18. package/lib/schemas/amendement/PointeurFragmentTexte.json +127 -0
  19. package/lib/schemas/amendement/Representation.json +67 -0
  20. package/lib/schemas/amendement/Total.json +26 -0
  21. package/lib/schemas/converted_from_type/acteurs_et_organes.json +666 -0
  22. package/lib/schemas/converted_from_type/agendas.json +1100 -0
  23. package/lib/schemas/converted_from_type/amendements.json +3191 -0
  24. package/lib/schemas/converted_from_type/debats.json +682 -0
  25. package/lib/schemas/converted_from_type/deputes.json +26 -0
  26. package/lib/schemas/converted_from_type/dossiers_legislatifs.json +2918 -0
  27. package/lib/schemas/converted_from_type/legislatures.json +16 -0
  28. package/lib/schemas/converted_from_type/questions.json +328 -0
  29. package/lib/schemas/converted_from_type/scrutins.json +393 -0
  30. package/lib/schemas/debat/Contenu.json +75 -0
  31. package/lib/schemas/debat/Debat.json +40 -0
  32. package/lib/schemas/debat/Metadonnees.json +75 -0
  33. package/lib/schemas/debat/Orateur.json +60 -0
  34. package/lib/schemas/debat/Point.json +169 -0
  35. package/lib/schemas/debat/Sommaire.json +71 -0
  36. package/lib/schemas/debat/SommaireElement.json +108 -0
  37. package/lib/schemas/debat/Texte.json +34 -0
  38. package/lib/schemas/document/CodeLibelle.json +25 -0
  39. package/lib/schemas/document/Document.json +385 -0
  40. package/lib/schemas/document/Indexation.json +38 -0
  41. package/lib/schemas/dossier/ActeLegislatif.json +211 -0
  42. package/lib/schemas/dossier/ActeLegislatifBase.json +62 -0
  43. package/lib/schemas/dossier/Agenda.json +23 -0
  44. package/lib/schemas/dossier/ConseilConstitutionnel.json +35 -0
  45. package/lib/schemas/dossier/Decision.json +25 -0
  46. package/lib/schemas/dossier/Dossier.json +124 -0
  47. package/lib/schemas/dossier/EtudeImpact.json +29 -0
  48. package/lib/schemas/dossier/EtudePlf.json +105 -0
  49. package/lib/schemas/dossier/Europe.json +42 -0
  50. package/lib/schemas/dossier/FamCodeLibelle.json +25 -0
  51. package/lib/schemas/dossier/InfoJO.json +23 -0
  52. package/lib/schemas/dossier/Initiateur.json +36 -0
  53. package/lib/schemas/dossier/Motion.json +27 -0
  54. package/lib/schemas/dossier/Promulgation.json +62 -0
  55. package/lib/schemas/dossier/Rapporteur.json +36 -0
  56. package/lib/schemas/dossier/Texte.json +47 -0
  57. package/lib/schemas/organe/CodeTypeOrgane.json +43 -0
  58. package/lib/schemas/organe/Organe.json +136 -0
  59. package/lib/schemas/organe/ViMoDe.json +28 -0
  60. package/lib/schemas/question/Auteur.json +58 -0
  61. package/lib/schemas/question/Cloture.json +28 -0
  62. package/lib/schemas/question/InfoJO.json +40 -0
  63. package/lib/schemas/question/MinAttribElement.json +30 -0
  64. package/lib/schemas/question/Question.json +172 -0
  65. package/lib/schemas/question/Renouvellement.json +17 -0
  66. package/lib/schemas/question/Signalement.json +21 -0
  67. package/lib/schemas/question/Texte.json +24 -0
  68. package/lib/schemas/scrutin/DecompteVoix.json +35 -0
  69. package/lib/schemas/scrutin/Dysfonctionnement.json +50 -0
  70. package/lib/schemas/scrutin/MiseAuPoint.json +53 -0
  71. package/lib/schemas/scrutin/OrganeVotant.json +88 -0
  72. package/lib/schemas/scrutin/Scrutin.json +187 -0
  73. package/lib/schemas/scrutin/Votant.json +37 -0
  74. package/lib/schemas/texte_loi/Alinea.json +36 -0
  75. package/lib/schemas/texte_loi/ExposeMotifs.json +24 -0
  76. package/lib/schemas/texte_loi/MetaDonnees.json +126 -0
  77. package/lib/schemas/texte_loi/ProjetLoi.json +64 -0
  78. package/lib/schemas/texte_loi/Sommaire.json +48 -0
  79. package/lib/schemas/texte_loi/TexteLoi.json +225 -0
  80. package/lib/schemas/texte_loi/TexteLoiPartiel.json +237 -0
  81. package/package.json +3 -2
@@ -0,0 +1,393 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "definitions": {
4
+ "CausePositionVote": {
5
+ "enum": [
6
+ "MG",
7
+ "PAN",
8
+ "PSE"
9
+ ],
10
+ "type": "string"
11
+ },
12
+ "Code": {
13
+ "enum": [
14
+ "adopté",
15
+ "rejeté"
16
+ ],
17
+ "type": "string"
18
+ },
19
+ "CodeTypeVote": {
20
+ "enum": [
21
+ "MOC",
22
+ "SAT",
23
+ "SPO",
24
+ "SPS",
25
+ "SSG"
26
+ ],
27
+ "type": "string"
28
+ },
29
+ "Convert": {
30
+ "type": "object"
31
+ },
32
+ "DecompteNominatif": {
33
+ "properties": {
34
+ "abstentions": {
35
+ "items": {
36
+ "$ref": "#/definitions/Votant"
37
+ },
38
+ "type": "array"
39
+ },
40
+ "contre": {
41
+ "items": {
42
+ "$ref": "#/definitions/Votant"
43
+ },
44
+ "type": "array"
45
+ },
46
+ "nonVotants": {
47
+ "items": {
48
+ "$ref": "#/definitions/Votant"
49
+ },
50
+ "type": "array"
51
+ },
52
+ "pour": {
53
+ "items": {
54
+ "$ref": "#/definitions/Votant"
55
+ },
56
+ "type": "array"
57
+ }
58
+ },
59
+ "type": "object"
60
+ },
61
+ "DecompteVoix": {
62
+ "properties": {
63
+ "abstentions": {
64
+ "type": "string"
65
+ },
66
+ "contre": {
67
+ "type": "string"
68
+ },
69
+ "nonVotants": {
70
+ "type": "string"
71
+ },
72
+ "nonVotantsVolontaires": {
73
+ "type": "string"
74
+ },
75
+ "pour": {
76
+ "type": "string"
77
+ }
78
+ },
79
+ "type": "object"
80
+ },
81
+ "Demandeur": {
82
+ "properties": {
83
+ "texte": {
84
+ "type": "string"
85
+ }
86
+ },
87
+ "type": "object"
88
+ },
89
+ "Dysfonctionnement": {
90
+ "properties": {
91
+ "abstentions": {
92
+ "items": {
93
+ "$ref": "#/definitions/Votant"
94
+ },
95
+ "type": "array"
96
+ },
97
+ "contre": {
98
+ "items": {
99
+ "$ref": "#/definitions/Votant"
100
+ },
101
+ "type": "array"
102
+ },
103
+ "nonVotants": {
104
+ "items": {
105
+ "$ref": "#/definitions/Votant"
106
+ },
107
+ "type": "array"
108
+ },
109
+ "nonVotantsVolontaires": {
110
+ "items": {
111
+ "$ref": "#/definitions/Votant"
112
+ },
113
+ "type": "array"
114
+ },
115
+ "pour": {
116
+ "items": {
117
+ "$ref": "#/definitions/Votant"
118
+ },
119
+ "type": "array"
120
+ }
121
+ },
122
+ "type": "object"
123
+ },
124
+ "Groupe": {
125
+ "properties": {
126
+ "nombreMembresGroupe": {
127
+ "type": "string"
128
+ },
129
+ "organeRef": {
130
+ "type": "string"
131
+ },
132
+ "vote": {
133
+ "$ref": "#/definitions/Vote"
134
+ }
135
+ },
136
+ "type": "object"
137
+ },
138
+ "Libelle": {
139
+ "enum": [
140
+ "L'Assemblée nationale n'a pas adopté",
141
+ "l'Assemblée nationale a adopté",
142
+ "Le Congrès du Parlement a adopté",
143
+ "Le Congrès du Parlement n'a pas adopté"
144
+ ],
145
+ "type": "string"
146
+ },
147
+ "LibelleTypeVote": {
148
+ "enum": [
149
+ "motion de censure",
150
+ "scrutin public ordinaire",
151
+ "scrutin public solennel",
152
+ "scrutin à la tribune",
153
+ "Scrutin solennel congrès"
154
+
155
+ ],
156
+ "type": "string"
157
+ },
158
+ "MiseAuPoint": {
159
+ "properties": {
160
+ "abstentions": {
161
+ "items": {
162
+ "$ref": "#/definitions/Votant"
163
+ },
164
+ "type": "array"
165
+ },
166
+ "contre": {
167
+ "items": {
168
+ "$ref": "#/definitions/Votant"
169
+ },
170
+ "type": "array"
171
+ },
172
+ "dysfonctionnement": {
173
+ "$ref": "#/definitions/Dysfonctionnement"
174
+ },
175
+ "nonVotants": {
176
+ "items": {
177
+ "$ref": "#/definitions/Votant"
178
+ },
179
+ "type": "array"
180
+ },
181
+ "nonVotantsVolontaires": {
182
+ "items": {
183
+ "$ref": "#/definitions/Votant"
184
+ },
185
+ "type": "array"
186
+ },
187
+ "pour": {
188
+ "items": {
189
+ "$ref": "#/definitions/Votant"
190
+ },
191
+ "type": "array"
192
+ }
193
+ },
194
+ "type": "object"
195
+ },
196
+ "ModePublicationDesVotes": {
197
+ "enum": [
198
+ "DecompteDissidentsPositionGroupe",
199
+ "DecompteNominatif"
200
+ ],
201
+ "type": "string"
202
+ },
203
+ "Objet": {
204
+ "properties": {
205
+ "libelle": {
206
+ "type": "string"
207
+ }
208
+ },
209
+ "type": "object"
210
+ },
211
+ "Organe": {
212
+ "properties": {
213
+ "groupes": {
214
+ "items": {
215
+ "$ref": "#/definitions/Groupe"
216
+ },
217
+ "type": "array"
218
+ },
219
+ "organeRef": {
220
+ "type": "string"
221
+ }
222
+ },
223
+ "type": "object"
224
+ },
225
+ "PositionMajoritaire": {
226
+ "enum": [
227
+ "abstention",
228
+ "contre",
229
+ "pour"
230
+ ],
231
+ "type": "string"
232
+ },
233
+ "Scrutin": {
234
+ "properties": {
235
+ "dateScrutin": {
236
+ "description": "Enables basic storage and retrieval of dates and times.",
237
+ "format": "date-time",
238
+ "type": "string"
239
+ },
240
+ "demandeur": {
241
+ "$ref": "#/definitions/Demandeur"
242
+ },
243
+ "legislature": {
244
+ "type": "string"
245
+ },
246
+ "miseAuPoint": {
247
+ "$ref": "#/definitions/MiseAuPoint"
248
+ },
249
+ "modePublicationDesVotes": {
250
+ "$ref": "#/definitions/ModePublicationDesVotes"
251
+ },
252
+ "numero": {
253
+ "type": "string"
254
+ },
255
+ "objet": {
256
+ "$ref": "#/definitions/Objet"
257
+ },
258
+ "organeRef": {
259
+ "type": "string"
260
+ },
261
+ "quantiemeJourSeance": {
262
+ "type": "string"
263
+ },
264
+ "schemaVersion": {
265
+ "type": "string"
266
+ },
267
+ "seanceRef": {
268
+ "type": "string"
269
+ },
270
+ "sessionRef": {
271
+ "type": "string"
272
+ },
273
+ "sort": {
274
+ "$ref": "#/definitions/SortScrutin"
275
+ },
276
+ "syntheseVote": {
277
+ "$ref": "#/definitions/SyntheseVote"
278
+ },
279
+ "titre": {
280
+ "type": "string"
281
+ },
282
+ "typeVote": {
283
+ "$ref": "#/definitions/TypeVote"
284
+ },
285
+ "uid": {
286
+ "type": "string"
287
+ },
288
+ "ventilationVotes": {
289
+ "$ref": "#/definitions/Organe"
290
+ }
291
+ },
292
+ "type": "object"
293
+ },
294
+ "Scrutins": {
295
+ "properties": {
296
+ "scrutins": {
297
+ "items": {
298
+ "$ref": "#/definitions/Scrutin"
299
+ },
300
+ "type": "array"
301
+ }
302
+ },
303
+ "type": "object"
304
+ },
305
+ "SortScrutin": {
306
+ "properties": {
307
+ "code": {
308
+ "$ref": "#/definitions/Code"
309
+ },
310
+ "libelle": {
311
+ "$ref": "#/definitions/Libelle"
312
+ }
313
+ },
314
+ "type": "object"
315
+ },
316
+ "SyntheseVote": {
317
+ "properties": {
318
+ "annonce": {
319
+ "$ref": "#/definitions/Libelle"
320
+ },
321
+ "decompte": {
322
+ "$ref": "#/definitions/DecompteVoix"
323
+ },
324
+ "nbrSuffragesRequis": {
325
+ "type": "string"
326
+ },
327
+ "nombreVotants": {
328
+ "type": "string"
329
+ },
330
+ "suffragesExprimes": {
331
+ "type": "string"
332
+ }
333
+ },
334
+ "type": "object"
335
+ },
336
+ "TypeMajorite": {
337
+ "enum": [
338
+ "majorité absolue des suffrages exprimés",
339
+ "majorité des membres composant l'Assemblée nationale",
340
+ "majorité des membres composants composant l'Assemblée",
341
+ "majorité des membres composants composant l'Assemblée nationale",
342
+ "Majorité requise pour un Congrès"
343
+ ],
344
+ "type": "string"
345
+ },
346
+ "TypeVote": {
347
+ "properties": {
348
+ "codeTypeVote": {
349
+ "$ref": "#/definitions/CodeTypeVote"
350
+ },
351
+ "libelleTypeVote": {
352
+ "$ref": "#/definitions/LibelleTypeVote"
353
+ },
354
+ "typeMajorite": {
355
+ "$ref": "#/definitions/TypeMajorite"
356
+ }
357
+ },
358
+ "type": "object"
359
+ },
360
+ "Votant": {
361
+ "properties": {
362
+ "acteurRef": {
363
+ "type": "string"
364
+ },
365
+ "causePositionVote": {
366
+ "$ref": "#/definitions/CausePositionVote"
367
+ },
368
+ "mandatRef": {
369
+ "type": "string"
370
+ },
371
+ "parDelegation": {
372
+ "type": "boolean"
373
+ }
374
+ },
375
+ "type": "object"
376
+ },
377
+ "Vote": {
378
+ "properties": {
379
+ "decompteNominatif": {
380
+ "$ref": "#/definitions/DecompteNominatif"
381
+ },
382
+ "decompteVoix": {
383
+ "$ref": "#/definitions/DecompteVoix"
384
+ },
385
+ "positionMajoritaire": {
386
+ "$ref": "#/definitions/PositionMajoritaire"
387
+ }
388
+ },
389
+ "type": "object"
390
+ }
391
+ }
392
+ }
393
+
@@ -0,0 +1,75 @@
1
+ {
2
+ "title": "Contenu de la séance du débat.",
3
+
4
+ "type": "object",
5
+ "properties": {
6
+ "finSeance": {
7
+ "properties": {
8
+ "point": {
9
+ "$ref": "Point.json"
10
+ }
11
+ },
12
+ "type": "object",
13
+ "required": [
14
+ "point"
15
+ ]
16
+ },
17
+ "ouvertureSeance": {
18
+ "anyOf": [
19
+ {
20
+ "$ref": "Point.json"
21
+ },
22
+ {
23
+ "items": {
24
+ "$ref": "Point.json"
25
+ },
26
+ "type": "array"
27
+ }
28
+ ]
29
+ },
30
+ "paragraphe": {
31
+ "items": {
32
+ "$ref": "Point.json"
33
+ },
34
+ "type": "array"
35
+ },
36
+ "point": {
37
+ "anyOf": [
38
+ {
39
+ "$ref": "Point.json"
40
+ },
41
+ {
42
+ "items": {
43
+ "$ref": "Point.json"
44
+ },
45
+ "type": "array"
46
+ }
47
+ ]
48
+ },
49
+ "quantiemes": {
50
+ "properties": {
51
+ "journee": {
52
+ "type": "string"
53
+ },
54
+ "session": {
55
+ "type": "string"
56
+ }
57
+ },
58
+ "type": "object",
59
+ "required": [
60
+ "journee",
61
+ "session"
62
+ ]
63
+ }
64
+ },
65
+ "required": [
66
+ "quantiemes",
67
+ "ouvertureSeance",
68
+ "point"
69
+ ],
70
+
71
+ "$schema": "http://json-schema.org/draft-07/schema#",
72
+ "$id": "Contenu.json",
73
+ "$$target": "Contenu.json"
74
+ }
75
+
@@ -0,0 +1,40 @@
1
+ {
2
+ "title": "Débat.",
3
+ "description": "Compte rendu des débats en séance.",
4
+
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "properties": {
8
+ "uid": {
9
+ "description": "Identifiant unique.",
10
+ "type": "string"
11
+ },
12
+ "contenu": {
13
+ "$ref": "Contenu.json"
14
+ },
15
+ "metadonnees": {
16
+ "$ref": "Metadonnees.json"
17
+ },
18
+ "seanceRef": {
19
+ "type": "string"
20
+ },
21
+ "sessionRef": {
22
+ "type": "string"
23
+ },
24
+ "schemaVersion": {
25
+ "type": "string"
26
+ }
27
+ },
28
+ "required": [
29
+ "uid",
30
+ "seanceRef",
31
+ "sessionRef",
32
+ "metadonnees",
33
+ "contenu"
34
+ ],
35
+
36
+ "$schema": "http://json-schema.org/draft-07/schema#",
37
+ "$id": "Debat.json",
38
+ "$$target": "Debat.json"
39
+ }
40
+
@@ -0,0 +1,75 @@
1
+ {
2
+ "title": "Données de la séance du débat.",
3
+
4
+ "type": "object",
5
+ "properties": {
6
+ "dateSeance": {
7
+ "type": "string"
8
+ },
9
+ "dateSeanceJour": {
10
+ "type": "string"
11
+ },
12
+ "diffusion": {
13
+ "type": "string"
14
+ },
15
+ "environnement": {
16
+ "type": "string"
17
+ },
18
+ "etat": {
19
+ "type": "string"
20
+ },
21
+ "heureGeneration": {
22
+ "format": "date-time",
23
+ "type": "string"
24
+ },
25
+ "legislature": {
26
+ "type": "string"
27
+ },
28
+ "nomFichierJo": {
29
+ "type": "string"
30
+ },
31
+ "numSeance": {
32
+ "type": "string"
33
+ },
34
+ "numSeanceJour": {
35
+ "type": "string"
36
+ },
37
+ "session": {
38
+ "type": "string"
39
+ },
40
+ "sommaire": {
41
+ "$ref": "Sommaire.json"
42
+ },
43
+ "typeAssemblee": {
44
+ "type": "string"
45
+ },
46
+ "validite": {
47
+ "type": "string"
48
+ },
49
+ "version": {
50
+ "type": "string"
51
+ }
52
+ },
53
+ "required": [
54
+ "dateSeance",
55
+ "dateSeanceJour",
56
+ "numSeanceJour",
57
+ "numSeance",
58
+ "typeAssemblee",
59
+ "legislature",
60
+ "session",
61
+ "nomFichierJo",
62
+ "validite",
63
+ "etat",
64
+ "diffusion",
65
+ "version",
66
+ "environnement",
67
+ "heureGeneration",
68
+ "sommaire"
69
+ ],
70
+
71
+ "$schema": "http://json-schema.org/draft-07/schema#",
72
+ "$id": "Metadonnees.json",
73
+ "$$target": "Metadonnees.json"
74
+ }
75
+
@@ -0,0 +1,60 @@
1
+ {
2
+ "title": "Orateur de la séance du débat.",
3
+
4
+ "type": "object",
5
+ "properties": {
6
+ "orateur": {
7
+ "anyOf": [
8
+ {
9
+ "properties": {
10
+ "id": {
11
+ "type": "string"
12
+ },
13
+ "nom": {
14
+ "type": "string"
15
+ },
16
+ "qualite": {
17
+ "type": "string"
18
+ }
19
+ },
20
+ "type": "object",
21
+ "required": [
22
+ "id",
23
+ "nom",
24
+ "qualite"
25
+ ]
26
+ },
27
+ {
28
+ "items": {
29
+ "properties": {
30
+ "id": {
31
+ "type": "string"
32
+ },
33
+ "nom": {
34
+ "type": "string"
35
+ },
36
+ "qualite": {
37
+ "type": "string"
38
+ }
39
+ },
40
+ "type": "object",
41
+ "required": [
42
+ "id",
43
+ "nom",
44
+ "qualite"
45
+ ]
46
+ },
47
+ "type": "array"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ "required": [
53
+ "orateur"
54
+ ],
55
+
56
+ "$schema": "http://json-schema.org/draft-07/schema#",
57
+ "$id": "Orateur.json",
58
+ "$$target": "Orateur.json"
59
+ }
60
+